The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
On my server running FTB unleashed 1.1.2
The last few days ive had a random crash that seems related to chunkloaders. when it happens the server crashes every time on restart until I delete logintimes.dat from the chickenchunks folder.
Its happened 3 times now.
Im also getting this errors in the console on world save now. Not sure what it mean 2013-08-09 15:47:26 [INFO] AutoSaving 2013-08-09 15:47:26 [INFO] [AutoSaveWorld] AutoSaving 2013-08-09 15:47:26 [SEVERE] java.lang.IllegalArgumentException: Empty string not allowed 2013-08-09 15:47:26 [SEVERE] at net.minecraft.nbt.NBTTagString.<init>(SourceFile:15) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.nbt.NBTTagCompound.func_74778_a(SourceFile:77) 2013-08-09 15:47:26 [SEVERE] at com.xcompwiz.mystcraft.world.agedata.AgeData.func_76187_b(AgeData.java:276) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.world.storage.MapStorage.func_75747_a(SourceFile:88) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.world.storage.MapStorage.func_75744_a(SourceFile:76) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.world.WorldServer.func_73042_a(WorldServer.java:1188) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1161) 2013-08-09 15:47:26 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftWorld.save(CraftWorld.java:774) 2013-08-09 15:47:26 [SEVERE] at autosaveworld.threads.save.AutoSaveThread.saveWorlds(AutoSaveThread.java:132) 2013-08-09 15:47:26 [SEVERE] at autosaveworld.threads.save.AutoSaveThread.performSave(AutoSaveThread.java:164) 2013-08-09 15:47:26 [SEVERE] at autosaveworld.threads.save.AutoSaveThread$1.run(AutoSaveThread.java:113) 2013-08-09 15:47:26 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:58) 2013-08-09 15:47:26 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:344) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:759) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600) 2013-08-09 15:47:26 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
EOFException exceptions usually only happen when a file is tampered from an outside source while being looked at. Since you said the server was crashing I would check your active processes and make sure you don't have a ghost server running.
Also what plugin/mod you using for autosaving? It looks like it is trying to tell the server to save a world named "" which is why it is saying empty string not allowed.
Looks to me like he is using a plugin called autosaveworld, I've used this and it works great, he may just need to change around the config to what his world is named
I'm not much of a pro with this, but as a last resort try to get rid of the chickenchunks mod and boot up the server, if that doesn work I have no clue what to do
I'm not much of a pro with this, but as a last resort try to get rid of the chickenchunks mod and boot up the server, if that doesn work I have no clue what to do
Thanks for replying
So you think that its all related to chickenchunks?
I got an error just a bit ago saying that the disk was full. I am wondering if maybe thats why I got those corrupt chunks because the disk was full on a save or something?
Thing is the full server is only 1.7GB surely that cant be all the host has allocated. Its a good server, ive got 6GB ram.
If my internet were better Id format the server then reupload the world and start a fresh but it would take days to try and upload on my internet.
I will remove chickenchunks and let you know what happens