All the Mods 9 - ATM9

All the Mods 9 - ATM9

9M Downloads

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

ArsiTheFox opened this issue ยท 1 comments

commented

Instances:

  • ATM9 0.2.39
  • Minecraft: 1.20.1
  • Forge: 47.2.19

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:

  • 1.) Place barrel
  • 2.) Put Item Interface from IntegratedTunnels on side of barrel
  • 3.) Pipe up to a Storage Interface from IntegratedTerminals
  • 4.) Open Storage Terminal

Note: This recreation may not work because of my specific issue and the testing I have done to find out it was only in the server world

Will be sending this report into IntegratedTerminals as well

commented

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