-
Notifications
You must be signed in to change notification settings - Fork 200
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
Map update packet causes error #943
Comments
are you admin on your server? i had a similar problem and the fix was killing item entities in the console. for some reason there were 93,000+ item entities bricking the game. not sure why tho |
Woah, that sounds similar to a problem I had on my server. |
Happens when updating a map |
Create modifies the map update packet, so this is probably a conflict with another mod also doing that |
im only playing with a few mods my thoughts are that maybe it has to do with the caffeineMC mods im using in fabric 1.19.2? |
definitely not. mod list might help |
create-fabric-0.5.0.i-1003+1.19.2.jar ferritecore-5.0.3-fabric.jar memoryleakfix-fabric-1.17+-1.0.0.jar these are the server side mods, i cant access my client side mods at the moment but if they are necessary i can send them |
I'm closing this assuming it's fixed, if it isn't feel free to open a new issue |
Describe the Bug
Receiving the following when I try and enter into my server, originally it was working fine with other mods but now seeing this error
io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(16397) + length(1) exceeds writerIndex(16397): PooledUnsafeDirectByteBuf(ridx: 16397, widx: 16397, cap: 16397)
Reproduction Steps
1.Open minecraft with mods
2.connect to server
Expected Result
Able to connect to server
Screenshots and Videos
Logs:https://pastebin.com/ZG7wFMVZ
Crash Report or Log
No response
Operating System
Windows 11
Mod Version
0.5.1a
Minecraft Version
1.19.2
Other Mods
https://www.curseforge.com/minecraft/modpacks/better-mc-fabric modpack 17.5hf (everything was working fine for a bit then is not)
Additional Context
Other people seem to be able to login it is only affecting my client (have tried full reinstalling everything with no luck
The text was updated successfully, but these errors were encountered: