-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Chunk size is 42 but only 2 was read" error #1279
Comments
What version? And is this server specific or not? |
Could you explain what you mean by specific? And in the server I kick on join to verify people and allow all versions. |
@Pandapip1 Please see this: Chunk size is 42 but only 2 was read ; partial packet : {"name":96}; buffer :e00000000000436f6f6b69653a206d737473686173683d41646d696e697374720d0a0100080003000000 |
What MC version btw. If 1.20.2 going to probably want to replace login with playerJoin (it will work for older versions too ) since login is before all the config state stuff happens. |
I am unaffiliated with this project. Please make sure you are using an up-to-date |
Thanks ! |
The login event is still useful, but is fired when thr player logins in but before the transition to play state state happens, while playerJoin happens after the switch from configuration state to the play state. (And at every switch from config state to play) |
[ ] The FAQ doesn't contain a resolution to my issue
Versions
Detailed description of a problem
Missing characters in string, found size is 3 expected size was 50
The error got in Minecraft: Internal Exception: io.netty.handler.codec.DecoderException: net.minecraft.class_8911: Loading NBT data.
The error is random and I am failing to debug or reproduce.
Full error:
Current code
Expected behavior
It should work normally without errors.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: