Crash (AIOOBE) with Thermal Dynamics in Agrarian Skies 1.0.37

Issue #6 resolved
Jadran Kotnik created an issue
---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 4/27/15 11:07 PM
Description: Exception in server tick loop

java.lang.ArrayIndexOutOfBoundsException: 1
    at cofh.thermaldynamics.duct.item.SimulatedInv.func_70301_a(SimulatedInv.java:70)
    at cofh.lib.util.helpers.InventoryHelper.insertItemStackIntoInventory(InventoryHelper.java:153)
    at cofh.thermaldynamics.duct.item.TileItemDuct.simTransfer(TileItemDuct.java:843)
    at cofh.thermaldynamics.duct.item.TileItemDuct.simTransferI(TileItemDuct.java:757)
    at cofh.thermaldynamics.duct.item.TileItemDuct.canRouteItem(TileItemDuct.java:729)
    at cofh.thermaldynamics.duct.attachments.servo.ServoItem.findRouteForItem(ServoItem.java:353)
    at cofh.thermaldynamics.duct.attachments.servo.ServoItem.getRouteForItem(ServoItem.java:447)
    at cofh.thermaldynamics.duct.attachments.servo.ServoItem.handleItemSending(ServoItem.java:279)
    at cofh.thermaldynamics.duct.attachments.servo.ServoItem.tick(ServoItem.java:194)
    at cofh.thermaldynamics.duct.item.ItemGrid.tickGrid(ItemGrid.java:56)
    at cofh.thermaldynamics.core.WorldGridList.tickEnd(WorldGridList.java:63)
    at cofh.thermaldynamics.core.TickHandler.tick(TickHandler.java:95)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler_411_TickHandler_tick_WorldTickEvent.invoke(.dynamic)
    at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
    at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
    at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:255)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:645)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

Related issues:

Both use the same setup (2 crucibles, 2 ducts, servo and a chest). First one was running for a few hours before it eventually crashed the server.

The first issue contains some tips on how to possibly fix the issue (KingLemming's comment).

Comments (3)

  1. Log in to comment