Posted May 30, 201411 yr java.lang.IndexOutOfBoundsException: Index: 51, Size: 45 at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.7.0_55] at java.util.ArrayList.get(Unknown Source) ~[?:1.7.0_55] at net.minecraft.inventory.Container.func_75144_a(Container.java:379) ~[ye.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147351_a(NetHandlerPlayServer.java:2025) ~[mx.class:?] at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:32) ~[il.class:?] at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:10) ~[il.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:206) ~[ef.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [ms.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:929) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:429) [lj.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:759) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:622) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.7.0_55] [14:44:42] [server thread/INFO]: What is this crash? I can't find a solution. It crashes only after 10 minutes of playing.
May 30, 201411 yr Author Yes, I think. And it only crashes on server. There's only my mod on the server and on Clients there's the nei and my mod.
May 30, 201411 yr Author https://www.dropbox.com/s/24yj2q2yleoi18n/Container.txt Container https://www.dropbox.com/s/btblfq8s67e8x7z/GuiHandler.txt Gui Handler
May 31, 201411 yr Author Also, the container file is exactly the same with the crafting table's. I just edited it so I can interact with it.
May 31, 201411 yr Author https://www.dropbox.com/s/24yj2q2yleoi18n/Container.txt This is the container file. Em, maybe the problem is at the onContainerClosed method? Do I need there the if (!this.worldObj.isRemote) line?
May 31, 201411 yr Author There's the activated method from the block's file https://www.dropbox.com/s/qdnxqf32qw01o5u/Block.txt
June 1, 201411 yr Author Gui container? Sorry that I am so stupid, I don't know which one is. I upload everything.. https://www.dropbox.com/s/22xt87ehfqd1eyp/Own3dTable.java --block, https://www.dropbox.com/s/htoylzrbd22m2y6/TableContainer.java --container, https://www.dropbox.com/s/m9xo3met2q0d5an/TableGui.java --gui, https://www.dropbox.com/s/9lcb7bd93txsl1l/TableGUIHandler.java --gui handler. That is all I have
June 1, 201411 yr Author Do you have any idea where to debug this whole thing? Or where the error is?
June 2, 201411 yr Author News: it seems that it crashes when opening the Creative tab. Just in creative mode, because we're recording in survival and everything works fine. If we're moving to my creative server, and after about 10 minutes random client crashes appearing when opening the creative tabs.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.