Slay the Spire

Slay the Spire

Reliquary
crashing when entering battle room
i saw earlier that someone said something about pearl relic crashing the game when doing a boss fight, but for me its not the boss thats causing the crash, its a normal room against the three sentries.


Mods in stacktrace:
- reliquary (0.5.3)
Cause:
java.lang.ClassCastException: automaton.cards.goodstatus.UnknownStatus cannot be cast to cards.colorless.CardPearlescence
at cards.colorless.CardPearlescence.makeStatEquivalentCopy(CardPearlescence.java:154)
at com.megacrit.cardcrawl.actions.common.MakeTempCardInHandAction.makeNewCard(MakeTempCardInHandAction.java:248)
at com.megacrit.cardcrawl.actions.common.MakeTempCardInHandAction.addToHand(MakeTempCardInHandAction.java:98)
at com.megacrit.cardcrawl.actions.common.MakeTempCardInHandAction.update(MakeTempCardInHandAction.java:79)
at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:179)
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:325)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2532)
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.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
< >
Showing 1-4 of 4 comments
Cae  [developer] 4 Feb, 2024 @ 2:41pm 
Hard to know exactly what's going on — looks like this is a compatibility issue with the Automaton from Downfall. I just pushed an update that might fix it? Let me know if it does, and if not, steps for how to reproduce the issue from a fresh run would be the only way to make any more progress.
TheMinotar137 4 Feb, 2024 @ 2:42pm 
cool, ill see if its fixed
TheMinotar137 4 Feb, 2024 @ 2:50pm 
Originally posted by Cae:
Hard to know exactly what's going on — looks like this is a compatibility issue with the Automaton from Downfall. I just pushed an update that might fix it? Let me know if it does, and if not, steps for how to reproduce the issue from a fresh run would be the only way to make any more progress.
it worked and i defeated it, instead of the pearlesense card though it gives the beta block perplex card tho, which im guessing is temperary to see if its working
Cae  [developer] 4 Feb, 2024 @ 5:33pm 
That may or may not be temporary... it's caused by this code patch from The Automaton:

https://github.com/mikemayhemdev/DownfallSTS/blob/master/src/main/java/automaton/patches/StatusReplacePatch.java

In certain situations, when trying to create a copy of a card (like Twin Pearls attempts to create a copy of Pearlescence to put into your hand), the Automaton decides to create a different card instead. Not exactly sure why, but nothing more I can do about it! Glad I was able to prevent the crash, though.
< >
Showing 1-4 of 4 comments
Per page: 1530 50