FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

NullPointerException because "clipboard" is null when pasting schematic

jwkerr opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.20.4

Describe the bug

When loading then pasting a schematic I received the error in the codeblock below, the schematic is rather large at 2209.3 kb however I also tried with a 24.6 kb schematic and got the same error, restarting did not fix this error.

If it helps with diagnosing the issue the schematic was converted from a .litematic file using Lite2Edit, however the other schematic I tried and had the same error with was also converted using Lite2Edit and we have followed this same conversion then paste process many times before with even larger schematics. Updating to the latest version from Jenkins did not fix the error.

To Reproduce

  1. Load a schematic from //schematic list
  2. Paste schematic with //paste
  3. Receive error above

Expected behaviour

The schematic should paste without errors

Screenshots / Videos

image

Error log (if applicable)

https://gist.github.com/jwkerr/bec481e4d94775a235d671fdc0101b82

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/e84f723547d447b88225b9076b6d443b

Fawe Version

2.9.3-SNAPSHOT-759;991d93d

Checklist

Anything else?

No response

commented

Upon further testing it looks like this is likely an error resulting from conversion through Lite2Edit so I will check and move my issue there if this is the case.