Building Gadgets

Building Gadgets

110M Downloads

World Save Crashes when Cut n Paste has something large cut

Rafiki2085 opened this issue ยท 2 comments

commented

Building Gadgets Version
FTB Evolutions - 1.20.0 : buildinggadgets2-1.3.8

Describe the bug
Server Crashes when trying to save the world

To Reproduce
Server has a configuration for Cut n Paste to be a power cost of 5.
Cutting a large area of 65x5x65 will have the whole area cut seeming successfully with all animations finished and all blocks removed, then trigger a world save, and the server crashes.

The exact area I was trying to copy is in the nether with the absolute cords in the gadget as:
39 32 185
103 35 249

Expected behavior
Server not to crash!

Screenshots
N/A

Log Files
crash-2025-07-24_00.14.50-server.txt

commented

Not positive but I think your server is running out of virtual memory and causing a tic lag loop so watchdog is killing it. The crash isn;t giving a lot of detail other than a Tic Loop as cause and virtual mem using more than available. Going to assume this is on a host, Bisect perhaps? Othe than paying more for more memory I'm not sure there anything you can do other than perhaps cut the space in 2 captures.

commented

I updated the server to have 32GB total and up to 24 allocated to FTB, and the same thing happens.