[Server thread/ERROR] [net.minecraft.network.protocol.game.ServerPacketListener/]: Failed to handle packet net.minecraft.network.protocol.game.ServerboundUseItemPacket@603882d2, suppressing error neoforge 1.21.8
Closed this issue ยท 14 comments
Issue type:
- ๐ Bug
was placing a logic cable and then bamm hard server crash
Short description:
java.lang.NoClassDefFoundError: org/apache/commons/compress/utils/Lists
Steps to reproduce the problem:
- have a server with mods listed and a full network
- then after awhile add more logic cables to expand network and get hard crashes
- noted this also deletes crafters and recipes in the world too upon crash and reload corrupting the network
Expected behaviour:
to update a network and expand without hassles
crash-2025-10-10_06.45.19-server.txt
Versions:
- This mod:
- integratedcrafting-1.21.8-neoforge-1.1.13-365
- integrateddynamics-1.21.8-neoforge-1.24.1-1323
- integratedterminals-1.21.8-neoforge-1.6.6-558
- integratedtunnels-1.21.8-neoforge-1.8.30-489
- Minecraft: 1.21.8
- Mod loader version: neoforge-1.21.8-21.8.47
Log file:
This has already been fixed in the latest version (you are using integrateddynamics-1.21.8-neoforge-1.24.1-1310 according to the crashlog, not 1323)
updated because this is the actual issue
[Server thread/ERROR] [net.minecraft.network.protocol.game.ServerPacketListener/]: Failed to handle packet net.minecraft.network.protocol.game.ServerboundUseItemPacket@603882d2, suppressing error
@rubensworks why close before i could update it correctly
Ok, this is something completely different.
Could you share some more details on what you did exactly before the client disconnect?
Note to self:
net.minecraft.network.protocol.game.ServerboundUseItemPacket@603882d2, suppressing error
--
| java.util.NoSuchElementException: No value present
| at java.base/java.util.Optional.orElseThrow(Optional.java:377) ~[?:?]
| at TRANSFORMER/[email protected]/org.cyclops.integratedterminals.item.ItemTerminalStoragePortable$1.getNamedInventory(ItemTerminalStoragePortable.java:163) ~[integratedterminals-1.21.8-neoforge-1.6.6-558.jar%23527!/:1.6.6]
| at TRANSFORMER/[email protected]/org.cyclops.integratedterminals.api.terminalstorage.ITerminalStorageTabCommon$IVariableInventory.loadNamedInventory(ITerminalStorageTabCommon.java:42) ~[integratedterminals-1.21.8-neoforge-1.6.6-558.jar%23527!/:1.6.6]
| at TRANSFORMER/[email protected]/org.cyclops.integratedterminals.core.terminalstorage.TerminalStorageTabIngredientComponentCommon.loadSlots(TerminalStorageTabIngredientComponentCommon.java:87) ~[integratedterminals-1.21.8-neoforge-1.6.6-558.jar%23527!/:1.6.6]
| at TRANSFORMER/[email protected]/org.cyclops.integratedterminals.inventory.container.ContainerTerminalStorageBase.<init>(ContainerTerminalStorageBase.java:112) ~[integratedterminals-1.21.8-neoforge-1.6.6-558.jar%23527!/:1.6.6]
| at TRANSFORMER/[email protected]/org.cyclops.integratedterminals.inventory.container.ContainerTerminalStorageItem.<init>(ContainerTerminalStorageItem.java:54) ~[integratedterminals-1.21.8-neoforge-1.6.6-558.jar%23527!/:1.6.6]
| at TRANSFORMER/[email protected]/org.cyclops.integratedterminals.inventory.container.ContainerTerminalStorageItem.<init>(ContainerTerminalStorageItem.java:46) ~[integratedterminals-1.21.8-neoforge-1.6.6-558.jar%23527!/:1.6.6]
| at TRANSFORMER/[email protected]/org.cyclops.integratedterminals.item.ItemTerminalStoragePortable.lambda$getContainer$0(ItemTerminalStoragePortable.java:113) ~[integratedterminals-1.21.8-neoforge-1.6.6-558.jar%23527!/:1.6.6]
| at TRANSFORMER/[email protected]/org.cyclops.cyclopscore.inventory.container.NamedContainerProviderItem.createMenu(NamedContainerProviderItem.java:36) ~[cyclopscore-1.21.8-neoforge-1.25.5-825.jar%23458!/:1.25.5-825]
| at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerPlayer.openMenu(ServerPlayer.java:1298) ~[server-1.21.8-20250717.133445-srg.jar%23401!/:?]
| at TRANSFORMER/[email protected]/org.cyclops.cyclopscore.helper.MinecraftHelpersNeoForge.openMenu(MinecraftHelpersNeoForge.java:64) ~[cyclopscore-1.21.8-neoforge-1.25.5-825.jar%23458!/:1.25.5-825]
| at TRANSFORMER/[email protected]/org.cyclops.cyclopscore.item.ItemGui.openGuiForItemIndex(ItemGui.java:58) ~[cyclopscore-1.21.8-neoforge-1.25.5-825.jar%23458!/:1.25.5-825]
| at TRANSFORMER/[email protected]/org.cyclops.integratedterminals.item.ItemTerminalStoragePortable.openGuiForItemIndex(ItemTerminalStoragePortable.java:75) ~[integratedterminals-1.21.8-neoforge-1.6.6-558.jar%23527!/:1.6.6]
| at TRANSFORMER/[email protected]/org.cyclops.cyclopscore.item.ItemGui.use(ItemGui.java:94) ~[cyclopscore-1.21.8-neoforge-1.25.5-825.jar%23458!/:1.25.5-825]
| at TRANSFORMER/[email protected]/net.minecraft.world.item.ItemStack.use(ItemStack.java:400) ~[server-1.21.8-20250717.133445-srg.jar%23401!/:?]
| at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerPlayerGameMode.useItem(ServerPlayerGameMode.java:311) ~[server-1.21.8-20250717.133445-srg.jar%23401!/:?]
| at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItem(ServerGamePacketListenerImpl.java:1347) ~[server-1.21.8-20250717.133445-srg.jar%23401!/:?]



