Main Menu Crash: ConcurrentModificationException on Asynchronously building [color] search tree
Closed this issue ยท 1 comments
Game crashes as soon as main menu should be shown.
Vanilla Fix
mod handle the crash, so i still could play.
Crash stack trace:
java.util.ConcurrentModificationException: null
at java.util.WeakHashMap$HashIterator.remove(WeakHashMap.java:821) ~[?:1.8.0_51]
at zone.rong.loliasm.client.sprite.FramesTextureData.onClientTick(FramesTextureData.java:34) ~[FramesTextureData.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_3440_FramesTextureData_onClientTick_ClientTickEvent.invoke(.dynamic) ~[?:?]
Considering stack trace pointing to loliasm
, this fatal happens right after this line, so i though HEI is actual issue reason:
[pool-13-thread-1/INFO] [HadEnoughItems]: Asynchronously building [color] search tree...
I tried to reload game and got same crash at exact same place.
debug.log
Fixed in dev: LoliKingdom/LoliASM#84