Jump to content

Question

Posted

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)

1 answer to this question

Recommended Posts

  • 0
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...