compieter-gh / WorldBorder

Bukkit plugin for maintaining borders for your worlds to limit their sizes, as well as generating missing chunks or trimming excess chunks.
https://www.spigotmc.org/resources/worldborder.60905/
BSD 3-Clause "New" or "Revised" License
11 stars 0 forks source link

java.util.concurrent.CompletionException: java.lang.IllegalStateException: Already queued #5

Open RumoEL opened 3 years ago

RumoEL commented 3 years ago

Linux archlinux 5.9.14-arch1-1 #1 SMP PREEMPT Sat, 12 Dec 2020 14:37:12 +0000 x86_64 GNU/Linux

openjdk version "11.0.8" 2020-07-14 OpenJDK Runtime Environment (build 11.0.8+10) OpenJDK 64-Bit Server VM (build 11.0.8+10, mixed mode)

WorldBorder-1.10.4 git commit 796a690355c7746dbc0756dd5299c3edf95d7b89 log in file log.txt

RumoEL commented 3 years ago

Not tested on other java versions exception thrown 2 times (after 6 minutes)

compieter-gh commented 3 years ago

Unsure of this atm. i will have to do some testing myself.

RumoEL commented 3 years ago

the radius was 12000 blocks, errors started after processing 7000 blocks of the radius

compieter-gh commented 3 years ago

I saw the same issue on one of the other forks regarding paperlib which i think is the same thing going on here.

compieter-gh commented 3 years ago

Changed some stuff can you try again with the latest dev build? 401417b78e1a441dccea86ae4a611dd72944ca7d

RumoEL commented 3 years ago

new error lates commit eerrr.txt

compieter-gh commented 3 years ago

Can i know the server version and plugins that you are running?

RumoEL commented 3 years ago

git-Paper-775 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)

github.com/ComPieter-1/WorldBorder b6427862dba1ed5c98ceafe265d5c7f5fbb0548d

openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment (build 11.0.11+9) OpenJDK 64-Bit Server VM (build 11.0.11+9, mixed mode)

RumoEL commented 3 years ago

with java 16 no problems are observed