Slay the Spire

Slay the Spire

The Sage & Upgraded Potions
Bug report and conflicts
A place to hopefully have all mod conflicts stored in one place
< >
Showing 1-15 of 21 comments
Felix Hellborn 4 Jan, 2019 @ 2:40pm 
The card that causes 6 poison and has a green "SAGE" images counts as a strike. I Know because I got a event that gives you random strikes from any characters with another mod, and I got that card. Plus, when I removed the card, my perfect strike lost 2 damage. Weirdly enought, the word "Strike" is not in the name
Skrelpoid  [developer] 5 Jan, 2019 @ 12:38am 
Originally posted by deathyou:
The card that causes 6 poison and has a green "SAGE" images counts as a strike. I Know because I got a event that gives you random strikes from any characters with another mod, and I got that card. Plus, when I removed the card, my perfect strike lost 2 damage. Weirdly enought, the word "Strike" is not in the name
Can you please tell me the name of the card? All poison cards where removed from The Sage some time ago, so I don't actially now which card you mean
Felix Hellborn 5 Jan, 2019 @ 7:38pm 
I sadly couldn't find the name as in the compendium they all turned unknown once I turned too the steam version
Skrelpoid  [developer] 6 Jan, 2019 @ 1:44am 
Originally posted by deathyou:
I sadly couldn't find the name as in the compendium they all turned unknown once I turned too the steam version
I found the card you were refering to, it was Noxious Wave. That card accidentally had the Strike Tag. It was removed with a recent update that removed the poison archetype from the sage
Felix Hellborn 6 Jan, 2019 @ 3:59pm 
That's it! Thank you. I had a feeling the word "Noxious" was there but I wasn't sure.
Void_Kitsune 31 Jan, 2019 @ 11:41am 
um I've had problems with the becked mod's awakend ritual and the relic "the guidebook guide" causing non x cards to exaust and my energy going up to 999. the "awakened ritual" can be upgraded so that 0 cost cards go to -1 cost. this causes the bug. i'm not sure why it just does. can you investigate.
Skrelpoid  [developer] 31 Jan, 2019 @ 8:48pm 
Originally posted by fakeness:
um I've had problems with the becked mod's awakend ritual and the relic "the guidebook guide" causing non x cards to exaust and my energy going up to 999. the "awakened ritual" can be upgraded so that 0 cost cards go to -1 cost. this causes the bug. i'm not sure why it just does. can you investigate.
Hmm. That's indeed weird. The Game actually treets -1 cards as X cost cards so I don't know how that awakened ritual card works. I'll have to take a closer look. Thanks for the report
Felix Hellborn 11 Feb, 2019 @ 5:32pm 
when you make a bug report discussion on all mods you like and end up with 25 new messages :l
Kel_Ebek 23 Jan, 2020 @ 9:11pm 
I luv the upgraded potions, and hope you guys upgrade this to work on 2.0 version :lunar2019piginablanket:
com.evacipated.cardcrawl.modthespire.patcher.PatchingException: com.megacrit.cardcrawl.screens.CardRewardScreen.open(java.util.ArrayList,com.megacrit.cardcrawl.rewards.RewardItem,java.lang.String): Location matching given description could not be found for patch at com.evacipated.cardcrawl.modthespire.lib.LineFinder.findInOrder(LineFinder.java:39) at sagemod.patches.PatchesForSingingVial$OpenPatch$Locator.Locate(PatchesForSingingVial.java:47) at com.evacipated.cardcrawl.modthespire.patcher.LocatorInfo.findLines(LocatorInfo.java:22) at com.evacipated.cardcrawl.modthespire.Patcher.injectPatches(Patcher.java:454) at com.evacipated.cardcrawl.modthespire.Patcher.injectPatches(Patcher.java:336) at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:380) at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$null$1(ModSelectWindow.java:269) at java.lang.Thread.run(Thread.java:748)
Skrelpoid  [developer] 24 Jan, 2020 @ 10:43am 
Originally posted by Kel_Ebek:
I luv the upgraded potions, and hope you guys upgrade this to work on 2.0 version :lunar2019piginablanket:
com.evacipated.cardcrawl.modthespire.patcher.PatchingException: com.megacrit.cardcrawl.screens.CardRewardScreen.open(java.util.ArrayList,com.megacrit.cardcrawl.rewards.RewardItem,java.lang.String): Location matching given description could not be found for patch at com.evacipated.cardcrawl.modthespire.lib.LineFinder.findInOrder(LineFinder.java:39) at sagemod.patches.PatchesForSingingVial$OpenPatch$Locator.Locate(PatchesForSingingVial.java:47) at com.evacipated.cardcrawl.modthespire.patcher.LocatorInfo.findLines(LocatorInfo.java:22) at com.evacipated.cardcrawl.modthespire.Patcher.injectPatches(Patcher.java:454) at com.evacipated.cardcrawl.modthespire.Patcher.injectPatches(Patcher.java:336) at com.evacipated.cardcrawl.modthespire.Loader.runMods(Loader.java:380) at com.evacipated.cardcrawl.modthespire.ui.ModSelectWindow.lambda$null$1(ModSelectWindow.java:269) at java.lang.Thread.run(Thread.java:748)
We are currently working on Upgrading the Mod :)
wbfw109 2 Jul, 2021 @ 7:40am 
when Fairy in a Bottle+ potion is triggered, this error occurs
16:31:19.524 ERROR core.CardCrawlGame> Exception caught
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653) ~[?:1.8.0_144]
at java.util.ArrayList.set(ArrayList.java:444) ~[?:1.8.0_144]
at com.evacipated.cardcrawl.mod.widepotions.patches.DestroyBothWide.Prefix(DestroyBothWide.kt:22) ~[WidePotions.jar:?]
at com.megacrit.cardcrawl.ui.panels.TopPanel.destroyPotion(TopPanel.java) ~[?:?]
at com.megacrit.cardcrawl.potions.FairyPotion.use(FairyPotion.java:39) ~[?:?]
at sagemod.potions.UpgradedPotion.use(UpgradedPotion.java:268) ~[?:?]
at com.megacrit.cardcrawl.characters.AbstractPlayer.damage(AbstractPlayer.java:1859) ~[?:?]
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:871) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:419) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [?:?]
Controllers: removed manager for application, 0 managers active
Game crashed.
Cause:java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.set(ArrayList.java:444)
at com.evacipated.cardcrawl.mod.widepotions.patches.DestroyBothWide.Prefix(DestroyBothWide.kt:22)
at com.megacrit.cardcrawl.ui.panels.TopPanel.destroyPotion(TopPanel.java)
at com.megacrit.cardcrawl.potions.FairyPotion.use(FairyPotion.java:39)
at sagemod.potions.UpgradedPotion.use(UpgradedPotion.java:268)
at com.megacrit.cardcrawl.characters.AbstractPlayer.damage(AbstractPlayer.java:1859)
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:871)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:419)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
Skrelpoid  [developer] 2 Jul, 2021 @ 1:02pm 

