Skip to content
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

Unable to connect to server with jet boots / bml #30

Open
DigitalData opened this issue Jan 1, 2024 · 2 comments
Open

Unable to connect to server with jet boots / bml #30

DigitalData opened this issue Jan 1, 2024 · 2 comments

Comments

@DigitalData
Copy link

DigitalData commented Jan 1, 2024

Version Info

MC 1.20.1
Forge 47.2.17
Jet Boots (latest version)

Error

I wanted to add Jet Boots to a mod pack, however, I am unable to connect to a server I am hosting. The connectivity mod returns the following error:

io.netty.handler.codec.DecoderException: io.netty.handler.codec.EncoderException: java.io.UTFDataFormatException: malformed input around byte 57

Why I think it's BML / Jet Boots

  1. Remove bml and jet boots mods from server and client.
  2. Restart server and client.
  3. Connection works.

My Theory

(lol feel free to ignore)

read and write in your serializer are not symmetrical.

In read you first read the ingredient then the stack. In write you first write the stack, then the ingredient.

@Crimix
Copy link
Owner

Crimix commented Jan 5, 2024

Sorry about the delay of updating my mods, I will try to have a look at it, both I am also thinking of switching to NeoForge

@DigitalData
Copy link
Author

No stress. It's looking like NeoForge is the logical next step for everyone. I think for 1.20.1 NeoForge and Forge mods are compatible with either modloader. At least that's the case for Immersive Engineering, which is now fully NeoForge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants