Jump to content

Please help, I'm getting an out of bounds error connecting to my forge server I am making for my friends & I


Nazeren

Recommended Posts

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

Link to comment
Share on other sites

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 by warjort

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.