安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
will make a thread because steam hates me
https://cdn.discordapp.com/attachments/802050939686092840/898508757758255104/Crash_log_multiples.docx
com.megacrit.cardcrawl.mod.replay.events.thebottom.MirrorMist.buttonEffect(MirrorMist.java:1064)
I'm not sure what it's doing in that line, but I suspect my mod is incompatible with that event.
https://paste.ee/p/AxedS
Also, they aren't updated for the Watcher yet, but that's still new.
Without this mod: Total Ram Usage 32 %
WTF DID YOU DO
FIX: when he says "all of a rarity", what should be said is you need minimums for reward screen and shop screen. e.g at least 3 normal cards for reward, and I believe 4 cards for shop. After I changed my cards to reflect that, I don't crash on rewards and I don't crash entering shop.
Thanks for fun mod.
14:37:02.804 INFO cardFilter.CardFilterMod> CardFilterMod settings data loading
14:37:02.855 INFO cardFilter.CardFilterMod> Initializing card library screen.
14:37:02.879 INFO basemod.BaseMod> registerModBadge : CardFilterMod
14:37:02.879 INFO basemod.ModBadge> initialized mod badge for: CardFilterMod
14:37:02.880 INFO basemod.ModBadge> setup hooks for CardFilterMod mod badge
And, as far as I'm aware, that's what should be happening at that point, but instead slows down and doesn't properly load at that point. I suppose I could send the full log file if there's something you could find in it, but I'm not seeing anything relevant skimming over it myself.
Exception: java.lang.NullPointerException
22:55:34.424 ERROR core.CardCrawlGame> Exception caught
java.lang.NullPointerException: null
at com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardLibrary_getCurse1.lambda$Insert$0(SoulboundPatch.java:98) ~[StSLib.jar:?]
at java.util.ArrayList.removeIf(ArrayList.java:1405) ~[?:1.8.0_144]
at com.evacipated.cardcrawl.mod.stslib.patches.SoulboundPatch$CardLibrary_getCurse1.Insert(SoulboundPatch.java:98) ~[StSLib.jar:?]
at com.megacrit.cardcrawl.helpers.CardLibrary.getCurse(CardLibrary.java:895) ~[?:?]
Mainly from ReplayTheSpire if that affects anything.