Slay the Spire

Slay the Spire

Wandering Minibosses
milkjug 22 Feb, 2020 @ 2:22pm
Bug report
I found an issue that appears to be connected to the slimebound mod. I'm in a battle where I use Study the Spire which creates cards at the start of my turn, but when I play the card I get a CTD. Could also be connected with the Jungle mod, since this is a jungle battle.

Here's the crash report. Let me know if I should submit to one of the other mod pages. However, I expect it's connected to Wandering Minibosses since these other mods have worked for me for a months now and only crash after I added WM.

Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchMethodError: com.megacrit.cardcrawl.cards.AbstractCard.modifyCostForTurn(I)V
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:133)
Caused by: java.lang.NoSuchMethodError: com.megacrit.cardcrawl.cards.AbstractCard.modifyCostForTurn(I)V
at slimebound.cards.DonusPower.use(DonusPower.java:49)
at com.megacrit.cardcrawl.characters.AbstractPlayer.useCard(AbstractPlayer.java:1681)
at com.megacrit.cardcrawl.actions.GameActionManager.getNextAction(GameActionManager.java:358)
at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:175)
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:325)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2512)
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:879)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:427)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
< >
Showing 1-5 of 5 comments
(Gk) Erasels  [developer] 27 Feb, 2020 @ 2:34pm 
That's 100% Slimebound's fault and has nothing to do with this mod.
Slimebound is pretty outdated and the author is already working on making it compatible and reworking some stuff he doesn't like, he knows of this specific error already.
juhynom 12 Mar, 2020 @ 9:43am 
I keep getting this error when encountering the boss that makes adjacent cards cost 5 more energy:

16:42:15.083 INFO core.CardCrawlGame> Exception occurred in CardCrawlGame render method!
16:42:15.084 ERROR core.CardCrawlGame> Exception caught
java.lang.NullPointerException: null
at com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardLibrary_getCurse2.lambda$Insert$0(SoulboundPatch.java:125) ~[StSLib.jar:?]
at java.util.ArrayList.removeIf(ArrayList.java:1405) ~[?:1.8.0_144]
at com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardLibrary_getCurse2.Insert(SoulboundPatch.java:125) ~[StSLib.jar:?]
at com.megacrit.cardcrawl.helpers.CardLibrary.getCurse(CardLibrary.java:1095) ~[?:?]
at wanderingMiniBosses.powers.gazepowers.GazeTwo.trigger(GazeTwo.java:36) ~[wanderingMiniBosses.jar:?]
at wanderingMiniBosses.powers.gazepowers.AbstractGazePower.onUseCard(AbstractGazePower.java:51) ~[wanderingMiniBosses.jar:?]
at com.megacrit.cardcrawl.actions.utility.UseCardAction.<init>(UseCardAction.java:66) ~[?:?]
at com.megacrit.cardcrawl.characters.AbstractPlayer.useCard(AbstractPlayer.java:1683) ~[?:?]
at com.megacrit.cardcrawl.actions.GameActionManager.getNextAction(GameActionManager.java:358) ~[?:?]
at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:175) ~[?:?]
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:325) ~[?:?]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2512) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:879) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:427) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [desktop-1.0.jar:?]

Any ideas what might be going on here?
SolarNougat 6 May, 2020 @ 8:36am 
There seems to be an incompatibility between this and Acts of Hallownest. Beating the act 3 boss of Kingdom's Edge in AOH crashes the game if I do it while having Inkheart.

5:33:17.019 ERROR core.CardCrawlGame> Exception caught
java.lang.NullPointerException: null
at com.megacrit.cardcrawl.cards.AbstractCard.cardPlayable(AbstractCard.java:1010) ~[?:?]
at HollowMod.cards.AbstractHollowCard.canUse(AbstractHollowCard.java:106) ~[HollowMod.jar:?]
at wanderingMiniBosses.patches.dunno.UpdateAndTrackTopCard.glowCheck(UpdateAndTrackTopCard.java:178) ~[wanderingMiniBosses.jar:?]
at wanderingMiniBosses.patches.dunno.UpdateAndTrackTopCard$Update.doTheUpdateThing(UpdateAndTrackTopCard.java:62) ~[wanderingMiniBosses.jar:?]
at com.megacrit.cardcrawl.ui.panels.DrawPilePanel.updatePositions(DrawPilePanel.java:142) ~[?:?]
at com.megacrit.cardcrawl.core.OverlayMenu.update(OverlayMenu.java:61) ~[?:?]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2629) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:879) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:427) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [desktop-1.0.jar:?]
(Gk) Erasels  [developer] 6 May, 2020 @ 9:49am 
Uploaded an update that maybe fixes this but if not, then you'll have to ask venim to take a look.
Mayonnaiz 7 Aug, 2020 @ 12:46pm 
Hello, there is a conflict with the "downfall" mod - on the merchant encounter.


That fight only lasts 4 turns and ends abruptly. If a nemesis spawned during it, the game crashes while going to the second window.

If you managed to kill the nemesis during the fight (but not the merchant), you do not get any rewards from it.

Also the Unicorn ability "finale of devastation" that kills all spires's unit crashes the game on that encounter.


I can provide saves/logs for the first

Thank you for your mod!
< >
Showing 1-5 of 5 comments
Per page: 1530 50