Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

231k Downloads

C2ME interferes with Textile Backups backup restoration.

Clunthoo opened this issue ยท 1 comments

commented

Describe the bug
Attempting to restore a backup saved by Textile Backup results in server shutdown/close before the restoration can be completed.

To Reproduce

  1. Start a fabric server with textile backup & c2me
  2. load into new world and do /backup start
  3. move/break things and do /save-all
  4. do /backup restore latest (or use the specified file)
  5. relaunch server and see that you did not go back to starting location (backup didn't work)

Expected behavior
upon backup restoration, the player should have moved back to the point where they did "/backup start", but it does not happen.

Runtime info (please complete the following information):

  • OS: Windows 10
  • Minecraft version: 1.20.1
  • Mod version: 10.97 & 10.100
  • Mod branch:

Crash reports / logs
https://pastebin.com/XhttXnzU
I only included the last portion of the logs as the only thing that matters is when the server closes, where no warning/errors are shown.
The server window closes after each log ends

Checklist

  • I am using the official version of the mod. (they are all alphas?)
  • I tried the latest development version but the issue persists.
  • I searched for similar open issues and could not find an existing bug report on this.

Additional context
it seems like the server is closed before the backup can finish, almost as if c2me closes it after textile backup kills the server for restoration.
Other mods were included originally, but i removed them all and made a new world with just these two to try and figure it out, same issue still persisting.

commented

Duplictae of #228