Nazeren Posted August 14, 2023 Share Posted August 14, 2023 I had an error earlier with mods having uppercase letters in the items and it breaking the mods, so I took them out, and now I am getting this new error? I also saw that we should upload posts to a pastebin, but my debug log is too long for that so I made a github to post the debug log, I hope that is correct to do. The error is "Internal Exception: io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: index: 14, length 110, (expected range(0, 82)) What does this mean? Here is the debug log for it https://raw.githubusercontent.com/Nazeren/debug/main/debug-1.log Quote Link to comment Share on other sites More sharing options...
warjort Posted August 14, 2023 Share Posted August 14, 2023 (edited) Quote Caused by: java.lang.IndexOutOfBoundsException: index: 14, length: 110 (expected: range(0, 82)) -- snip -- at net.minecraft.network.protocol.game.ClientboundRecipePacket.<init>(ClientboundRecipePacket.java:35) ~[client-1.19.2-20220805.130853-srg.jar%23485!/:?] One of your mods has a broken custom recipe. It is not being serialized to the network correctly. The error does not say which mod. Probably the only way you will find the mod for this kind of error is to experiment with removing mods until the problem goes away. Backup your world before removing mods. If the mod is not just totally broken (i.e. the mod developer never nested multiplayer), this kind of error usually indicates you have a mod for a different version of minecraft? Edited August 14, 2023 by warjort Quote 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. Link to comment Share on other sites More sharing options...
Nazeren Posted August 15, 2023 Author Share Posted August 15, 2023 I found the mod with the error, it was Celestisynth, was not working with multiplayer at all Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.