
(FAWE) java.lang.IllegalArgumentException: Dimensions are too large for this clipboard format.
MasOfNothing opened this issue ยท 3 comments
Server Implementation
Paper
Server Version
1.20.4
Describe the bug
When copying a large area i get the error message. I'm unsure when this started or what caused it.
(FAWE) java.lang.IllegalArgumentException: Dimensions are too large for this clipboard format.
To Reproduce
Select a 2000x2000 area
//copy
Expected behaviour
It copies the selection
Screenshots / Videos
No response
Error log (if applicable)
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/780a8aeb2c7946908ca68e324384c27a
Fawe Version
FastAsyncWorldEdit-Bukkit-2.12.4-SNAPSHOT-1016.jar
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
The selection is too large. You can use //lazycopy instead. I assume the exception handling could be improved here.
When I try lazycopy I get a different error
(FAWE) java.lang.IllegalArgumentException: Please provide an EditSession
https://pastebin.com/atzCiAN6
When I try lazycopy I get a different error (FAWE) java.lang.IllegalArgumentException: Please provide an EditSession pastebin.com/atzCiAN6
Thanks, that will be fixed by #3070.