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
java.lang.NullPointerException
at com.badlogic.gdx.graphics.g2d.SpriteBatch.setColor(SpriteBatch.java:199)
at com.megacrit.cardcrawl.potions.AbstractPotion.render(AbstractPotion.java:574)
I received message:
"Seems like the bug is in WidePotions. It patches the FairyPotion in a way that probably indexes some arraylist without checking bounds. I haven't looked yet what it actually does but I think you should report it there"
please, fix this :)
https://pastebin.com/TnKwADLz
at com.megacrit.cardcrawl.helpers.RelicLibrary.addToTierList(RelicLibrary.java:400)
at com.megacrit.cardcrawl.helpers.RelicLibrary.add(RelicLibrary.java:351)
at basemod.BaseMod.addRelic(BaseMod.java:1001)
at com.evacipated.cardcrawl.mod.widepotions.relics.WideRelics.replaceRelic(WideRelics.kt:22)
at com.evacipated.cardcrawl.mod.widepotions.WidePotionsMod.receivePostInitialize(WidePotionsMod.kt:224)
at basemod.BaseMod.publishPostInitialize(BaseMod.java:2240)
at basemod.patches.com.megacrit.cardcrawl.core.CardCrawlGame.PostInitializeHook.Postfix(PostInitializeHook.java:9)
at com.megacrit.cardcrawl.core.CardCrawlGame.create(CardCrawlGame.java:308)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:149)
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126)
18:45:17.420 INFO basemod.BaseMod> registerModBadge : Wide Potions
18:45:17.425 INFO basemod.ModBadge> initialized mod badge for: Wide Potions
18:45:17.439 INFO basemod.ModBadge> setup hooks for Wide Potions mod badge
https://pastebin.com/WN9RrpSy
https://pastebin.com/yhkfucud
https://pastebin.com/RWSPqtHJ
https://pastebin.com/pcNgs4mf
I had to rename "Wide" things to "XL" so it would be more accurate for french language. Hope it won't bother to much.
Thank you very much for your work =)