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
I should mention that 1.3.26 doesn't work for me at all ... game doesn't even load
17:35:15.126 INFO dungeons.AbstractDungeon> Game Seed: 413507297124412175
17:35:15.127 INFO infinitespire.InfiniteSpire> adding initial quests
17:35:15.128 INFO dungeons.AbstractDungeon> Map generation time: 27ms
17:35:15.130 DEBUG replayTheSpire.ReplayTheSpireMod> Poral A : (2, 5)
17:35:15.130 DEBUG replayTheSpire.ReplayTheSpireMod> Poral B : (6, 5)
Exception: java.lang.IndexOutOfBoundsException: Index: 7, Size: 7
17:35:15.132 ERROR core.CardCrawlGame> Exception caught
java.lang.IndexOutOfBoundsException: Index: 7, Size: 7
at java.util.ArrayList.rangeCheck(ArrayList.java:653) ~[?:1.8.0_144]
at java.util.ArrayList.get(ArrayList.java:429) ~[?:1.8.0_144]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.populatePathTaken(AbstractDungeon.java:557) ~[?:?]
at com.megacrit.cardcrawl.dungeons.Exordium.(Exordium.java:110) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.getDungeon(CardCrawlGame.java:1399) ~[?:?]
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) [desktop-1.0.jar:?]
Controllers: removed manager for application, 0 managers active
Game closed.
The text was updated successfully, but these errors were encountered:
I should mention that 1.3.26 doesn't work for me at all ... game doesn't even load
17:35:15.126 INFO dungeons.AbstractDungeon> Game Seed: 413507297124412175
17:35:15.127 INFO infinitespire.InfiniteSpire> adding initial quests
17:35:15.128 INFO dungeons.AbstractDungeon> Map generation time: 27ms
17:35:15.130 DEBUG replayTheSpire.ReplayTheSpireMod> Poral A : (2, 5)
17:35:15.130 DEBUG replayTheSpire.ReplayTheSpireMod> Poral B : (6, 5)
Exception: java.lang.IndexOutOfBoundsException: Index: 7, Size: 7
17:35:15.132 ERROR core.CardCrawlGame> Exception caught
java.lang.IndexOutOfBoundsException: Index: 7, Size: 7
at java.util.ArrayList.rangeCheck(ArrayList.java:653) ~[?:1.8.0_144]
at java.util.ArrayList.get(ArrayList.java:429) ~[?:1.8.0_144]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.populatePathTaken(AbstractDungeon.java:557) ~[?:?]
at com.megacrit.cardcrawl.dungeons.Exordium.(Exordium.java:110) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.getDungeon(CardCrawlGame.java:1399) ~[?:?]
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) [desktop-1.0.jar:?]
Controllers: removed manager for application, 0 managers active
Game closed.
The text was updated successfully, but these errors were encountered: