Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in ActionState caused by relicstats #11

Open
Henrybk opened this issue Nov 16, 2022 · 0 comments
Open

Exception in ActionState caused by relicstats #11

Henrybk opened this issue Nov 16, 2022 · 0 comments

Comments

@Henrybk
Copy link

Henrybk commented Nov 16, 2022

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) [?:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant