You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know relicstats is not really a dependency of this mod but STSStateSaver requires ludicrousspeed which requires relicstats, I got this Exception earlier today and decided to report.
INFO core.CardCrawlGame> Exception occurred in CardCrawlGame render method!
ERROR core.CardCrawlGame> Exception caught
java.lang.IllegalArgumentException: Unknown action type found in action manager: relicstats.actions.PreHealingAction@447f1613
at savestate.actions.ActionState.toActionStateArray(ActionState.java:87) ~[SaveStateMod.jar:?]
at savestate.actions.ActionState.getActionQueueState(ActionState.java:100) ~[SaveStateMod.jar:?]
at savestate.selectscreen.CardRewardScreenState.<init>(CardRewardScreenState.java:53) ~[SaveStateMod.jar:?]
at savestate.SaveState.<init>(SaveState.java:92) ~[SaveStateMod.jar:?]
at battleaimod.battleai.StateNode.step(StateNode.java:49) ~[BattleAiModCustom.jar:?]
at battleaimod.battleai.TurnNode.step(TurnNode.java:125) ~[BattleAiModCustom.jar:?]
at battleaimod.battleai.BattleAiController.step(BattleAiController.java:176) ~[BattleAiModCustom.jar:?]
at ludicrousspeed.simulator.ActionSimulator.actionLoop(ActionSimulator.java:52) ~[LudicrousSpeed.jar:?]
at ludicrousspeed.LudicrousSpeedMod.receivePreUpdate(LudicrousSpeedMod.java:30) ~[LudicrousSpeed.jar:?]
at basemod.BaseMod.publishPreUpdate(BaseMod.java:2393) ~[?:?]
at basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.UpdateHooks$PreUpdateHook.Insert(UpdateHooks.java:19) ~[BaseMod.jar:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:765) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:423) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [?:?]
The text was updated successfully, but these errors were encountered:
I know relicstats is not really a dependency of this mod but STSStateSaver requires ludicrousspeed which requires relicstats, I got this Exception earlier today and decided to report.
The text was updated successfully, but these errors were encountered: