Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
23:44:30.274 INFO dungeons.AbstractDungeon> Game Seed: -58462891387257089
23:44:30.274 INFO dungeons.AbstractDungeon> Map generation time: 30ms
23:44:30.275 INFO dungeons.AbstractDungeon> Loading into: 1,2
23:44:30.292 INFO audio.MusicMaster> Playing SHOP
23:44:30.304 INFO cards.CardGroup> ERROR: No cards left for type: POWER
23:44:30.305 INFO cards.CardGroup> ERROR: No cards left for type: CREATURE
23:44:30.305 INFO dungeons.AbstractDungeon> ERROR: Could not find Common card of type: CREATURE
23:44:30.305 INFO cards.CardGroup> ERROR: No cards left for type: CREATURE
23:44:30.305 INFO dungeons.AbstractDungeon> ERROR: Could not find Curse card of type: CREATURE
23:44:30.305 INFO dungeons.AbstractDungeon> ERROR: Default in getCardFromPool
23:44:30.305 INFO core.CardCrawlGame> Exception occurred in CardCrawlGame render method!
23:44:30.306 ERROR core.CardCrawlGame> Exception caught
java.lang.NullPointerException: null
at leshy.patches.MerchantCreaturePatch$ShopCreatureCards.FourCreatures(MerchantCreaturePatch.java:28) ~[Leshy.jar:?]
at com.megacrit.cardcrawl.shop.Merchant.<init>(Merchant.java:122) ~[?:?]
at com.megacrit.cardcrawl.shop.Merchant.<init>(Merchant.java:54) ~[?:?]
at com.megacrit.cardcrawl.rooms.ShopRoom.onPlayerEntry(ShopRoom.java:42) ~[desktop-1.0.jar:?]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.nextRoomTransition(AbstractDungeon.java:2282) ~[?:?]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.populatePathTaken(AbstractDungeon.java:582) ~[?:?]
at com.megacrit.cardcrawl.dungeons.TheBeyond.<init>(TheBeyond.java:78) ~[desktop-1.0.jar:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.getDungeon(CardCrawlGame.java:1366) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:860) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:423) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [?:?]
Controllers: removed manager for application, 0 managers active
23:44:30.308 INFO core.CardCrawlGame> PAUSE()
23:44:30.309 INFO core.CardCrawlGame> Game shutting down...
23:44:30.309 INFO core.CardCrawlGame> Flushing saves to disk...
23:44:30.309 INFO core.CardCrawlGame> Shutting down controller handler...
23:44:30.309 INFO core.CardCrawlGame> Shutting down publisher integrations...
23:44:30.312 INFO core.CardCrawlGame> Flushing logs to disk. Clean shutdown successful.
23:44:30.305 INFO dungeons.AbstractDungeon> ERROR: Could not find Common card of type: CREATURE
which is because Ironclad doesn't have creatures. This in turn means the shop doesn't have cards to generate.