Crash. Chunkloaders

Guthatron

New Member
Jul 29, 2019
55
0
0
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.

Here is the crash log http://pastebin.com/ZUQqFrQ3
 

Guthatron

New Member
Jul 29, 2019
55
0
0
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)
 

cjm721

New Member
Jul 29, 2019
734
0
1
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.
 

Blacke

New Member
Jul 29, 2019
21
0
0
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
 

Guthatron

New Member
Jul 29, 2019
55
0
0
Hey guys
Im still getting this error. I ended up with corrupt chunks i ownloaded the map and used minecraft region fixer to delete the corrupt chunks.

Im having so much trouble. Every single time i boot the server i get this errors:
2013-08-11 19:40:26 [SEVERE] java.io.EOFException
2013-08-11 19:40:26 [SEVERE] at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:264)
2013-08-11 19:40:26 [SEVERE] at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:254)
2013-08-11 19:40:26 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:163)
2013-08-11 19:40:26 [SEVERE] at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:78)
2013-08-11 19:40:26 [SEVERE] at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:90)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.nbt.CompressedStreamTools.func_74796_a(CompressedStreamTools.java:28)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.world.storage.MapStorage.func_75742_a(SourceFile:46)
2013-08-11 19:40:26 [SEVERE] at com.xcompwiz.mystcraft.world.agedata.AgeData.getAge(AgeData.java:333)
2013-08-11 19:40:26 [SEVERE] at com.xcompwiz.mystcraft.world.WorldProviderMyst.func_76572_b(WorldProviderMyst.java:63)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.world.WorldProvider.func_76558_a(WorldProvider.java:61)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.world.World.<init>(World.java:380)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.world.WorldServer.<init>(WorldServer.java:138)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14)
2013-08-11 19:40:26 [SEVERE] at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:352)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:916)
2013-08-11 19:40:26 [SEVERE] at codechicken.chunkloader.ChunkLoaderManager.getWorld(ChunkLoaderManager.java:534)
2013-08-11 19:40:26 [SEVERE] at codechicken.chunkloader.ChunkLoaderManager$ChunkLoaderOrganiser.revive(ChunkLoaderManager.java:331)
2013-08-11 19:40:26 [SEVERE] at codechicken.chunkloader.ChunkLoaderManager.revivePlayerLoaders(ChunkLoaderManager.java:892)
2013-08-11 19:40:26 [SEVERE] at codechicken.chunkloader.ChunkLoaderManager.tickEnd(ChunkLoaderManager.java:846)
2013-08-11 19:40:26 [SEVERE] at codechicken.chunkloader.ChunkLoaderEventHandler.tickEnd(ChunkLoaderEventHandler.java:39)
2013-08-11 19:40:26 [SEVERE] at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
2013-08-11 19:40:26 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
2013-08-11 19:40:26 [SEVERE] at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:829)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
2013-08-11 19:40:26 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)



Then right after that i get this
2013-08-11 19:40:28 [INFO] /90.191.62.199:57859 lost connection
2013-08-11 19:40:28 [INFO] [FakePlayer] Initializing fake player for dan200/turtle/shared/TurtlePlayer: [ComputerCraft]
2013-08-11 19:40:31 [SEVERE] java.lang.IllegalArgumentException: Empty string not allowed
2013-08-11 19:40:31 [SEVERE] at net.minecraft.nbt.NBTTagString.<init>(SourceFile:15)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.nbt.NBTTagCompound.func_74778_a(SourceFile:77)
2013-08-11 19:40:31 [SEVERE] at com.xcompwiz.mystcraft.world.agedata.AgeData.func_76187_b(AgeData.java:276)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.world.storage.MapStorage.func_75747_a(SourceFile:88)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.world.storage.MapStorage.func_75744_a(SourceFile:76)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.world.WorldServer.func_73042_a(WorldServer.java:1188)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1161)
2013-08-11 19:40:31 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.unloadWorld(CraftServer.java:874)
2013-08-11 19:40:31 [SEVERE] at net.minecraftforge.common.DimensionManager.unloadWorlds(DimensionManager.java:506)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:843)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
2013-08-11 19:40:31 [SEVERE] at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)


even after removing the plugin autosaveworld
I also have to delete logintimes.dat every time or the server crashes on boot.
 

Blacke

New Member
Jul 29, 2019
21
0
0
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
 

Guthatron

New Member
Jul 29, 2019
55
0
0
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
 
  • Like
Reactions: Blacke