Open pahimar opened 10 years ago
Cause identified, potential solutions found, requesting replication steps to determine side effects and correct solution.
Unsure of steps to replicate - this was on ForgeCraft 1 and kept the server down for a day. Took out ChickenChunks to allow the server to be playable again. Could visit us on IRC however to talk to the people playing to find out however.
Guess I'll just go and figure out what invokes the async chunk loader.
Not the same crash, weird interaction with Buildcraft, probably their issue,
yeah sorry, for reference: https://github.com/BuildCraft/BuildCraft/issues/2326
I am getting the same crash on my server only on startup. If I remove the chicken chunks mod and then boot, shutdown, put the mod back, boot again. Everything is fine. Chunkloaders can be placed and they seem to work fine. But if the server has to reboot it crashes. I could send you the world but it is pretty big ~1.5 GB zipped with 7z Anywhere here is the log with the crash appearing on line 40310. https://gist.github.com/kevinkjt2000/ffa40aeeed752bd7912d/raw/fml-server.log It seems as if an update to extra utils is causing this.
Any updates on this? Our server is experiencing the same crash-loop cycle.
log at http://pastebin.com/fKq1hTfm
It's virtually identical to both Kevin and Pahimar's.
Same issue here
Try looking at the Coordinates it provides you with in the full log, From mine:
Details: Found chunk: true Location: World: (-3871,83,9316), Chunk: (at 1,5,4 in -242,582; contains blocks -3872,0,9312 to -3857,255,9327), Region: (-8,18; contains chunks -256,576 to -225,607, blocks -4096,0,9216 to -3585,255,9727)
It says Location: World, this just means it's in the world it can be in any dimension though. For me this problem was solved by removing an Ender Quarry and Quarry from the Deep Dark. I'd check the coordinates provided in every dimension you have available to you.
There is an Ender Quarry running in the deep dark on my server. So that might be part of the problem.
For me it was an actual chicken loader. we had to remove the mod from the server and start it up without it to get things running again. Then added the mod back afterwards.
On my lunch break, had a similar crash when checking in on my server. http://pastebin.com/fKq1hTfm
Disabling the ChickenChunks mod solves the problem. Pack: FTB Inifinity 1.5.1
To be clear, I did not have to disable CCC, only CC.
Considering the amount of dimensions we have on the server, this can take some time to TP to every one and see if there's a block there, it'd be really nice if the log would specify a dimension :(
Encountering the same issue
Pack : RR3.3
ExtraUtilities related crash.
I can confirm this as well has just occurred as well. Opening world in MCEdit and removing ticking entities does not help. Removing chuck loader did not restore.
Removing CC completely and putting it back has permitted proper startup.
@themechman Don't forget to post versions :)
Chicken Chunks 1.3.4.19 and CodeChickenCore 1.0.7.47
It only happened once I'm afraid and I cannot reproduce despite best efforts. I've simply removed extrautil from my mods for now.
NPE in ChunkLoaderManager. Using Forge 1224 with CodeChickenCore 1.0.4.29 and ChickenChunks 1.3.4.13