We've been running pretty solid since we setup Tekkit 1.1.4. Ever since we started using the Ender chests, though, we get occasional server crashes. Incidentally the errors (code below) are always preceded by the location of one of either of our two Ender chests.
Curiously.. we suspect it might have to do with the fact that all of our chests have a tendency to stay stuck open, and we know that the Ender chests can't be moved when open.. perhaps the system is trying to save/do something with them and is prevented from doing so because they're open?
Anyone know why some of our chests randomly stay open or how to fix that? Or how to fix the crash below in general?
2012-02-12 15:09:51 [iNFO] Sending Chest Desc-491,63,-295 on 0
2012-02-12 15:10:22 [sEVERE] java.lang.NullPointerException
2012-02-12 15:10:22 [sEVERE] at buildcraft.api.EntityPassiveItem.toEntityItem(EntityPassiveItem.java:91)
2012-02-12 15:10:22 [sEVERE] at buildcraft.transport.PipeTransportItems.moveSolids(PipeTransportItems.java:216)
2012-02-12 15:10:22 [sEVERE] at buildcraft.transport.PipeTransportItems.updateEntity(PipeTransportItems.java:132)
2012-02-12 15:10:22 [sEVERE] at buildcraft.transport.Pipe.updateEntity(Pipe.java:98)
2012-02-12 15:10:22 [sEVERE] at buildcraft.transport.TileGenericPipe.l_(TileGenericPipe.java:99)
2012-02-12 15:10:22 [sEVERE] at net.minecraft.server.World.tickEntities(World.java:1171)
2012-02-12 15:10:22 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:524)
2012-02-12 15:10:22 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
2012-02-12 15:10:22 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
2012-02-12 15:10:22 [sEVERE] Unexpected exception
java.lang.NullPointerException
at buildcraft.api.EntityPassiveItem.toEntityItem(EntityPassiveItem.java:91)
at buildcraft.transport.PipeTransportItems.moveSolids(PipeTransportItems.java:216)
at buildcraft.transport.PipeTransportItems.updateEntity(PipeTransportItems.java:132)
at buildcraft.transport.Pipe.updateEntity(Pipe.java:98)
at buildcraft.transport.TileGenericPipe.l_(TileGenericPipe.java:99)
at net.minecraft.server.World.tickEntities(World.java:1171)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:524)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
Question
Phyroxis
We've been running pretty solid since we setup Tekkit 1.1.4. Ever since we started using the Ender chests, though, we get occasional server crashes. Incidentally the errors (code below) are always preceded by the location of one of either of our two Ender chests.
Curiously.. we suspect it might have to do with the fact that all of our chests have a tendency to stay stuck open, and we know that the Ender chests can't be moved when open.. perhaps the system is trying to save/do something with them and is prevented from doing so because they're open?
Anyone know why some of our chests randomly stay open or how to fix that? Or how to fix the crash below in general?
7 answers to this question
Recommended Posts