Hello,
I am currently running a FTB Monster server on version 1.1.0. I have been having the issue lately where the "world/chickenchunks/loginTimes.dat" will become corrupt and have a filesize of 0. It happens at very random times and when it does, I have to delete the corrupted file and redo the server.properties. Then the server boots normally.
The initial crash-report is blank, however, here is what I get after a boot it up again: http://pastebin.com/cCBmyQMA
Here's what the console reads when it tries to boot up again (in order from bottom to top):
Any ideas?
Thanks,
~Shot
I am currently running a FTB Monster server on version 1.1.0. I have been having the issue lately where the "world/chickenchunks/loginTimes.dat" will become corrupt and have a filesize of 0. It happens at very random times and when it does, I have to delete the corrupted file and redo the server.properties. Then the server boots normally.
The initial crash-report is blank, however, here is what I get after a boot it up again: http://pastebin.com/cCBmyQMA
Here's what the console reads when it tries to boot up again (in order from bottom to top):
Code:
24.03 22:14:50 [Server] SEVERE ... 8 more
24.03 22:14:50 [Server] SEVERE at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:564)
24.03 22:14:50 [Server] SEVERE at codechicken.chunkloader.ChunkLoaderManager.loadLoginTimes(ChunkLoaderManager.java:579)
24.03 22:14:50 [Server] SEVERE at java.io.DataInputStream.readInt(DataInputStream.java:392)
24.03 22:14:50 [Server] SEVERE Caused by: java.io.EOFException
24.03 22:14:50 [Server] SEVERE at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
24.03 22:14:50 [Server] SEVERE at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630)
24.03 22:14:50 [Server] SEVERE at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:224)
24.03 22:14:50 [Server] SEVERE at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:425)
24.03 22:14:50 [Server] SEVERE at net.minecraftforge.event.EventBus.post(EventBus.java:108)
24.03 22:14:50 [Server] SEVERE at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
24.03 22:14:50 [Server] SEVERE at net.minecraftforge.event.ASMEventHandler_312_ChunkLoaderEventHandler_onWorldLoad_Load.invoke(.dynamic)
24.03 22:14:50 [Server] SEVERE at codechicken.chunkloader.ChunkLoaderEventHandler.onWorldLoad(ChunkLoaderEventHandler.java:90)
24.03 22:14:50 [Server] SEVERE at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:568)
24.03 22:14:50 [Server] SEVERE java.lang.RuntimeException: java.io.EOFException
Any ideas?
Thanks,
~Shot