WorldEdit

WorldEdit

43M Downloads

[CRASH] Editing a large region

AlexMinecraft2012 opened this issue ยท 4 comments

commented

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

  1. Type //wand.
  2. Select a very large region (20000000+ blocks).
  3. Type //set 0.

Anything Else?

Server logs after the crash: https://mclo.gs/y9oGXPc

commented

100 blocks is fine.

commented

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

commented

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.

commented

this is not 20 million blocks but about 90 trillion. also your server was lagging just trying to teleport you to one corner of your selection. it's clearly not going to be able to handle generating and loading 1.5 billion chunks in one go.