Broken Clipboard
OneLiteFeather opened this issue ยท 3 comments
Server Implementation
Paper
Server Version
1.19.4
Describe the bug
The chat shows that the own clipboard is broken.
To Reproduce
- Select a huge area with //pos1 and //pos2 (for example >120 mio blocks)
- //copy
- Wait for the copy feedback in chat
- Leave the server
- Rejoin and see the error in chat
Expected behaviour
No error message, also the clipboard is empty somehow. Should not happen.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/dcdeada304084a178804f6974c93ab29
Fawe Version
FastAsyncWorldEdit-413
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?
FAWE might need a higher value than int (long or biginteger) to do more huge clipboards because the hardware and software for minecraft servers are evolving as well - people can build and do more with their hardware as 10 years ago. Also they might have more disk space than in the past.
Thank you a lot, this issue is known and the problem goes way back to worldedit as well.
The best thing would be to make a different solution for saving huge clipboards, for example:
"Your selection is too huge, if you want to copy it, try //lazycopy instead as it can save on maximum approximately 2GB"
Or on //copy run for the user //lazycopy instead if it mets the right permission.
These are my quick fix ideas, but it's temporary.
I think the best course of action would be a long-term solution.
I'm just not sure that the issue is the size of the clipboard. I could be wrong of course.
server error log.txt
Tested FastAsyncWorldEdit-Bukkit-2.6.2-SNAPSHOT-415 and verified clipboard broken and this error happens