Slay the Spire

Slay the Spire

Zay 9 月 15 日 上午 8:33
Java Array List troubles
Hey, all. I'm trying to play modded StS to varying success. Sometimes it runs but more frequently I crash at random points. As the title suggests it's always some Java Array thing. I'm no good with coding or modding myself, I just want to play StS with Yugioh cards and QoL mods.

Game crashed.
Version Info:
- Java version (1.8.0_144)
- Slay the Spire (12-18-2022)
- ModTheSpire (3.30.3)
Mod list:
- basemod (5.56.0)
- stslib (2.12.0)
- AchievementEnabler (1.0.0)
- coloredmap (2.4.1)
- coloredpowertips (2.3.0)
- RelicStats (1.2.2)
- duelistmod (4.1.1)
- rare-cards-sparkle (2.2.0)
- mintyspire (2.5.9)
- OptimizeTheSpire (1.2.0)
- infinitespire (0.23.0)
- relicsorter (2.0.0)

Cause:
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at basemod.BaseMod.publishPostDungeonUpdate(BaseMod.java:2445)
at basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.DungeonUpdateHooks.Postfix(DungeonUpdateHooks.java:14)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2650)
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:876)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:423)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:389)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:136)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:110)
at com.megacrit.cardcrawl.desktop.DesktopLauncher.main(DesktopLauncher.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:509)
at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$null$1(ModSelectWindow.java:285)
at java.lang.Thread.run(Thread.java:748)

I have no idea what any of this means but, any help would be appreciated.