Server Crashes due to EE3 and Forge microblock error
Opened this issue ยท 2 comments
My modpack containing EE3 crashes whenever I launch the server file and gives this error (not sure if this is an EE3 error or a forge microblocks caused error):
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: Could not initialize class com.pahimar.ee3.reference.Textures
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:318)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.pahimar.ee3.reference.Textures
at com.pahimar.ee3.block.BlockEE.func_149739_a(BlockEE.java:39)
at codechicken.microblock.ConfigContent$$anonfun$load$1.apply(ConfigContent.scala:103)
at codechicken.microblock.ConfigContent$$anonfun$load$1.apply(ConfigContent.scala:102).....
Here are the Minecraft and openeye crash logs: MC: http://pastebin.com/QEfgh18n Openeye: http://pastebin.com/54BeRp8T