Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash #578

Open
SrYthan opened this issue Sep 11, 2024 · 1 comment
Open

Crash #578

SrYthan opened this issue Sep 11, 2024 · 1 comment

Comments

@SrYthan
Copy link

SrYthan commented Sep 11, 2024

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)

@SrYthan
Copy link
Author

SrYthan commented Sep 12, 2024

Well, the error was caused due to the outdated fastUtil library.
Resolved in this other issue
#577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant