AllTheMods / Gravitas2

repo for ATM Gravitas sequel
21 stars 36 forks source link

Create server crash #92

Open Tommeh1 opened 10 months ago

Tommeh1 commented 10 months ago

The server will crash the moment anyone loads our base due to a Create press or basin. Forge is unable to fix it by removing erroring (block)entities I've recovered the server for now by manually fixing the region.

Crash report: crash-2024-01-04_19.16.21-server.txt

ex0tiq commented 10 months ago

@Tommeh1 we have the same issue on our server and can't even join the server anymore because it instantly crashes.

How did you manually fix the region?

Tommeh1 commented 10 months ago

@Tommeh1 we have the same issue on our server and can't even join the server anymore because it instantly crashes.

How did you manually fix the region?

By using NBT Explorer. Note that both the basin and press are broken and both must be removed from the affected chunk, the crash report should give you the location of the press under details:

Details:
    Name: create:mechanical_press // com.simibubi.create.content.kinetics.press.MechanicalPressBlockEntity
    Block: Block{create:mechanical_press}[facing=east]
    Block location: World: (3794,75,6637), Section: (at 2,11,13 in 237,4,414; chunk contains blocks 3792,-64,6624 to 3807,319,6639), Region: (7,12; contains chunks 224,384 to 255,415, blocks 3584,-64,6144 to 4095,319,6655)
    Block: Block{create:mechanical_press}[facing=east]
    Block location: World: (3794,75,6637), Section: (at 2,11,13 in 237,4,414; chunk contains blocks 3792,-64,6624 to 3807,319,6639), Region: (7,12; contains chunks 224,384 to 255,415, blocks 3584,-64,6144 to 4095,319,6655)

In my case, under the region(7,12) and then the chunk((237,4,414)(Ignore the middle value)) you'll find block_entities, which contains all block entities in that chunk, find both the basin and press in there and remove the whole block entity. So for example the '16 entries' or something folder you'll find it in under block entities. However, do make a backup of your world before doing this, any mistakes can irreversibly destroy it.