talonos2 / BlightfallTracker

Just a way to test the issue tracking functionality of GitHub, because I'm sick of wrestling with Bug-Genie
10 stars 0 forks source link

Crash when smelting Iron ore berry in Smeltery #245

Open f03n1x opened 7 years ago

f03n1x commented 7 years ago

As title says iron oreberry seems to crash when put in the smeltery,

Here's a pastebin, but it's an array out of bounds exception: https://pastebin.com/g1c4D76G (I'll post the first less detailed stack trace)

java.lang.IndexOutOfBoundsException: Index: 67, Size: 45
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at net.minecraft.inventory.Container.func_75144_a(SourceFile:191)
    at net.minecraft.network.NetHandlerPlayServer.func_147351_a(NetHandlerPlayServer.java:883)
    at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:32)
    at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:10)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

The bug is fully reproducible, so far I've only tried twice (first time being without knowledge) I can provide my save if need be.

Steps to reproduce bug:

The current version of the blightfall modpack for me is 2.1.5 (latest)

The only difference from the standard modpack is that I added in Optifine (OptiFine_1.7.10_HD_U_D8)