Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

231k Downloads

C2ME somehow causing crash to my fabric server

ianlee0800 opened this issue ยท 4 comments

commented

Describe the bug

I am hosting a fabric server, and whenever my friends join the server, the server crashes instantly. After reviewed crash logs, I found it might be caused by C2ME.

To Reproduce

  1. startup server
  2. a player with identical mods join
  3. server crashes

Expected behavior
The server should not crash

Screenshots
There's no screenshot for it.

Runtime info (please complete the following information):

  • OS: Windows 11
  • Minecraft version: 1.20.1
  • Mod version: 0.2.0+alpha.10.94 devbuild for 1.20.1
  • Mod branch: devbuild

Crash reports / logs
https://pastebin.com/TvgE1XzC

Other mods
https://pastebin.com/TvgE1XzC

Checklist

  • [ x ] I am using the official version of the mod.
  • [ x ] I tried the latest development version but the issue persists.
  • [ x ] I searched for similar open issues and could not find an existing bug report on this.

Additional context

commented

Have the server been shut down forcefully before? Such as system crashes like BSOD, task manager kill or powercut?

commented

There is a broken chunk near your friend's location. The crash is to protect the chunk from being regenerated.
There are many causes of this issue such as unclean shutdown, disk issues, or general system instability.
But the only proper way to resolve this issue is to restore from backup, or try to repair it manually after backup using tools like mcaselector.

commented

No, my server hasn't been forced to shut down.
All server shutdowns to date have been done in accordance with normal procedures.

commented

Ah, thank you. After restore from backup, this issue is resolved.