Problem Need help! server won't startup due to error!

  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

BreakingReality

New Member
Jul 29, 2019
26
0
0
Hello I own a dedicated server, everything has been fine the past 2 weeks until the server crashed, and now It seems I cant start up my FTB Unleashed 1.1.3 server due to this error that has been sent to my crash-error reports folder.

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 8/25/13 10:33 AM
Description: Exception in server tick loop


java.lang.RuntimeException: java.io.EOFException
at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:561)
at codechicken.chunkloader.ChunkLoaderEventHandler.onWorldLoad(ChunkLoaderEventHandler.java:90)
at net.minecraftforge.event.ASMEventHandler_133_ChunkLoaderEventHandler_onWorldLoad_Load.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:379)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:574)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.io.EOFException
at java.io.DataInputStream.readFully(DataInputStream.java:197)
at java.io.DataInputStream.readUTF(DataInputStream.java:609)
at java.io.DataInputStream.readUTF(DataInputStream.java:564)
at codechicken.chunkloader.ChunkLoaderManager.loadLoginTimes(ChunkLoaderManager.java:574)
at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:557)
... 8 more

here is also a pastebin link if you need more information.

Any help would be greatly appreciated!

http://pastebin.com/9MTs3K8m
 

cjm721

New Member
Jul 29, 2019
734
0
1
Chickenchunks chunkloading is a bit messy on saving. Rename the files in the chickenchunks folder in the world folder.
 

BreakingReality

New Member
Jul 29, 2019
26
0
0
Chickenchunks chunkloading is a bit messy on saving. Rename the files in the chickenchunks folder in the world folder.


Rename which files exactly in the chickenchunks folder? all i see in it is the players.dat file and loginTimes.dat file.
 

BreakingReality

New Member
Jul 29, 2019
26
0
0
Chickenchunks chunkloading is a bit messy on saving. Rename the files in the chickenchunks folder in the world folder.


Also, right before the crash mentioning chickenchunks, there is a line in the console I get right before the crash happens which is apart of forgemodloader or something stating

"2013-08-27 07:40:14 [INFO] [ForgeModLoader] [PfF]: Adapting item.railcraft.liquid.creosote.liquid to fermenter. 16 recipes."

followed by the crash error

Time: 8/27/13 6:34 AM
Description: Exception in server tick loop

java.lang.RuntimeException: java.io.EOFException
at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:561)
at codechicken.chunkloader.ChunkLoaderEventHandler.onWorldLoad(ChunkLoaderEventHandler.java:90)
at net.minecraftforge.event.ASMEventHandler_131_ChunkLoaderEventHandler_onWorldLoad_Load.invoke(.dynamic)
at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
at net.minecraftforge.event.EventBus.post(EventBus.java:108)
at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:379)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:214)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:574)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
Caused by: java.io.EOFException
at java.io.DataInputStream.readFully(DataInputStream.java:197)
at java.io.DataInputStream.readLong(DataInputStream.java:416)
at codechicken.chunkloader.ChunkLoaderManager.loadLoginTimes(ChunkLoaderManager.java:574)
at codechicken.chunkloader.ChunkLoaderManager.load(ChunkLoaderManager.java:557)
... 8 more
 

cjm721

New Member
Jul 29, 2019
734
0
1
Something other then what they are. All you are doing is causing them to remade while keeping the old ones incase you want to revert.