安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
The trace shows the crash in StatusItemGroup.Entry.GetName. I don't invoke that method at all. It's invoked by vanilla SelectToolHoverTextCard.UpdateHoverElements. I target it in my transpiler, but the call is unmodified. The trace only shows BetterInfoCards due to how transpiling works.
TL;DR: I am 98% sure that crash is solely caused by Container Tooltips and that your fix does nothing to prevent it. Let me know if I'm missing anything though.
It crashes not that often - 3 times so far. Cannot get any specific steps but I just dig something and it crashes.
Player.log location [github.com]
Again, I've never seen this crash reported before...
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.Collections.Generic.List`1[T].get_Item (System.Int32 index)
ResourceSet`1[T].get_Item (System.Int32 idx)
GameUtil.GetFormattedDiseaseName (System.Byte idx, System.Boolean color)
ContainerTooltips.StorageContentsSummarizer.FormatDiseases (…)
All the ToDo's are done and there was few other small issues, but check the repo and see what you want to take and make work.
https://github.com/AcTePuKc/ONI-Mods-TestFix/blob/master/ToDo.md
I might have messed with the Directory.Build.props :) so use yours
If you can, please open an issue on Github for easier discussion.
Can you reproduce the issue with no other mods installed? Are there specific menus that cause issues, or all of them?