Slay the Spire

Slay the Spire

圣器箱
Jamesness 2023 年 10 月 16 日 下午 4:44
Short Straw Crash
Was doing a modded run, wasn't that fond of it anyway luckily. It seems that Short Straw crashes the game if your turn-start hand has only unplayable cards in it. I would also investigate if the same happens for empty hands, if one were to somehow stack minus-draw effects, but I'm not that savvy. Forgot to copy log the first time, so I tested it on a basic Ironclad run with the same result (added straw and 50 wounds to my deck and it crashed the first time I drew only wounds).

Cause:
java.util.NoSuchElementException
at java.util.LinkedList.removeFirst(LinkedList.java:270)
at java.util.LinkedList.remove(LinkedList.java:685)
at actions.AddCardModToHandAction.update(AddCardModToHandAction.java:63)
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)
< >
正在显示第 1 - 1 条,共 1 条留言
Cae  [开发者] 2023 年 10 月 17 日 上午 1:03 
Fixed, thanks!
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50