NecroMod icon indicating copy to clipboard operation
NecroMod copied to clipboard

Entering a campsite crashes the game

Open InfinitySamurai opened this issue 7 years ago • 0 comments

With the new update and verion 2.6.0 of Mode The Spire, when entering a campsite my game crashed with the following error

Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: java.lang.NoSuchFieldError: useable at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:133) Caused by: java.lang.NoSuchFieldError: useable at blackmage.ui.ExchangeOption.<init>(ExchangeOption.java:16) at blackmage.patches.CampfireUIPatch.Postfix(CampfireUIPatch.java:28) at com.megacrit.cardcrawl.rooms.CampfireUI.initializeButtons(CampfireUI.java:103) at com.megacrit.cardcrawl.rooms.CampfireUI.<init>(CampfireUI.java:51) at com.megacrit.cardcrawl.rooms.RestRoom.onPlayerEntry(RestRoom.java:32) at com.megacrit.cardcrawl.dungeons.AbstractDungeon.nextRoomTransition(AbstractDungeon.java:2357) at com.megacrit.cardcrawl.dungeons.AbstractDungeon.updateFading(AbstractDungeon.java:2957) at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2570) at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:773) at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:369) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)

InfinitySamurai avatar Jun 01 '18 11:06 InfinitySamurai