VolmitSoftware / React

Smart Server Performance
https://volmit.com
GNU General Public License v3.0
95 stars 52 forks source link

Exception that is possibly related to React #584

Closed AMDBartek closed 3 years ago

AMDBartek commented 3 years ago

Describe the bug When you start a server then quickly shut it down this sometimes shows in the log

To Reproduce Steps to reproduce the behavior:

  1. Start a server
  2. Use /stop to stop the server
  3. Look at the console
  4. See error

Expected behavior The server to shutdown with no error.

Screenshots or Video Recordings image

Server and Plugin Informations

Additional context The exception:

09.02 17:11:05 [Server] INFO [React] Disabling React v6.646
09.02 17:11:05 [Server] WARN [io.netty.util.concurrent.AbstractEventExecutor] A task raised an exception. Task: primal.bukkit.nms.TinyProtocol$7@39845cac
09.02 17:11:05 [Server] INFO java.util.NoSuchElementException: tiny-React-1
09.02 17:11:05 [Server] INFO at io.netty.channel.DefaultChannelPipeline.getContextOrDie(DefaultChannelPipeline.java:1119) ~[patched_1.12.2.jar:git-Paper-1618]
09.02 17:11:05 [Server] INFO at io.netty.channel.DefaultChannelPipeline.remove(DefaultChannelPipeline.java:451) ~[patched_1.12.2.jar:git-Paper-1618]
09.02 17:11:05 [Server] INFO at primal.bukkit.nms.TinyProtocol$7.run(TinyProtocol.java:430) ~[?:?]
09.02 17:11:05 [Server] INFO at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163) ~[patched_1.12.2.jar:git-Paper-1618]
09.02 17:11:05 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404) ~[patched_1.12.2.jar:git-Paper-1618]
09.02 17:11:05 [Server] INFO at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:309) ~[patched_1.12.2.jar:git-Paper-1618]
09.02 17:11:05 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) ~[patched_1.12.2.jar:git-Paper-1618]
09.02 17:11:05 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_265]
andythetech commented 3 years ago

Should be solved with latest version, please reopen if it is still occurring.