Slay the Spire

Slay the Spire

Seamoth - JourneyOfTheHeart
Seamoth  [developer] 16 Feb, 2024 @ 1:33am
Bug 反馈 | Bug Reports
Please report the bugs you meet here.
请在这里反馈你遇到的bug。
Last edited by Seamoth; 16 Feb, 2024 @ 4:52am
< >
Showing 1-15 of 15 comments
1162706830 16 Feb, 2024 @ 6:24am 
交错回忆的计数在下一场战斗会变成负数。
打出百年守望会导致闪退。

走了5层遇到两个严重bug,等修了再玩。
Flyingod 16 Feb, 2024 @ 7:08am 
能力牌百年守望,使用即闪退。
Cause:
java.lang.ArrayIndexOutOfBoundsException: 2
at powers.Watching_Back.updateDescription(Watching_Back.java:50)
at powers.Watching_Back.<init>(Watching_Back.java:37)
at cards.Seamoth.Watching_Back.use(Watching_Back.java:49)
at com.megacrit.cardcrawl.characters.AbstractPlayer.useCard(AbstractPlayer.java:1698)
at com.megacrit.cardcrawl.actions.GameActionManager.getNextAction(GameActionManager.java:359)
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: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)
Seamoth  [developer] 16 Feb, 2024 @ 6:30pm 
这两个问题已经修复了,是能力描述的问题。
对于你们在游玩过程中遇到的麻烦,深感抱歉。
同时,再次感谢二位通过提交bug对本模组的贡献。
如果还遇到问题,请务必反馈在这里。:steamthumbsup:
pinkie pie 16 Feb, 2024 @ 8:06pm 
心之吊坠第一次触发后,再重复升级追忆会失效,之后就报废了
Seamoth  [developer] 16 Feb, 2024 @ 8:50pm 
问题已经修复了,海蛾再次向您表示感谢和歉意。
由于前后版本差异,第一次追忆时可能还是等级1。如果到等级6,重新开始一轮之后初始是等级2,就说明已经没有问题了。
重新开始一局游戏时,再次获得心之吊坠时不会出现该问题。
Flyingod 16 Feb, 2024 @ 9:27pm 
厚积薄发 并不会消耗
Seamoth  [developer] 16 Feb, 2024 @ 9:48pm 
已修复,感谢反馈!
pinkie pie 17 Feb, 2024 @ 12:38am 
遗祝-海蛾有严重bug,测试中发现厚积薄发,终点站的卡牌消耗不成功,发现追忆似水流年游戏崩溃,MOD只加了Loadout Mod
追忆等级6故事之后的故事获得额外回合会失败,显示-1额外回合
Seamoth  [developer] 17 Feb, 2024 @ 2:39am 
感谢您的反馈,正在汗流浃背地修改。
“追忆似水流年”导致游戏崩溃的bug已经修复;“遗祝-海蛾有严重bug,测试中发现厚积薄发,终点站的卡牌消耗不成功”这一段我的理解是 厚积薄发 和 终点站 无法成功消耗,现在已经修复了。如果 遗祝-海蛾 还有问题的话请麻烦再反馈。
故事之后的故事 已经做出了修改,还不确定是否已经彻底修好,正在测试当中。
如果仍需修改,我会在今天晚些时候发布修改版本。

海蛾再次向您表示抱歉。
Seamoth  [developer] 17 Feb, 2024 @ 3:28am 
经过多次测试,故事之后的故事 应该已经没有问题了。如果有遗漏的特定情况下的特殊bug请反馈在下方。再次感谢。
giftedfox 21 Feb, 2024 @ 7:01pm 
Game crashes when I run up against the Rage Elite in english gameplay. Fight will start out normal but as soon as he rages it crashes, only does it with this mod.
Seamoth  [developer] 21 Feb, 2024 @ 10:34pm 
Thanks for your feedback, but sadly after many tests I still failed to find out the cause for the crash. May I ask you for the crash report and more details so that I can fix this bug? Does the game crashed at the elite's turn, or it crashed at player's turn after it?
Seamoth  [developer] 21 Feb, 2024 @ 11:08pm 
I just found the bug and fix it and a series of bugs that are related to it. I apologize for the trouble and thank again for your feedback.:steamthumbsup:
giftedfox 22 Feb, 2024 @ 7:28am 
Cause:
java.lang.ArrayIndexOutOfBoundsException: 1
at com.megacrit.cardcrawl.powers.AngerPower.updateDescription(AngerPower.java:28)
at com.megacrit.cardcrawl.powers.AngerPower.<init>(AngerPower.java:22)
at com.megacrit.cardcrawl.monsters.exordium.GremlinNob.takeTurn(GremlinNob.java:96)
at com.megacrit.cardcrawl.actions.GameActionManager.getNextAction(GameActionManager.java:419)
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: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)

Even with this mod being the only one it still crashes at the elite when his turn starts with his anger power buff.
Last edited by giftedfox; 22 Feb, 2024 @ 7:32am
Seamoth  [developer] 22 Feb, 2024 @ 11:41pm 
The bug is fixed.I'm terribly sorry for the problem.
Thanks for your feedback!
< >
Showing 1-15 of 15 comments
Per page: 1530 50