firstdeathmaker Posted June 3, 2012 Posted June 3, 2012 Server Version: 3.04 Version of Java: Newest (7..something) Description of Problem: Server crashes Further information: Happens when using a RedPower2 Timer the first time. Happens only once, after that timers can be crafted and used without crashing. Log (the only errormessage in the log): 2012-06-03 13:02:40 [sEVERE] java.lang.NullPointerException 2012-06-03 13:02:40 [sEVERE] at eloraam.logic.TileLogicStorage.writeToPacket(TileLogicStorage.java:380) 2012-06-03 13:02:40 [sEVERE] at eloraam.logic.TileLogic.d(TileLogic.java:461) 2012-06-03 13:02:40 [sEVERE] at net.minecraft.server.PlayerInstance.sendTileEntity(PlayerInstance.java:150) 2012-06-03 13:02:40 [sEVERE] at net.minecraft.server.PlayerInstance.a(PlayerInstance.java:109) 2012-06-03 13:02:40 [sEVERE] at net.minecraft.server.PlayerManager.flush(PlayerManager.java:35) 2012-06-03 13:02:40 [sEVERE] at net.minecraft.server.ServerConfigurationManager.tick(ServerConfigurationManager.java:414) 2012-06-03 13:02:40 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:557) 2012-06-03 13:02:40 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) 2012-06-03 13:02:40 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) 2012-06-03 13:02:40 [sEVERE] Unexpected exception java.lang.NullPointerException at eloraam.logic.TileLogicStorage.writeToPacket(TileLogicStorage.java:380) at eloraam.logic.TileLogic.d(TileLogic.java:461) at net.minecraft.server.PlayerInstance.sendTileEntity(PlayerInstance.java:150) at net.minecraft.server.PlayerInstance.a(PlayerInstance.java:109) at net.minecraft.server.PlayerManager.flush(PlayerManager.java:35) at net.minecraft.server.ServerConfigurationManager.tick(ServerConfigurationManager.java:414) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:557) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
0 aldrigviking Posted June 3, 2012 Posted June 3, 2012 had the same error. It's because a redpower block (ID 150) was converted incorrectly (guessing that you did a map conversion). How to fix it? I did a little workaround and manually changed the redpower config file. Changed the machine block id from 150 to another unused blockid. Result? All redpower blocks (ID150 only) will be wiped from a chunk when the server loads that given chunk. You can change it back when you are sure that all the corrupt blocks have been removed. That's all I can offer you at the moment.
Question
firstdeathmaker
Server Version: 3.04
Version of Java: Newest (7..something)
Description of Problem: Server crashes
Further information: Happens when using a RedPower2 Timer the first time. Happens only once, after that timers can be crafted and used without crashing.
Log (the only errormessage in the log):
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now