AllTheMods / ATM-9

All the Mods 9
225 stars 97 forks source link

[Bug] - Opening the Storage Terminal from Integrated Terminals causes a packet issue #1251

Closed ArsiTheFox closed 9 months ago

ArsiTheFox commented 9 months ago

Instances:

Issue: I am working with and learning the IntegratedDynamics mod and doing alot of random things but when I tried using the Storage terminal I immediately get disconnect with: "Internal Exception: org.cyclops.cyclopscore.network.PacketHandler$PacketCodecException: An exception occurred during decoding of packet org.cyclops.integratedterminals.network.packet.TerminalStorageIngredientCraftingOptionsPacket@1aa620f"

Also, I have tested the mod alone and it works as intended and even tried a new creative world on the pack and it works as intended

Nothing in barrel image

Vid of issue: https://puu.sh/JZQjx.mp4


Recreation:

ArsiTheFox commented 9 months ago

Closing this issue as it has been resolved by the IntegratedTerminals DEV. The config setting for the mod of "terminalStoragePacketMaxInstances" was set to 1028 by default had to lower it on a server instance

Fix: configs/integrated-terminals.toml set value "terminalStoragePacketMaxInstances" to a lower amount like 512 or 128