Closed hexagonelle closed 11 months ago
Have the excact same issue in the same minecraft version, just with essential world hosting instead of a forge server.
Same here. Forge 1.19.2-43.2.0 DoggyTalents 1.19.2-2.6.5
Thanks for reporting, unfortunately it's going to be a few weeks before I can take a look. Thanks for your patience in advance.
Same here Forge 1.19.2-43.2.0 DoggyTalents_2.6.5_1.19.2
Same issue here, spent the night trying to find the culprit in my pack. Forge 1.19.2 43.2.1 DoggyTalents-1.19.2-2.6.5.jar
Please consider putting a warning on the curseforge page so people are aware of this on the 1.19.2 version.
After, a bit of small bit of digging I discovered that I was registering COMMAND_ARGUMENT_TYPES
incorrect. From 1.18 to 1.19 they now use a proper registry: https://forums.minecraftforge.net/topic/112177-argumenttypes-in-minecraft-119/
After correcting that issue, I can not reproduce this issue anymore. It seems linked, I will release this fix and close if no one else complains.
Should be fixed in "1.19.2-2.6.10"
Environment And Mod Information:
Logs
Not available
Issue Description:
If a user is opped on a server with Doggy Talents and attempts to connect, the user is immediately disconnected. If a user is on the server, and then made op, the server disconnects that user with the error "Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(17789) + length(1) exceeds writerIndex(17789): UnpooledHeapByteBuf(ridx:17789, widx: 17789, cap: 17789/17789)
Steps to reproduce:
Additional Information: