MrKinau / FishingBot

1.8 - 1.20.6 Fishing bot for Minecraft
GNU General Public License v3.0
321 stars 67 forks source link

Bot join and instantly disconnects from server. #205

Closed kalakoa closed 1 year ago

kalakoa commented 1 year ago

[2023-06-13 16:52:37] [INFO ] Configuration was loaded: C:\Users\User\Desktop\Bot\config.json [2023-06-13 16:52:37] [INFO ] Starting in offline-mode with user name: User [2023-06-13 16:52:37] [INFO ] Username: User [2023-06-13 16:52:37] [INFO ] Pinging xx.xxx.xxx.xx:xxxxx with protocol of MC-1.20 [2023-06-13 16:52:38] [INFO ] Received pong: A Minecraft Server, version: 1.20 (763), players online: 2 [2023-06-13 16:52:38] [INFO ] Module "HandshakeModule" enabled! [2023-06-13 16:52:38] [INFO ] Module "LoginModule" enabled! [2023-06-13 16:52:38] [INFO ] Module "ClientDefaultsModule" enabled! [2023-06-13 16:52:38] [INFO ] Module "FishingModule" enabled! [2023-06-13 16:52:38] [INFO ] Module "ChatProxyModule" enabled! [2023-06-13 16:52:38] [INFO ] Module "ChatCommandModule" enabled! [2023-06-13 16:52:38] [INFO ] Login successful! [2023-06-13 16:52:38] [INFO ] Name: User [2023-06-13 16:52:38] [INFO ] UUID: [2023-06-13 16:52:38] [INFO ] Disconnected: {"translate":"disconnect.genericReason","with":["Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(1) + length(8) exceeds writerIndex(1): PooledUnsafeDirectByteBuf(ridx: 1, widx: 1, cap: 1)"]} [2023-06-13 16:52:38] [INFO ] Module "LoginModule" disabled! [2023-06-13 16:52:38] [INFO ] Module "ClientDefaultsModule" disabled! [2023-06-13 16:52:38] [INFO ] Module "FishingModule" disabled! [2023-06-13 16:52:38] [INFO ] Module "ChatProxyModule" disabled! [2023-06-13 16:52:38] [INFO ] Module "ChatCommandModule" disabled! [2023-06-13 16:52:38] [INFO ] FishingBot will reconnect in 5 seconds... [2023-06-13 16:52:39] [INFO ] java.lang.NullPointerException [2023-06-13 16:52:39] [INFO ] at systems.kinau.fishingbot.modules.fishing.FishingModule.lambda$onSetDifficulty$7(FishingModule.java:293) [2023-06-13 16:52:39] [INFO ] at java.lang.Thread.run(Unknown Source) [2023-06-13 16:52:39] [INFO ] java.lang.NullPointerException [2023-06-13 16:52:39] [INFO ] at systems.kinau.fishingbot.modules.ClientDefaultsModule.lambda$onSetDifficulty$1(ClientDefaultsModule.java:57) [2023-06-13 16:52:39] [INFO ] at java.lang.Thread.run(Unknown Source)