Storage Terminals always cause a PacketCodecException in ATM 8 latest update (v1.1.0)
flann opened this issue ยท 2 comments
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:
- Connect a storage terminal to an inventory.
- Right-click the terminal
- 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
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.