Integrated Terminals

Integrated Terminals

20M Downloads

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

flann opened this issue ยท 2 comments

commented

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

commented

Thanks for reporting!

commented

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.