-
-
Notifications
You must be signed in to change notification settings - Fork 300
Description
Server Implementation
Paper
Server Version
1.21.8
Describe the bug
INVALID CLIPBOARD
To Reproduce
I dont know
Expected behaviour
[00:26:59 ERROR]: Error loading clipboard from disk
java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Size exceeds Integer.MAX_VALUE
at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.sk89q.worldedit.LocalSession.loadClipboardFromDisk(LocalSession.java:937) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.sk89q.worldedit.extension.platform.AbstractPlayerActor.lambda$loadClipboardFromDisk$1(AbstractPlayerActor.java:554) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.fastasyncworldedit.core.util.task.KeyQueuedExecutorService$KeyRunner.lambda$run$0(KeyQueuedExecutorService.java:150) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Size exceeds Integer.MAX_VALUE
at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:1178) ~[?:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard.init(DiskOptimizedClipboard.java:332) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard.(DiskOptimizedClipboard.java:193) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard.(DiskOptimizedClipboard.java:172) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard.loadFromFile(DiskOptimizedClipboard.java:228) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.sk89q.worldedit.LocalSession.lambda$loadClipboardFromDisk$1(LocalSession.java:936) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.fastasyncworldedit.core.Fawe.submitUUIDKeyQueuedTask(Fawe.java:510) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
at FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar/com.sk89q.worldedit.LocalSession.loadClipboardFromDisk(LocalSession.java:934) ~[FastAsyncWorldEdit-Paper-2.14.1-SNAPSHOT-1197.jar:?]
... 7 more
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/d46d97f9806f4cdfb17ac205cb162416
Fawe Version
2.14.1-SNAPSHOT-1197+a459b8e
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