FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

NullPointerException using //regen due to this.executor is null

LM-Wolfert opened this issue ยท 0 comments

commented

Server Implementation

Paper

Server Version

1.18.2

Describe the bug

Our server runs on paper-1.18.2-388.jar we use a handful of plugins. Plugins that could interfere with //regen in FAWE are WorldGuard and a custom plugin that alters World Generation TerraPlusMinus although I'm not sure whether either is the culprit.

Tested version where error occurs: Build #407 & #420 (latest)

Running //regen results in the following exception: (see error log)

The command worked previously (I think it was version 2.6.0, not sure which build)

To Reproduce

Create a cuboid selection with the //wand
Run the //regen command

Expected behaviour

//regen executes and regenerates the terrain to its default state.

Screenshots / Videos

2023-05-15_20 40 39

Error log (if applicable)

https://gist.github.com/LM-Wolfert/09154b4a70dfca1229db277fc3947fb6

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/34163ea973d74ef197e36ab7dc3a217a

Fawe Version

https://ci.athion.net/job/FastAsyncWorldEdit/420/artifact/artifacts/FastAsyncWorldEdit-Bukkit-2.6.2-SNAPSHOT-420.jar

Checklist

Anything else?

No response