Bad packet id 83 - 5.0.0 dev
crafter23456 opened this issue ยท 3 comments
Describe the bug
[12:25:08] [Server thread/INFO]: [Matrix] (Via) Player crafter2345 joined with (1.18.x/758) client
[12:25:10] [Server thread/INFO]: crafter2345 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Bad packet id 83
[12:25:10] [Server thread/INFO]: crafter2345 left the game.
To Reproduce
- Use the 5.0.0 dev build
- Join a 1.8.8 server
- Look into the log
Expected behavior
That I can join the server like on 4.8.0 :D
Version Info
https://paste.labymod.net/qiwabaviwi.cs
Hey, can you try to reproduce the issue without ViaVersion? Tested it on paper 1.8 and had no issues...
Okay checked it and it is a ViaVersion thing. Via relies on the name of the decoder being protocol_lib_decoder
when the plugin is enabled which is no longer the case. That causes Via to add the decompressor at the wrong position in the pipeline. Removing the check fixes the problem.
Will move the issue over to ViaVersion and see what they say!