Slay the Spire

Slay the Spire

The Vixen
 This topic has been pinned, so it's probably important
Raz  [developer] Nov 30, 2019 @ 9:59pm
Bug reports
Bug reports here, please.
< >
Showing 1-11 of 11 comments
Maritisa Jan 18, 2020 @ 12:23am 
The card "Guts" seems to crash the game, or more accurately something to do with its power. If I had to wager a guess it might be its "do-nothing debuff" which seems to have no associated class in the jar file, but I don't really know how you structured things, as a user, so I can't make assumptions.

It crashes when either the player or the AI uses it, but the specific crash log I grabbed was from the boss encounter.

08:20:06.879 INFO core.CardCrawlGame> Exception occurred in CardCrawlGame render method! 08:20:06.879 ERROR core.CardCrawlGame> Exception caught java.lang.ArrayIndexOutOfBoundsException: 1 at thevixen.powers.GutsPower.updateDescription(GutsPower.java:87) ~[TheVixen.jar:?] at thevixen.powers.GutsPower.<init>(GutsPower.java:34) ~[TheVixen.jar:?] at thevixen.monsters.TheVixenBoss.takeTurn(TheVixenBoss.java:552) ~[?:?] at com.megacrit.cardcrawl.actions.GameActionManager.getNextAction(GameActionManager.java:418) ~[?:?] 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:?]
Last edited by Maritisa; Jan 18, 2020 @ 12:23am
Raz  [developer] Jan 18, 2020 @ 12:40am 
It was an oversight in the localization when I did major rewording. Thanks for bringing it to my attention.

(also a convenient excuse to finally make some minor visual tweaks I've been wanting to make for a while)
Frostea Jun 6, 2020 @ 2:12pm 
Is the card "Moody" supposed to have an effect that's a ton of random letters and numbers?
Raz  [developer] Jun 16, 2020 @ 11:23am 
Yes, that's intended.
Savvy Aug 24, 2022 @ 7:40am 
I have a 16:10 monitor so my game runs at 1920x1200 resolution. The splash art for the character selection does not play nice with this, it stretches the bottom of the image and looks super weird. I dunno if I can add links here, but I'll try: https://abload.de/img/long-vixen-ttij1.png
旅渚Lastcel Dec 20, 2022 @ 10:31am 
Copycat+ seems to behave strangely. It can be unplayable with enough energy left, and can also be played at no cost
Raz  [developer] Dec 21, 2022 @ 12:20am 
Can you tell me a bit more? Like what kind of cards you tried to copy? They might have their own cost alterations built in.
Tropical Kitsune Feb 19, 2023 @ 1:39am 
I am having an issue where swagger and psychic are being affected by my weak and not being affected by my enemies strength. IDK if this is due to one of my 31 other mods, I will test that soon.
edit: I tested with only library mods and it was still bugged.
Last edited by Tropical Kitsune; Feb 19, 2023 @ 2:45am
Raz  [developer] Feb 22, 2023 @ 1:36am 
Thanks for bringing this to my attention. Fixed it.
LT2483 Feb 1 @ 4:26am 
Game crashes if ANY card that causes enemy self-damage downs a Darkling while another has the Reincarnate intent (might also happen with the Regrow, didn't test that). No other mods (beyond requirements), crash is completely replicable.


Cause: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901) at java.util.ArrayList$Itr.next(ArrayList.java:851) at com.megacrit.cardcrawl.monsters.AbstractMonster.damage(AbstractMonster.java:789) at com.megacrit.cardcrawl.monsters.beyond.Darkling.damage(Darkling.java:198) at com.megacrit.cardcrawl.actions.common.DamageAction.update(DamageAction.java:91) 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)

EDIT: Only during Reincarnate, Regrow is fine.
Last edited by LT2483; Feb 1 @ 4:43am
crash log
Game crashed.
Version Info:
- Java version (1.8.0_144)
- Slay the Spire (12-18-2022)
- ModTheSpire (3.30.3)
Mod list:
- basemod (5.55.1)
- stslib (2.11.0)
- thevixen (1.2.7)
- RelicStats (1.2.2)

Cause:
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at com.megacrit.cardcrawl.monsters.AbstractMonster.damage(AbstractMonster.java:789)
at com.megacrit.cardcrawl.monsters.beyond.Darkling.damage(Darkling.java:198)
at com.megacrit.cardcrawl.actions.common.DamageAction.update(DamageAction.java:91)
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)

replication:

killing a blob (those self regenerating ones in act 3) with confusion crashes the game.

screencap

the umbreon self damage card and psybeam does not crash the game. (i had those two cards in my starting hand so i could test it)
Last edited by khhv foid; Feb 15 @ 9:40pm
< >
Showing 1-11 of 11 comments
Per page: 1530 50