NullPointerException because "clipboard" is null when pasting schematic
jwkerr opened this issue ยท 1 comments
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
- Load a schematic from
//schematic list
- Paste schematic with
//paste
- Receive error above
Expected behaviour
The schematic should paste without errors
Screenshots / Videos
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
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response