You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game crashes during startup if RTS is enabled with Colored Map. The Colored Map mod was recently updated. I suspect the fix is to add a null check for AbstractDungeon.player before invoking the hasRelic() method in the ReplayMapSymbolPatch class.
11:52:04.129 INFO helpers.File> Attempting to save file=C:\Program Files (x86)\Steam\steamapps\common\SlayTheSpire\preferences\STSUnlocks
Exception in thread "LWJGL Application" 11:52:04.132 INFO helpers.File> Successfully saved file=C:\Program Files (x86)\Steam\steamapps\common\SlayTheSpire\preferences\STSUnlocks
java.lang.NullPointerException
at replayTheSpire.patches.ReplayMapSymbolPatch.Postfix(ReplayMapSymbolPatch.java:15)11:52:04.132 INFO helpers.FileSaver> Dequeue: qsize=3 file=preferences\STSUnlocks
11:52:04.133 INFO helpers.File> Attempting to save file=C:\Program Files (x86)\Steam\steamapps\common\SlayTheSpire\preferences\STSUnlocks
at com.megacrit.cardcrawl.rooms.AbstractRoom.getMapSymbol(AbstractRoom.java:152)
at coloredmap.ColoredMap.createIcon(ColoredMap.java:117)
at coloredmap.ColoredMap.receivePostInitialize(ColoredMap.java:47)
at basemod.BaseMod.publishPostInitialize(BaseMod.java:1920)
at basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.PostInitializeHook.Postfix(PostInitializeHook.java:9)
at com.megacrit.cardcrawl.core.CardCrawlGame.create(CardCrawlGame.java:320)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:149)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)11:52:04.136 INFO helpers.File> Successfully saved file=C:\Program Files (x86)\Steam\steamapps\common\SlayTheSpire\preferences\STSUnlocks
The game crashes during startup if RTS is enabled with Colored Map. The Colored Map mod was recently updated. I suspect the fix is to add a null check for AbstractDungeon.player before invoking the hasRelic() method in the ReplayMapSymbolPatch class.
EDIT: Adding the newly-created wiki page on adding colored rooms to your mod.
https://github.com/timeracers/ColoredMap/wiki/Adding-Colored-Rooms.
The text was updated successfully, but these errors were encountered: