You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only load the chunk with interface are on, see this crash.
Version 453
java.lang.IllegalAccessError: tried to access field it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap.key from class appeng.crafting.v2.CraftingCalculations$InternalMultiMap
at appeng.crafting.v2.CraftingCalculations$InternalMultiMap.keysArray(CraftingCalculations.java:137)
at appeng.crafting.v2.CraftingCalculations.tryResolveCraftingRequest(CraftingCalculations.java:65)
at appeng.crafting.v2.CraftingContext.addRequest(CraftingContext.java:145)
at appeng.crafting.v2.CraftingJobV2.(CraftingJobV2.java:73)
at appeng.me.cache.CraftingGridCache.beginCraftingJob(CraftingGridCache.java:492)
at appeng.me.cache.CraftingGridCache.beginCraftingJob(CraftingGridCache.java:481)
at appeng.helpers.MultiCraftingTracker.handleCrafting(MultiCraftingTracker.java:99)
at appeng.helpers.DualityInterface.handleCrafting(DualityInterface.java:734)
at appeng.helpers.DualityInterface.usePlan(DualityInterface.java:711)
at appeng.helpers.DualityInterface.updateStorage(DualityInterface.java:647)
at appeng.helpers.DualityInterface.tickingRequest(DualityInterface.java:574)
at appeng.tile.misc.TileInterface.tickingRequest(TileInterface.java:195)
at appeng.me.cache.TickManagerCache.onUpdateTick(TickManagerCache.java:77)
at appeng.me.GridCacheWrapper.onUpdateTick(GridCacheWrapper.java:30)
at appeng.me.Grid.update(Grid.java:257)
at appeng.hooks.TickHandler.onTick(TickHandler.java:192)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_503_TickHandler_onTick_TickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:149)
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:897)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:695)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
Only load the chunk with interface are on, see this crash.
Version 453
java.lang.IllegalAccessError: tried to access field it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap.key from class appeng.crafting.v2.CraftingCalculations$InternalMultiMap
at appeng.crafting.v2.CraftingCalculations$InternalMultiMap.keysArray(CraftingCalculations.java:137)
at appeng.crafting.v2.CraftingCalculations.tryResolveCraftingRequest(CraftingCalculations.java:65)
at appeng.crafting.v2.CraftingContext.addRequest(CraftingContext.java:145)
at appeng.crafting.v2.CraftingJobV2.(CraftingJobV2.java:73)
at appeng.me.cache.CraftingGridCache.beginCraftingJob(CraftingGridCache.java:492)
at appeng.me.cache.CraftingGridCache.beginCraftingJob(CraftingGridCache.java:481)
at appeng.helpers.MultiCraftingTracker.handleCrafting(MultiCraftingTracker.java:99)
at appeng.helpers.DualityInterface.handleCrafting(DualityInterface.java:734)
at appeng.helpers.DualityInterface.usePlan(DualityInterface.java:711)
at appeng.helpers.DualityInterface.updateStorage(DualityInterface.java:647)
at appeng.helpers.DualityInterface.tickingRequest(DualityInterface.java:574)
at appeng.tile.misc.TileInterface.tickingRequest(TileInterface.java:195)
at appeng.me.cache.TickManagerCache.onUpdateTick(TickManagerCache.java:77)
at appeng.me.GridCacheWrapper.onUpdateTick(GridCacheWrapper.java:30)
at appeng.me.Grid.update(Grid.java:257)
at appeng.hooks.TickHandler.onTick(TickHandler.java:192)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_503_TickHandler_onTick_TickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:149)
at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:897)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:695)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered: