Slay the Spire

Slay the Spire

The Vixen
 This topic has been pinned, so it's probably important
Raz  [developer] 30 Nov, 2019 @ 9:59pm
Bug reports
Bug reports here, please.
< >
Showing 1-11 of 11 comments
Maritisa 18 Jan, 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; 18 Jan, 2020 @ 12:23am
Raz  [developer] 18 Jan, 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 6 Jun, 2020 @ 2:12pm 
Is the card "Moody" supposed to have an effect that's a ton of random letters and numbers?
Raz  [developer] 16 Jun, 2020 @ 11:23am 
Yes, that's intended.
Savvy 24 Aug, 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 20 Dec, 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] 21 Dec, 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 19 Feb, 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; 19 Feb, 2023 @ 2:45am
Raz  [developer] 22 Feb, 2023 @ 1:36am 
Thanks for bringing this to my attention. Fixed it.
LT2483 1 Feb @ 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; 1 Feb @ 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; 15 Feb @ 9:40pm
< >
Showing 1-11 of 11 comments
Per page: 1530 50