Slay the Spire

Slay the Spire

The Time Walker
 This topic has been pinned, so it's probably important
Chaofan  [developer] 24 Sep, 2024 @ 11:40am
Bug Report / 问题报告
Please also attach logs if it's a crash.

如果游戏崩溃了,请把运行日志也附上。
< >
Showing 1-12 of 12 comments
underwriter (RU) 26 Sep, 2024 @ 3:06pm 
есть одна проблема...? короче. если использовать карты в прошлом, то она срабатывает дважды. в этом ходу и в следующем. да, это несбалансировано, зато весело. прошу, не надо это чинить! лучше сделай что-то другое, прошу
Chaofan  [developer] 26 Sep, 2024 @ 8:15pm 
Originally posted by underwriter:
есть одна проблема...? короче. если использовать карты в прошлом, то она срабатывает дважды. в этом ходу и в следующем. да, это несбалансировано, зато весело. прошу, не надо это чинить! лучше сделай что-то другое, прошу
I guess it's caused by other mods. I can't fix it because I didn't meet this problem.
underwriter (RU) 27 Sep, 2024 @ 8:42am 
вы можите посмотреть мой список модов? может быть вы найдете способ исправить это? или даже заменить на что-то более балансное?
это как с черным бобом в айзеке. от модов он становится имбой, которая не контрится
Chaofan  [developer] 27 Sep, 2024 @ 8:58am 
Originally posted by underwriter:
вы можите посмотреть мой список модов? может быть вы найдете способ исправить это? или даже заменить на что-то более балансное?
это как с черным бобом в айзеке. от модов он становится имбой, которая не контрится
It can be helpful if you can share the mod list.
AgentPhil 3 Oct, 2024 @ 8:18pm 
I have a lot of mods, so it might take a while to find the culprit for this
This crash happened after clicking next when beating the heart.
Mods in stacktrace:
- timewalker (1.0.6)
Cause:
java.lang.NullPointerException
at io.chaofan.sts.timewalker.patches.EvilTimeWalkerFinalEventPatches.beforeGoToTrueVictoryRoom(EvilTimeWalkerFinalEventPatches.java:107)
at com.megacrit.cardcrawl.ui.buttons.ProceedButton.update(ProceedButton.java:124)
at com.megacrit.cardcrawl.core.OverlayMenu.update(OverlayMenu.java:65)
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2649)
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)
Last edited by AgentPhil; 3 Oct, 2024 @ 8:49pm
Chaofan  [developer] 3 Oct, 2024 @ 11:46pm 
Originally posted by AgentPhil:
I have a lot of mods, so it might take a while to find the culprit for this
This crash happened after clicking next when beating the heart.
Mods in stacktrace:
- timewalker (1.0.6)
Cause:
...

I published a new version (1.0.7) to fix it.
AgentPhil 24 Oct, 2024 @ 12:59pm 
This is interesting. I was fighting one of the act 3 bosses in the ruina mod and when the fight began this crash happened.

Game crashed.
Version Info:
- Java version (1.8.0_144)
- Slay the Spire (12-18-2022)
- ModTheSpire (3.30.3)
Mod list:
- basemod (5.54.1)
- actlikeit (1.2.8)
- stslib (2.11.0)
- Abyss (1.3.0)
- coloredmap (2.4.1)
- coloredpowertips (2.3.0)
- CorruptTheSpire (1.4.4)
- Elementarium (1.10.0)
- Gensokyo (4.0.0)
- Hallownest (1.0.2)
- Menagerie (1.6.2)
- ruina (3.7.0)
- mintyspire (2.5.8)
- oceanmod (1.0.18)
- OptimizeTheSpire (1.1.0)
- ramsaver (0.2.3)
- versiontwocompatible (2.2.6)
- timemazedefuse (1.0)
- discardoretaino (1.0.0)
- pokeRegions (1.4.0)
- downfall (5.2.04)
- EnemiesGetRelics (1.2.2)
- timewalker (1.1.2)

Mods in stacktrace:
- pokeRegions (1.4.0)
- timewalker (1.1.2)
Cause:
java.lang.NullPointerException
at io.chaofan.sts.timewalker.patches.QuantumMirrorPatches$GetPowerPatch.Postfix(QuantumMirrorPatches.java:46)
at com.megacrit.cardcrawl.core.AbstractCreature.getPower(AbstractCreature.java:904)
at pokeregions.patches.StopRemovingMyEnemyBuffsREEEEEEEEEEE.EveryTimeAnEnemyBuffsGetsRemovedIDieALittleInside(StopRemovingMyEnemyBuffsREEEEEEEEEEE.java:21)
at com.megacrit.cardcrawl.actions.common.RemoveSpecificPowerAction.update(RemoveSpecificPowerAction.java)
at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:179)
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:283)
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)
Chaofan  [developer] 25 Oct, 2024 @ 9:39am 
Originally posted by AgentPhil:
This is interesting. I was fighting one of the act 3 bosses in the ruina mod and when the fight began this crash happened.

Game crashed.
Version Info:
...

Fixed in version 1.1.3.
AgentPhil 25 Oct, 2024 @ 3:14pm 
Thanks. Also, I've noticed the power "Tune" has a typo in the upgrade, it says 'change time of in your hand', when the effect should be 'change time of 2 cards'. And "Remember" also says 'Put a card card'.
Last edited by AgentPhil; 25 Oct, 2024 @ 3:53pm
Chaofan  [developer] 25 Oct, 2024 @ 9:01pm 
Originally posted by AgentPhil:
Thanks. Also, I've noticed the power "Tune" has a typo in the upgrade, it says 'change time of in your hand', when the effect should be 'change time of 2 cards'. And "Remember" also says 'Put a card card'.

Thank you for reporting. I didn't notice it. It's fixed in version 1.1.4 now.
underwriter (RU) 24 Nov, 2024 @ 12:35am 
Originally posted by Chaofan:
Originally posted by AgentPhil:
Thanks. Also, I've noticed the power "Tune" has a typo in the upgrade, it says 'change time of in your hand', when the effect should be 'change time of 2 cards'. And "Remember" also says 'Put a card card'.

Thank you for reporting. I didn't notice it. It's fixed in version 1.1.4 now.

https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1750758531
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1605833019
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1614223336
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1678827704
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2874508102
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3204358902
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1605060445
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3016714425
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3092838206
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2783861904
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1609158507
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1610056683
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2301555870
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2247375531
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3142318909
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2926169201
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2451464697
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2907606446
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1934902042
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3079461091
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3002984477
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3033158675
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2007764058
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1670942227
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3162332939
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3235423149
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3094144953
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3092506225
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3095207619
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2777597845
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1638308801
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3271987279
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3258965665
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2920075378
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2839809078
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2898404807
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2041287303
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3336619444

That's ALL the mods I use. The bug where the map from the "past" is used in THIS and the next turn starts to annoy. I hope you will fix this someday.
Chaofan  [developer] 25 Nov, 2024 @ 10:00pm 
I just don't want to subscribe so many mods. Sorry about that.
< >
Showing 1-12 of 12 comments
Per page: 1530 50