FastAsyncWorldEdit

FastAsyncWorldEdit

245k Downloads

(FAWE) java.lang.IllegalArgumentException: Dimensions are too large for this clipboard format.

MasOfNothing opened this issue ยท 3 comments

commented

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)

https://pastebin.com/KNeZyBtM

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/780a8aeb2c7946908ca68e324384c27a

Fawe Version

FastAsyncWorldEdit-Bukkit-2.12.4-SNAPSHOT-1016.jar

Checklist

Anything else?

No response

commented

The selection is too large. You can use //lazycopy instead. I assume the exception handling could be improved here.

commented

When I try lazycopy I get a different error
(FAWE) java.lang.IllegalArgumentException: Please provide an EditSession
https://pastebin.com/atzCiAN6

commented

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.