Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 tasks done
MasOfNothing opened this issue Jan 9, 2025 · 3 comments · Fixed by #3070
Closed
2 tasks done
Labels
Requires Testing This is a new issue which needs to be approved before labeled with "bug"

Comments

@MasOfNothing
Copy link

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

@MasOfNothing MasOfNothing added the Requires Testing This is a new issue which needs to be approved before labeled with "bug" label Jan 9, 2025
@SirYwell
Copy link
Member

SirYwell commented Jan 9, 2025

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

@MasOfNothing
Copy link
Author

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

@SirYwell
Copy link
Member

SirYwell commented Jan 9, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Requires Testing This is a new issue which needs to be approved before labeled with "bug"
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants