2

[JAVA] Help with Internal Exception error

ShepherdKai 4/21/21 6:14 am history
4.7k
4/23/2021 2:23 am
I've set up a server to play with friends but one of them can't play properly, they can connect properly and actually play but after some time they just lose connection.

We are playing on version 1.16.5 on a SpigotMC server, no pluginsessay writer

She's playing with Forge, and she's only using the JourneyMap Mod, no resource packs.

Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Packet 0/8 (SAnimateBlockBreakPacket) was larger than I expected, found 102 bytes extra whilst reading packet 8

This is the error she's getting, any help?
Posted by
ShepherdKai
Level 1 : New Miner
0

  Have something to say?

JoinSign in

3

Cooper036
04/23/2021 2:23 am
Level 1 : New Miner
history
This happens to me, except if I connect to my mobile hotspot it doesn't disconnect me. The thing is, all the results ive found mention an asus router's nat, while I have google fiber which doesn't even give the option to switch my router from NAT (not that asus nat acceleration) to Bridge mode.


FaceTime PC
1
Markil3
04/22/2021 2:09 am
Level 34 : Artisan Modder
From the crash message, it seems like her client is getting a network message in a format that isn't expected. Essentially, when it comes to that particular message (breaking blocks), the client and server might as well be speaking different languages, and the client can't understand the server.
For troubleshooting, try to see if you can get this message to trigger reliably. The name of the packet seems to hint that it is related to punching blocks. Try having her connect and see if mining at all causes the issue (make sure to report whether starting mining or finishing mining is the issue).
Once you get that, try converting the server and her Minecraft version to vanilla and see if it triggers then. If so, it probably is a Minecraft issue. Otherwise, there may be some incompatibility going on (perhaps there is a really weird thing going on with Journey Map?).
1
HoboMaggot
04/22/2021 1:20 am
Level 55 : Grandmaster Blob
It could be something corrupted with her player data as per this bug
Try deleting her player.dat file. This will reset her inventory,location and stats, but it could fix it
1

Welcome