ModTheSpire icon indicating copy to clipboard operation
ModTheSpire copied to clipboard

Campfire Crash

Open AvangionQ opened this issue 6 years ago • 2 comments

I'm pretty sure it's the relic that gives a free rest that's causing the crash. Only problem, I can't continue to check what the name of the relic is ... if I see it again, I'll make sure to edit this post.

Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchMethodError: com.megacrit.cardcrawl.ui.campfire.RestOption: method ()V not found at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:133) Caused by: java.lang.NoSuchMethodError: com.megacrit.cardcrawl.ui.campfire.RestOption: method ()V not found at infinitespire.ui.FlaskOption.(FlaskOption.java:20) at infinitespire.patches.CampfirePatch$InitializeButtons.Postfix(CampfirePatch.java:27) at com.megacrit.cardcrawl.rooms.CampfireUI.initializeButtons(CampfireUI.java:152) at com.megacrit.cardcrawl.rooms.CampfireUI.(CampfireUI.java:59) at com.megacrit.cardcrawl.rooms.RestRoom.onPlayerEntry(RestRoom.java:35) at com.megacrit.cardcrawl.dungeons.AbstractDungeon.nextRoomTransition(AbstractDungeon.java:2322) at com.megacrit.cardcrawl.dungeons.AbstractDungeon.populatePathTaken(AbstractDungeon.java:582) at com.megacrit.cardcrawl.dungeons.TheBeyond.(TheBeyond.java:76) at com.megacrit.cardcrawl.core.CardCrawlGame.getDungeon(CardCrawlGame.java:1403) at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:862) at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:429) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)

AvangionQ avatar Mar 01 '19 09:03 AvangionQ

It looks like you're using an old version of Infinite Spire and need to switch to using the Steam Workshop. https://steamcommunity.com/sharedfiles/filedetails/?id=1610128058

kiooeht avatar Mar 02 '19 00:03 kiooeht

Please add that new version as a JAR file to ... https://github.com/GraysonnG/InfiniteSpire/releases

AvangionQ avatar Mar 04 '19 04:03 AvangionQ