Crafting Station

Crafting Station

12M Downloads

1.21.1 Crash with Create vault

bsasealteam6 opened this issue ยท 5 comments

commented

In the stoneblock 4 mod pack i placed the vault next to a crafting station. I was able to open the crafting station, but then as soon as I selected the vault inventory from the tabs, the server kicked me. My brother attempted to open it for the first time, not selecting the tab, and it kicked him too. Whenever we tried to rejoin, it kicked us over and over again until I went in with a new account and destroyed the vault.

commented

Any logs?

commented

I'll check tonight if it got anything of use.

commented

From the client:

[04Nov2025 21:01:14.129] [Render thread/ERROR] [net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl/]: Failed to handle packet net.minecraft.network.protocol.game.ClientboundContainerSetContentPacket@fc0819f
java.lang.IndexOutOfBoundsException: Index 434 out of bounds for length 434
        at java.base/jdk.internal.util.Preconditions.outOfBounds(Unknown Source) ~[?:?]
        at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Unknown Source) ~[?:?]
        at java.base/jdk.internal.util.Preconditions.checkIndex(Unknown Source) ~[?:?]
        at java.base/java.util.Objects.checkIndex(Unknown Source) ~[?:?]
        at java.base/java.util.ArrayList.get(Unknown Source) ~[?:?]
        at TRANSFORMER/[email protected]/net.minecraft.core.NonNullList.get(NonNullList.java:66) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.world.inventory.AbstractContainerMenu.getSlot(AbstractContainerMenu.java:279) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.world.inventory.AbstractContainerMenu.initializeContents(AbstractContainerMenu.java:587) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientPacketListener.handleContainerContent(ClientPacketListener.java:1291) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundContainerSetContentPacket.handle(ClientboundContainerSetContentPacket.java:52) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundContainerSetContentPacket.handle(ClientboundContainerSetContentPacket.java:13) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:27) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:111) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1155) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23549!/:?]
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[?:?]
        at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?]
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.42.jar%2393!/:4.0]
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.42.jar%2393!/:4.0]
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.42.jar%2393!/:4.0]
        at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.42.jar%2393!/:4.0]
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.5.jar%2398!/:?]
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.5.jar%2398!/:?]
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.5.jar%2398!/:?]
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.5.jar%2398!/:?]
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.5.jar%2398!/:?]
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.5.jar%2398!/:?]
        at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.5.jar%2398!/:?]
        at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?]
        at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?]
