You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you were to remove or even change blocks which seem to try to update their neighbours, which are also getting removed by an operation, e.g. //air, there are chances the server will crash, with an Exception while updating neighbours-Error.
This also seems to be in direct connection with a PlotSquared Bug, as the error is basically the same, and from my understanding (this may be wrong), if FAWE is installed on the server with PS, it will be used, e.g. to delete plots. IntellectualSites/PlotSquared#4337
To Reproduce
Create an area of e.g. Sculk Sensors, with a layer of Trapdoors on top, stack it horizontally, e.g. to create a rectangle
Select the entire region with the sculk sensors and trapdoors
Trigger the sculk sensors by walking on top of the trapdoors
Remove the area while the sculk sensors / trapdoors are still triggering the neighbour blocks, e.g. via //air
If nothing happens, repeat
Expected behaviour
The server should continue working, and the blocks should have all been removed, without any crash.
gamecrash534
changed the title
Server-Crash
Server-Crash on FAWE-Operation while affected Blocks are getting ticked
Mar 19, 2025
SirYwell
added
Bug
Something isn't working
Approved
Added if an issue has been approved by a maintainer
and removed
Requires Testing
This is a new issue which needs to be approved before labeled with "bug"
labels
Mar 20, 2025
Server Implementation
Paper
Server Version
1.21.1
Describe the bug
If you were to remove or even change blocks which seem to try to update their neighbours, which are also getting removed by an operation, e.g.
//air
, there are chances the server will crash, with anException while updating neighbours
-Error.This also seems to be in direct connection with a PlotSquared Bug, as the error is basically the same, and from my understanding (this may be wrong), if FAWE is installed on the server with PS, it will be used, e.g. to delete plots.
IntellectualSites/PlotSquared#4337
To Reproduce
//air
Expected behaviour
The server should continue working, and the blocks should have all been removed, without any crash.
Screenshots / Videos
Error log (if applicable)
https://gist.github.com/gamecrash534/f136283f2a55884c850e5f8acdb2c083
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/fec39af532b64718bb62e49b5cc5971c
Fawe Version
FastAsyncWorldEdit version 2.13.1-SNAPSHOT-1065;cca3b71
Checklist
Anything else?
Sorry, if the description is a bit inaccurate. I couldn't really think of anything else ;)
The text was updated successfully, but these errors were encountered: