Title: Quarry Crash
Version: 1_0_3
OS: Windows 7
Java Version: Unknown
Description of Problem:
I made a quarry, and all was fine building the frame, but when it finished with the frame, it crashed, and if it try to go back to the world, it says "shutting down internal server" for a few seconds then crashes
Error Messages:
Minecraft has stopped running because it encountered a problem; Ticking tile entity
Error Log:
Stacktrace:
at thermalexpansion.block.machine.TileMachineRoot.func_94128_d(TileMachineRoot.java:332)
at buildcraft.core.inventory.TransactorVanillaSided.getSlotOnSideForStack(TransactorVanillaSided.java:31)
at buildcraft.core.inventory.TransactorVanillaSided.getPartialSlot(TransactorVanillaSided.java:20)
at buildcraft.core.inventory.TransactorSimple.inject(TransactorSimple.java:22)
at buildcraft.core.inventory.Transactor.add(Transactor.java:16)
at buildcraft.core.utils.Utils.addToRandomInventory(Utils.java:81)
at buildcraft.factory.TileQuarry.mineStack(TileQuarry.java:447)
at buildcraft.factory.TileQuarry.positionReached(TileQuarry.java:415)
at buildcraft.factory.TileQuarry.moveHead(TileQuarry.java:782)
at buildcraft.factory.TileQuarry.func_70316_g(TileQuarry.java:155)
java.lang.ArrayIndexOutOfBoundsException: 6
at thermalexpansion.block.machine.TileMachineRoot.func_94128_d(TileMachineRoot.java:332)
at buildcraft.core.inventory.TransactorVanillaSided.getSlotOnSideForStack(TransactorVanillaSided.java:31)
at buildcraft.core.inventory.TransactorVanillaSided.getPartialSlot(TransactorVanillaSided.java:20)
at buildcraft.core.inventory.TransactorSimple.inject(TransactorSimple.java:22)
at buildcraft.core.inventory.Transactor.add(Transactor.java:16)
at buildcraft.core.utils.Utils.addToRandomInventory(Utils.java:81)
at buildcraft.factory.TileQuarry.mineStack(TileQuarry.java:447)
at buildcraft.factory.TileQuarry.positionReached(TileQuarry.java:415)
at buildcraft.factory.TileQuarry.moveHead(TileQuarry.java:782)
at buildcraft.factory.TileQuarry.func_70316_g(TileQuarry.java:155)
at net.minecraft.world.World.func_72939_s(World.java:2196)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:546)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:651)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:570)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:127)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:468)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)