[04Nov2025 21:01:14.243] [Render thread/FATAL] [net.neoforged.neoforge.common.NeoForgeMod/]: Preparing crash report with UUID d92dff5e-89a5-45f9-a1a6-6cfaf4f46205
[04Nov2025 21:01:15.290] [SoundSourceThread-1f94b323-454c-497e-a9f6-c4c9960e91ee/WARN] [voicechat/]: [voicechat] Full playback buffer: 32/32
[04Nov2025 21:01:15.291] [SoundSourceThread-1f94b323-454c-497e-a9f6-c4c9960e91ee/WARN] [voicechat/]: [voicechat] Full playback buffer: 32/32
[04Nov2025 21:01:15.371] [Netty Epoll Client IO #0/INFO] [rgp_client/]: Reconnected Rocket client as session has become inactive.
commented

And the server didn't have anything useful, but here it is.

[04Nov2025 17:54:42.521] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[04Nov2025 17:54:42.882] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2883ms or 57 ticks behind
[04Nov2025 17:57:41.226] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: bsasealteam6 has made the advancement [A Metallur-what?]
[04Nov2025 17:58:49.691] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Got action SORT slot 104
[04Nov2025 17:58:49.692] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Slot mapping {com.progwml6.ironchest.common.block.regular.entity.CrystalChestBlockEntity@334c2c7e=InventoryMapping{i=com.progwml6.ironchest.comm
on.block.regular.entity.CrystalChestBlockEntity@334c2c7e, c=com.progwml6.ironchest.common.inventory.IronChestMenu@12facfad, b=0, e=107}, []=InventoryMapping{i=[], c=com.progwml6.ironchest.common.inventory.IronChestMenu@12facfad, b=108, 
e=134}, []=InventoryMapping{i=[], c=com.progwml6.ironchest.common.inventory.IronChestMenu@12facfad, b=135, e=143}}
[04Nov2025 17:58:49.692] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Action slot InventoryMapping{i=com.progwml6.ironchest.common.block.regular.entity.CrystalChestBlockEntity@334c2c7e, c=com.progwml6.ironchest.com
mon.inventory.IronChestMenu@12facfad, b=0, e=107}
[04Nov2025 17:59:45.200] [Server thread/DEBUG] [net.neoforged.neoforge.common.CommonHooks/WP]: Gathered mod list to write to world save world
[04Nov2025 17:59:45.586] [Server thread/WARN] [net.minecraft.server.MinecraftServer/]: Can't keep up! Is the server overloaded? Running 2737ms or 54 ticks behind
[04Nov2025 18:00:23.594] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Got action SORT slot 43
[04Nov2025 18:00:23.595] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Slot mapping {[]=InventoryMapping{i=[], c=com.progwml6.ironchest.common.inventory.IronChestMenu@737628ae, b=108, e=134}, []=InventoryMapping{i=[
], c=com.progwml6.ironchest.common.inventory.IronChestMenu@737628ae, b=135, e=143}, com.progwml6.ironchest.common.block.regular.entity.CrystalChestBlockEntity@2f3b1526=InventoryMapping{i=com.progwml6.ironchest.common.block.regular.entit
y.CrystalChestBlockEntity@2f3b1526, c=com.progwml6.ironchest.common.inventory.IronChestMenu@737628ae, b=0, e=107}}
[04Nov2025 18:00:23.595] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Action slot InventoryMapping{i=com.progwml6.ironchest.common.block.regular.entity.CrystalChestBlockEntity@2f3b1526, c=com.progwml6.ironchest.com
mon.inventory.IronChestMenu@737628ae, b=0, e=107}
[04Nov2025 18:00:56.992] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Got action SORT slot 26
[04Nov2025 18:00:56.993] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Slot mapping {[]=InventoryMapping{i=[], c=com.progwml6.ironchest.common.inventory.IronChestMenu@52ede106, b=108, e=134}, []=InventoryMapping{i=[
], c=com.progwml6.ironchest.common.inventory.IronChestMenu@52ede106, b=135, e=143}, com.progwml6.ironchest.common.block.regular.entity.CrystalChestBlockEntity@2f3b1526=InventoryMapping{i=com.progwml6.ironchest.common.block.regular.entit
y.CrystalChestBlockEntity@2f3b1526, c=com.progwml6.ironchest.common.inventory.IronChestMenu@52ede106, b=0, e=107}}
[04Nov2025 18:00:56.993] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Action slot InventoryMapping{i=com.progwml6.ironchest.common.block.regular.entity.CrystalChestBlockEntity@2f3b1526, c=com.progwml6.ironchest.com
mon.inventory.IronChestMenu@52ede106, b=0, e=107}
[04Nov2025 18:01:07.692] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Got action SORT slot 68
[04Nov2025 18:01:07.693] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Slot mapping {[]=InventoryMapping{i=[], c=com.progwml6.ironchest.common.inventory.IronChestMenu@182ba926, b=108, e=134}, []=InventoryMapping{i=[
], c=com.progwml6.ironchest.common.inventory.IronChestMenu@182ba926, b=135, e=143}, com.progwml6.ironchest.common.block.regular.entity.CrystalChestBlockEntity@2f3b1526=InventoryMapping{i=com.progwml6.ironchest.common.block.regular.entit
y.CrystalChestBlockEntity@2f3b1526, c=com.progwml6.ironchest.common.inventory.IronChestMenu@182ba926, b=0, e=107}}
[04Nov2025 18:01:07.749] [Server thread/DEBUG] [cpw.mods.inventorysorter.InventorySorter/]: Action slot InventoryMapping{i=com.progwml6.ironchest.common.block.regular.entity.CrystalChestBlockEntity@2f3b1526, c=com.progwml6.ironchest.com
mon.inventory.IronChestMenu@182ba926, b=0, e=107}
[04Nov2025 18:01:15.373] [Netty Epoll Server IO #3/ERROR] [net.minecraft.network.Connection/]: Exception caught in connection
io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer
[04Nov2025 18:01:15.394] [Server thread/INFO] [net.minecraft.server.network.ServerGamePacketListenerImpl/]: bsasealteam6 lost connection: Disconnected
[04Nov2025 18:01:15.394] [Server thread/INFO] [net.minecraft.server.MinecraftServer/]: bsasealteam6 left the game
[04Nov2025 18:01:15.474] [Server thread/DEBUG] [voicechat/]: [voicechat] Removing state of bsasealteam6
[04Nov2025 18:01:15.476] [Server thread/INFO] [voicechat/]: [voicechat] Disconnecting client bsasealteam6
[04Nov2025 18:01:15.493] [VoiceChatPacketProcessingThread/DEBUG] [voicechat/]: [voicechat] Player bedd2fb1-2b55-4df1-bafd-3d426b4bfdbf does not have a secret
[04Nov2025 18:01:15.493] [VoiceChatPacketProcessingThread/DEBUG] [voicechat/]: [voicechat] Player bedd2fb1-2b55-4df1-bafd-3d426b4bfdbf does not have a secret
[04Nov2025 18:01:15.493] [VoiceChatPacketProcessingThread/DEBUG] [voicechat/]: [voicechat] Player bedd2fb1-2b55-4df1-bafd-3d426b4bfdbf does not have a secret
[04Nov2025 18:01:15.539] [VoiceChatPacketProcessingThread/DEBUG] [voicechat/]: [voicechat] Player bedd2fb1-2b55-4df1-bafd-3d426b4bfdbf does not have a secret
[04Nov2025 18:01:15.539] [VoiceChatPacketProcessingThread/DEBUG] [voicechat/]: [voicechat] Player bedd2fb1-2b55-4df1-bafd-3d426b4bfdbf does not have a secret
commented

Ignore the time difference, server is in PST and client is in EST.