Crashlog: http://pastebin.com/VQ9ESWuA
Everytime i start server, it crashes before any players even join.
That part to me seems that the culprit is thermal expansion.
Update:
I tried to update TE (ThermalExpansion-3.0.0.b11b.jar) and Cofh cores (CoFHCore-2.0.0.b11b.jar) and i get little different exception now, but it still crashes
Everytime i start server, it crashes before any players even join.
Code:
java.lang.ArrayIndexOutOfBoundsException: -1
at thermalexpansion.part.conduit.item.ConduitItem.doRouteItem(ConduitItem.java:529)
Update:
I tried to update TE (ThermalExpansion-3.0.0.b11b.jar) and Cofh cores (CoFHCore-2.0.0.b11b.jar) and i get little different exception now, but it still crashes
Code:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 23.12.2013 12:48
Description: Exception in server tick loop
java.lang.NullPointerException
at thermalexpansion.part.conduit.item.ConduitItem.doOutput(ConduitItem.java:106)
at thermalexpansion.part.conduit.item.GridItem.doGridUpdate(GridItem.java:53)
at thermalexpansion.part.conduit.GridTickHandler.tickEnd(GridTickHandler.java:75)
at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:622)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Last edited: