CreeperHost / MineTogether

A Minecraft mod that enhances community and server features, such as global chat, chunk pre-generation, auto server join from protocol uri (via FTBApp), friends lists, private chats and many more features linked to the MineTogether platform.
https://minetogether.io
GNU General Public License v3.0
23 stars 16 forks source link

[Bug]: IRC event listener gets killed incorrectly. #648

Closed covers1624 closed 9 months ago

covers1624 commented 1 year ago

Describe the bug

AAA

Steps to reproduce

AAA

Expected behaviour

AAA

Screenshots

No response

Version

6.0.9

Minecraft Version

1.18.2

ModLoader Version

any

Additional Information

[01:17:30] [MineTogether IRC Client/ERROR]: Exception encountered during connect
java.util.concurrent.RejectedExecutionException: Task net.creeperhost.minetogether.repack.org.pircbotx.hooks.managers.AbstractListenerManager$ExecuteListenerRunnable@4670f9b0 rejected from java.util.concurrent.ThreadPoolExecutor@46d62229[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 16]
    at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source) ~[?:?]
    at net.creeperhost.minetogether.repack.org.pircbotx.hooks.managers.SequentialListenerManager$PooledListenerExecutor.handleEvent(SequentialListenerManager.java:230) ~[minetogether-forge-1.18.2-6.0.9.jar%2391!/:?]
    at net.creeperhost.minetogether.repack.org.pircbotx.hooks.managers.SequentialListenerManager.onEvent(SequentialListenerManager.java:93) ~[minetogether-forge-1.18.2-6.0.9.jar%2391!/:?]
    at net.creeperhost.minetogether.repack.org.pircbotx.Utils.dispatchEvent(Utils.java:49) ~[minetogether-forge-1.18.2-6.0.9.jar%2391!/:?]
    at net.creeperhost.minetogether.repack.org.pircbotx.PircBotX.startBot(PircBotX.java:198) ~[minetogether-forge-1.18.2-6.0.9.jar%2391!/:?]
    at net.creeperhost.minetogether.lib.chat.irc.pircbotx.PircBotClient.lambda$startClient$0(PircBotClient.java:89) ~[minetogether-forge-1.18.2-6.0.9.jar%2391!/:?]
    at java.lang.Thread.run(Unknown Source) [?:?]
gigabit101 commented 9 months ago

closed due to inactivity