Guest User

Untitled

a guest
Feb 19th, 2020
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. 7:04:53.263 INFO dungeons.AbstractDungeon> GENERATING ROOM: EVENT
  2. 17:04:53.263 DEBUG steam.SteamIntegration> Setting Rich Presence: The Astrologer - Floor 13 (A2)
  3. 17:04:53.264 INFO dungeons.AbstractDungeon> Removed event: TheSimpletonMod:EarlyThawEvent from pool.
  4. 17:04:53.265 INFO helpers.EventHelper> ---------------------------
  5. ERROR: Unspecified key: TheSimpletonMod:EarlyThawEvent in EventHelper.
  6. ---------------------------
  7. 17:04:53.265 INFO basemod.BaseMod> Looking for custom events...
  8. 17:04:53.283 INFO core.CardCrawlGame> Exception occurred in CardCrawlGame render method!
  9. 17:04:53.283 ERROR core.CardCrawlGame> Exception caught
  10. java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  11. at java.util.ArrayList$SubList.rangeCheck(ArrayList.java:1217) ~[?:1.8.0_144]
  12. at java.util.ArrayList$SubList.get(ArrayList.java:1034) ~[?:1.8.0_144]
  13. at thesimpleton.events.SimpletonEventHelper.getRandomUpgradeableCard(SimpletonEventHelper.java:124) ~[TheHayseed.jar:?]
  14. at thesimpleton.events.EarlyThawEvent.<init>(EarlyThawEvent.java:51) ~[TheHayseed.jar:?]
  15. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_144]
  16. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_144]
  17. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_144]
  18. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_144]
  19. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_144]
  20. at basemod.patches.com.megacrit.cardcrawl.dungeons.AbstractDungeon.InitializeEventListPatch$GetEvent.Postfix(InitializeEventListPatch.java:23) ~[BaseMod.jar:?]
  21. at com.megacrit.cardcrawl.helpers.EventHelper.getEvent(EventHelper.java:414) ~[?:?]
  22. at com.megacrit.cardcrawl.dungeons.AbstractDungeon.getEvent(AbstractDungeon.java:2475) ~[?:?]
  23. at com.megacrit.cardcrawl.dungeons.AbstractDungeon.generateEvent(AbstractDungeon.java:2349) ~[?:?]
  24. at com.megacrit.cardcrawl.rooms.EventRoom.onPlayerEntry(EventRoom.java:22) ~[desktop-1.0.jar:?]
  25. at com.megacrit.cardcrawl.dungeons.AbstractDungeon.nextRoomTransition(AbstractDungeon.java:2262) ~[?:?]
  26. at com.megacrit.cardcrawl.dungeons.AbstractDungeon.nextRoomTransition(AbstractDungeon.java:2109) ~[?:?]
  27. at com.megacrit.cardcrawl.dungeons.AbstractDungeon.updateFading(AbstractDungeon.java:2828) ~[?:?]
  28. at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2497) ~[?:?]
  29. at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:879) ~[?:?]
  30. at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:427) [?:?]
  31. at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
  32. at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [desktop-1.0.jar:?]
Advertisement
Add Comment
Please, Sign In to add comment