Crash/ AE2 / 1.10.2
joaovictorbarrera opened this issue ยท 6 comments
I'm having issues with applied energistics 2, I'm having a server crash (i'm in single player, not even in a server) I have a AE2 system. Most part in overworld in my base and the ME Controllers and CPU's for crafitng inside a Compact Machine
appliedenergistics2-rv4-stable-1
Forge 12.18.3.2254
Minecraft 1.10.2
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
at java.util.HashMap$KeyIterator.next(HashMap.java:1453)
at appeng.me.NetworkEventBus.postEvent(NetworkEventBus.java:116)
at appeng.me.Grid.postEvent(Grid.java:222)
at appeng.me.cache.EnergyGridCache.publicPowerState(EnergyGridCache.java:238)
at appeng.me.cache.EnergyGridCache.onUpdateTick(EnergyGridCache.java:206)
at appeng.me.GridCacheWrapper.onUpdateTick(GridCacheWrapper.java:43)
at appeng.me.Grid.update(Grid.java:280)
at appeng.hooks.TickHandler.onTick(TickHandler.java:236)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_600_TickHandler_onTick_TickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:261)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
Full Crash here: https://pastebin.com/4Jd6AnEq
I already resolved the issue.
Aparently, when my energy is empty and the AE2 discharge is causing the crash.
I entered in the map and fastenly put 6 dense energy cells (I cheated), put my energy system back and the problem was not occurring anymore
Probably the problem is with the ae2 inside the compact machine. IDK.
Maybe if the problem continuous, I return to the issue. Bye
If this is happening for you on 1.12.2, please open a new issue with a crash log attached.