alisonjenkins / RedwoodMinecraftPack

The ATLauncher XML and configuration files for the Redwood Minecraft private server pack.
The Unlicense
2 stars 2 forks source link

Crash #24

Open azatoth opened 10 years ago

azatoth commented 10 years ago

Got a crash when tried to see recipes where wool was a source.


java.lang.ArrayIndexOutOfBoundsException: 9
    at co.uk.silvania.cities.core.blocks.FloorBlocks.func_71858_a(FloorBlocks.java:44)
    at net.minecraft.client.renderer.RenderBlocks.func_94165_a(RenderBlocks.java:8167)
    at net.minecraft.client.renderer.RenderBlocks.func_78600_a(RenderBlocks.java:8092)
    at net.minecraft.client.renderer.entity.RenderItem.renderItemIntoGUI(RenderItem.java:375)
    at net.minecraft.client.renderer.entity.RenderItem.func_82406_b(RenderItem.java:467)
    at net.minecraft.client.gui.inventory.GuiContainer.drawSlotItem(GuiContainer.java:485)
    at net.minecraft.client.gui.inventory.GuiContainer.func_74192_a(GuiContainer.java:472)
    at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:150)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1036)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:946)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
alisonjenkins commented 10 years ago

Caused by Flenix mods by the looks of the exception.

azatoth commented 10 years ago

Happened again now when searching for wool recipes, so it seems to be reproducible (same stack trace)