Indexer crash in pre13

Issue #238 resolved
iconmaster created an issue

It was in SMP, running pre13 with the newest public version of Forestry and Forge 734. When I opened the Indexer, it crashed with this log:

java.lang.IndexOutOfBoundsException: Index: 1037, Size: 1037
    at java.util.ArrayList.rangeCheck(ArrayList.java:604)
    at java.util.ArrayList.get(ArrayList.java:382)
    at net.minecraft.inventory.Container.func_75139_a(SourceFile:103)
    at net.minecraft.inventory.Container.func_75131_a(SourceFile:389)
    at net.minecraft.client.multiplayer.NetClientHandler.func_72486_a(NetClientHandler.java:1227)
    at net.minecraft.network.packet.Packet104WindowItems.func_73279_a(SourceFile:45)
    at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:461)
    at net.minecraft.client.multiplayer.NetClientHandler.func_72551_d(NetClientHandler.java:266)
    at net.minecraft.client.multiplayer.WorldClient.func_72835_b(WorldClient.java:94)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1862)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:835)
    at net.minecraft.client.Minecraft.run(Minecraft.java:760)
    at java.lang.Thread.run(Thread.java:722)

Comments (2)

  1. Log in to comment