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

Storage Terminals always cause a PacketCodecException in ATM 8 latest update (v1.1.0) #116

Closed
flann opened this issue Dec 25, 2023 · 2 comments

Comments

@flann
Copy link

flann commented Dec 25, 2023

Issue type:

  • 🐛 Bug

Short description:

Attempting to access any storage terminal always causes a PacketCodecException. This only happens client-side. There's nothing in the server logs other than showing that the user disconnected.

Steps to reproduce the problem:

  1. Connect a storage terminal to an inventory.
  2. Right-click the terminal
  3. Client disconnects from the server with a "PacketCodecException". Log trace shows the dreaded "io.netty.handler.codec.EncoderException: java.io.EOFException: fieldSize is too long! Length is 28009, but maximum is 45"

Expected behaviour:

The storage terminal should open and display the contents of the inventory.


Versions:

  • This mod: IntegratedTerminals-1.19.2-1.4.11
  • Minecraft: 1.19.2
  • Forge: 43.2.14

Log file:

https://gist.github.com/flann/00549bf494d38454a8ede9e7dd685747#file-latest-log

@rubensworks
Copy link
Member

Thanks for reporting!

@rubensworks
Copy link
Member

This seems to be a duplicate of #112.

Please try lowering terminalStoragePacketMaxRecipes and/or terminalStoragePacketMaxInstances in your config.

Should that not fix the problem, please let me know.

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

No branches or pull requests

2 participants