Slay the Spire

Slay the Spire

Slay the Spire Modding
Customize Slay the Spire with player created mods to add new characters, relics, game mechanics, and more. Create and upload your own mods to explore new ways to ascend the Spire!
A very consistent "lwjgl3" error
I have recently started getting this error when playing with the spire, but there seems to be very little, if any, pattern to it. I get it in ruina when I get hit with serum w or transform the prescript relic. But I've also gotten it in completely unrelated places like getting the slimed from the recent bundle of energy quest boss relic or having time walker enabled. Does anyone know what this error could be hinting at?
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.remove(ArrayList.java:865)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2633)
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)