Brettflan / 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 2-Clause "Simplified" License
139 stars 210 forks source link

[PaperMC][WB BETA][1.14.4] Error code after fill command #161

Open jagyCZ opened 5 years ago

jagyCZ commented 5 years ago

Hey, am running latest release of PaperMC with WB Beta 1.9.10. After "wb world fill 20 208 true" command i get this error. The command works but i don't want to get any of my chunks corrupted or something. Thanks!

[Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-221 (MC: 1.14.4) --- [15:49:04] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump

[15:49:04] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!): [15:49:04] [Paper Watchdog Thread/ERROR]: The server is waiting on these chunks: [[( -227,52) in 'world']]

[15:49:04] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread [15:49:04] [Paper Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING

[15:49:04] [Paper Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[15:49:04] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[15:49:09] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-221 (MC: 1.14.4) --- [15:49:09] [Paper Watchdog Thread/ERROR]: The server has not responded for 15 seconds! Creating thread dump

[15:49:09] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!): [15:49:09] [Paper Watchdog Thread/ERROR]: The server is waiting on these chunks: [[( -227,52) in 'world']]

[15:49:09] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread [15:49:09] [Paper Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING

[15:49:09] [Paper Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[15:49:09] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[15:49:14] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-221 (MC: 1.14.4) --- [15:49:14] [Paper Watchdog Thread/ERROR]: The server has not responded for 20 seconds! Creating thread dump

[15:49:14] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!): [15:49:14] [Paper Watchdog Thread/ERROR]: The server is waiting on these chunks: [[( -227,52) in 'world']]

[15:49:14] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread [15:49:14] [Paper Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING

[15:49:14] [Paper Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[15:49:14] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[15:49:19] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-221 (MC: 1.14.4) --- [15:49:19] [Paper Watchdog Thread/ERROR]: The server has not responded for 25 seconds! Creating thread dump

[15:49:19] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!): [15:49:19] [Paper Watchdog Thread/ERROR]: The server is waiting on these chunks: [[( -227,51) in 'world']]

[15:49:19] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread [15:49:19] [Paper Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING

[15:49:19] [Paper Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)

[15:49:19] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

fishnchips2 commented 5 years ago

Hi, I encountered this issue too. Turns out it's been fixed by Paper update #221. It's referenced here https://github.com/PaperMC/Paper/pull/2647