Posted October 11, 20222 yr Internal Exception: io.netty.handler.codec.DecoderException:java.lang.IndexOutOfBoundsException: readerIndex(12) + length(1) exceeds writerIndex(12): PooledUnsafeDirectByteBuf(ridx: 12, widx12, cap: 12) This error happens every time I try to connect. https://drive.google.com/file/d/1woVVIoCbmXpDeORM-Q0H8KS-ApyzIqww/view?usp=sharing Thats the Debug Log
October 12, 20222 yr Quote Caused by: java.lang.IndexOutOfBoundsException: readerIndex(12) + length(1) exceeds writerIndex(12): PooledUnsafeDirectByteBuf(ridx: 12, widx: 12, cap: 12) at io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1442) ~[netty-buffer-4.1.77.Final.jar%23107!/:4.1.77.Final] at io.netty.buffer.AbstractByteBuf.readByte(AbstractByteBuf.java:730) ~[netty-buffer-4.1.77.Final.jar%23107!/:4.1.77.Final] at net.minecraft.network.FriendlyByteBuf.readByte(FriendlyByteBuf.java:1068) ~[client-1.19.2-20220805.130853-srg.jar%23400!/:?] at net.minecraft.network.FriendlyByteBuf.m_130242_(FriendlyByteBuf.java:422) ~[client-1.19.2-20220805.130853-srg.jar%23400!/:?] at net.minecraft.network.FriendlyByteBuf.m_236838_(FriendlyByteBuf.java:148) ~[client-1.19.2-20220805.130853-srg.jar%23400!/:?] at net.minecraft.network.FriendlyByteBuf.m_236845_(FriendlyByteBuf.java:168) ~[client-1.19.2-20220805.130853-srg.jar%23400!/:?] at net.minecraft.network.protocol.game.ClientboundRecipePacket.<init>(ClientboundRecipePacket.java:35) ~[client-1.19.2-20220805.130853-srg.jar%23400!/:?] This is usually caused by a mod having broken custom recipe serialization. There is nothing in the log that says which mod has the problem, You will have to experiment with removing mods or search your mod's issues pages for known issues. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.