Originally posted by wbfw109:
when Fairy in a Bottle+ potion is triggered, this error occurs
16:31:19.524 ERROR core.CardCrawlGame> Exception caught
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653) ~[?:1.8.0_144]
at java.util.ArrayList.set(ArrayList.java:444) ~[?:1.8.0_144]
at com.evacipated.cardcrawl.mod.widepotions.patches.DestroyBothWide.Prefix(DestroyBothWide.kt:22) ~[WidePotions.jar:?]
at com.megacrit.cardcrawl.ui.panels.TopPanel.destroyPotion(TopPanel.java) ~[?:?]
at com.megacrit.cardcrawl.potions.FairyPotion.use(FairyPotion.java:39) ~[?:?]
at sagemod.potions.UpgradedPotion.use(UpgradedPotion.java:268) ~[?:?]
at com.megacrit.cardcrawl.characters.AbstractPlayer.damage(AbstractPlayer.java:1859) ~[?:?]
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:871) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:419) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [?:?]
Controllers: removed manager for application, 0 managers active
Game crashed.
Cause:java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.set(ArrayList.java:444)
at com.evacipated.cardcrawl.mod.widepotions.patches.DestroyBothWide.Prefix(DestroyBothWide.kt:22)
at com.megacrit.cardcrawl.ui.panels.TopPanel.destroyPotion(TopPanel.java)
at com.megacrit.cardcrawl.potions.FairyPotion.use(FairyPotion.java:39)
at sagemod.potions.UpgradedPotion.use(UpgradedPotion.java:268)
at com.megacrit.cardcrawl.characters.AbstractPlayer.damage(AbstractPlayer.java:1859)
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:871)
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:419)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
Seems like the bug is in WidePotions. It patches the FairyPotion in a way that probably indexes some arraylist without checking bounds. I haven't looked yet what it actually does but I think you should report it there
wbfw109 15 May, 2022 @ 11:20pm 
the cost of following card is truly not free in Game.
0; Rare; Skill; Read The Riot Act+; Play a random X cost card from your draw pile twice for free.
Sagil 15 Aug, 2022 @ 12:35am 
You can get Thunder Carpet without having Flying Carpet.
Sagil 15 Aug, 2022 @ 12:46am 
Cabbage Head does not grant +2 Dex until you gain and then lose flight.
< >
Showing 1-15 of 21 comments
Per page: 1530 50