[CRASH] Editing a large region
AlexMinecraft2012 opened this issue ยท 4 comments
WorldEdit Version
7.3.6
Platform Version
Paper 1.21.1-98-master@9b1ee0d
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
Editing a very large region crashes the server.
Expected Behavior
It will say "Operation completed" and edit the region.
Reproduction Steps
- Type //wand.
- Select a very large region (20000000+ blocks).
- Type //set 0.
Anything Else?
Server logs after the crash: https://mclo.gs/y9oGXPc
yes, because your 100 block selection is not within the chunk that your server is failing to generate. your logs indicate this is a server issue, not a worldedit one
this looks like an issue with your server, not WorldEdit. it's stalled because you tried to edit a block in a chunk that the server is failing to generate. the same would happen if you just walked there, or if anything caused it to load.
in general this kind of error can only happen if the server took >60s to set 100 blocks, which is a ridiculously long time, and means something else is going wrong. in your case, something is causing chunk generation to stall.