• 0

    posted a message on Metallurgy 4
    I've gotten crashes now several times when using crushers in combination with hoppers. If a hopper is placed below a crusher, it works for a while, but eventually stops working (the hopper's ticking behavior no longer pulls items from the crusher's output slot). Removing the hopper and replacing it sometimes resolves the problem, sometimes not. Removing the crusher and replacing it caused an immediate crash with a "java.lang.ArrayIndexOutOfBoundsException: 4". I've also had saved games with crushers atop hoppers crash on load with the same exception. This is with 4.0.2.8 & core 4.0.1.16, will try updating core to see if that helps. Edit with update: Updating core to 4.0.2.4 appears to have fixed the crash with the crusher, but now a hopper under an alloyer empties the right input slot ahead of emptying the output slot, which is really quite unhelpful.Full stack trace:
    java.lang.ArrayIndexOutOfBoundsException: 4at com.teammetallurgy.metallurgycore.machines.TileEntityMetallurgy.func_70301_a(TileEntityMetallurgy.java:168)at net.minecraft.tileentity.TileEntityHopper.func_145892_a(TileEntityHopper.java:300)at net.minecraft.tileentity.TileEntityHopper.func_145891_a(TileEntityHopper.java:266)at net.minecraft.tileentity.TileEntityHopper.func_145887_i(TileEntityHopper.java:202)at net.minecraft.tileentity.TileEntityHopper.func_145845_h(TileEntityHopper.java:190)at net.minecraft.world.World.func_72939_s(World.java:1888)at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620)at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)-- Head --Stacktrace:at com.teammetallurgy.metallurgycore.machines.TileEntityMetallurgy.func_70301_a(TileEntityMetallurgy.java:168)at net.minecraft.tileentity.TileEntityHopper.func_145892_a(TileEntityHopper.java:300)at net.minecraft.tileentity.TileEntityHopper.func_145891_a(TileEntityHopper.java:266)at net.minecraft.tileentity.TileEntityHopper.func_145887_i(TileEntityHopper.java:202)at net.minecraft.tileentity.TileEntityHopper.func_145845_h(TileEntityHopper.java:190)-- Block entity being ticked --Details:Name: Hopper // net.minecraft.tileentity.TileEntityHopperBlock type: ID #154 (tile.hopper // net.minecraft.block.BlockHopper)Block data value: 3 / 0x3 / 0b0011Block location: World: (-535,62,691), Chunk: (at 9,3,3 in -34,43; contains blocks -544,0,688 to -529,255,703), Region: (-2,1; contains chunks -64,32 to -33,63, blocks -1024,0,512 to -513,255,1023)Actual block type: ID #154 (tile.hopper // net.minecraft.block.BlockHopper)Actual block data value: 3 / 0x3 / 0b0011Stacktrace:at net.minecraft.world.World.func_72939_s(World.java:1888)at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)
    Posted in: Minecraft Mods
  • To post a comment, please .