CyclopsMC / IntegratedTerminals

Terminals for managing and overviewing Integrated Dynamics networks
MIT License
5 stars 6 forks source link

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

Closed flann closed 7 months ago

flann commented 7 months ago

Issue type:


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:

Log file:

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

rubensworks commented 7 months ago

Thanks for reporting!

rubensworks commented 7 months ago

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.