Crash with Enderquarry?
Keridos opened this issue ยท 5 comments
http://paste.ubuntu.com/7031628/
On server startup. DO not know if caused by ExtraUtilities or PR.
Happened with 4.3.0-24. Did not happen with the old version.
Likely to be ExtraUtilities but there are many mods loaded and some may inject things into the bytecode, so it is hard to tell. Then again I'm no debugging expert.
Some lines of interest:
java.lang.NoClassDefFoundError: mrtjp/projectred/core/BasicRenderUtils
at mrtjp.projectred.core.blockutil.BlockMulti.func_71857_b(Unknown Source)
at extrautils.tileentity.enderquarry.BlockBreakingRegistry.setupBreaking(BlockBreakingRegistry.java:68)
at extrautils.ExtraUtils.postInit(ExtraUtils.java:1632)
[INFO] [STDERR] WARNING: ProjRed|Exploration attempted to register ProjRed|Exploration:bag very late at the OreDictionary! Some Functionality, such as OreDict-Unification may not work as expected! Sometimes registration in @PostInit is required, but you should always register OreDictionary Items in the @preInit Phase whenever possible.
...
[INFO] [STDERR] WARNING: ProjRed|Transmission attempted to register projredInsFramedWire very late at the OreDictionary! Some Functionality, such as OreDict-Unification may not work as expected! Sometimes registration in @PostInit is required, but you should always register OreDictionary Items in the @preInit Phase whenever possible.
It looks as if something is causing ProjectRed to try to load rendering (aka clientside) code at the Serverside or some class was not loaded properly etc.
Yeah, I too have experienced this exact same crash with Extra Utilities when updating Project RED on my server.
the same here I have extra utilities on my server and project red 4.3.0 will not allow the server to start.