Problem FTB Resurrection Server Crash on Launch (stack overflow)

  • 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

Drellgor

New Member
Jul 29, 2019
1
0
0
Hi All,

I've had a FTB Resurrection Server going for my friends and I for a couple of months now. I don't play as much as they do, so I'm not sure why today when I went to restart my server it failed to load. It crashed with the following crash log.

http://pastebin.com/S2waDpPz

Time: 4/23/15 7:42 PM
Description: Exception in server tick loop

java.lang.StackOverflowError: Exception in server tick loop
at java.security.AccessController.doPrivileged(Native Method)
at java.lang.ClassLoader.checkPackageAccess(Unknown Source)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:144)
at net.minecraftforge.common.ForgeChunkManager.forceChunk(ForgeChunkManager.java:741)
at codechicken.chunkloader.ChunkLoaderManager$TicketManager.addChunk(ChunkLoaderManager.java:106)
at codechicken.chunkloader.ChunkLoaderManager$ChunkLoaderOrganiser.forceChunks(ChunkLoaderManager.java:219)
at codechicken.chunkloader.ChunkLoaderManager$ChunkLoaderOrganiser.addChunkLoader(ChunkLoaderManager.java:173)
at codechicken.chunkloader.ChunkLoaderManager.addChunkLoader(ChunkLoaderManager.java:633)
at codechicken.chunkloader.TileChunkLoaderBase.activate(TileChunkLoaderBase.java:108)
at codechicken.chunkloader.TileChunkLoaderBase.func_145829_t(TileChunkLoaderBase.java:35)
at net.minecraft.world.chunk.Chunk.func_150812_a(Chunk.java:886)
at net.minecraft.world.chunk.Chunk.func_150813_a(Chunk.java:862)


At first glance it looks like something went wrong with the AnvilChunkLoader due to the following line:
at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(AnvilChunkLoader.java:500)

But I really don't know what's wrong here. I'm guessing something was built that is mucking it up, but I can't even begin to guess at what it is. If anyone can give me any guidance at all, your help would be greatly appreciated.

Thank You,
Drellgor
 
I had this issue as well; I don't know what causes it, but it can be fixed by deleting chickenchunks' chunk loaders. I did this manually using MCEdit, as I knew which age the offending chunk loader was in (trial and error removal of ages until server booted). Hope that helps.