安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








I do remember Meat Hooks having quite a few issues, I probably will have to implement some extra logic to handle them. The colors of clothing might be a bit harder to fix, I will see if I can get some info on how that is done.
Exception filling tab DSGUI.DSGUI_TabModal: System.NullReferenceException: Object reference not set to an instance of an object
at OreYields.StatPart_MassMultiplier.TransformValue (RimWorld.StatRequest req, System.Single& val) [0x00008] in <abf832d398484cee837a1dbbc4123660>:0
at RimWorld.StatWorker.FinalizeValue (RimWorld.StatRequest req, System.Single& val, System.Boolean applyPostProcess) [0x00022] in <7b345446a85d4ed599f9c604ae61854b>:0
at RimWorld.StatWorker.GetValue (RimWorld.StatRequest req, System.Boolean applyPostProcess) [0x0004c] in <7b345446a85d4ed599f9c604ae61854b>:0
at RimWorld.StatWorker.GetValueAbstract (Verse.BuildableDef def, Verse.ThingDef stuffDef) [0x00009] in <7b345446a85d4ed599f9c604ae61854b>:0
at RimWorld.StatExtension.GetStatValueAbstract (Verse.BuildableDef def, RimWorld.StatDef stat, Verse.ThingDef stuff) [0x00006] in <7b345446a85d4ed599f9c604ae61854b>:0
at Verse.ThingDef.get_BaseMass () [0x00000] in <7b345446a85d4ed599f9c604ae61854b>:0
at DSGUI.DSGUI_TabItem.DoDraw (UnityEngine.Rect inRect, System.Single y, System.Boolean altBG) [0x0029c] in <8c996b91e8344c7d91f2ba909ce5a89d>:0
at DSGUI.DSGUI_TabModal.FillTab () [0x00473] in <8c996b91e8344c7d91f2ba909ce5a89d>:0
at Verse.InspectTabBase+<>c__DisplayClass14_0.<DoTabGUI>b__0 () [0x00039] in <7b345446a85d4ed599f9c604ae61854b>:0
Verse.Log:Error(String, Boolean)
Verse.Log:ErrorOnce(String, Int32, Boolean)
Verse.<>c__DisplayClass14_0:<DoTabGUI>b__0()
Verse.ImmediateWindow:DoWindowContents(Rect)
Verse.Window:InnerWindowOnGUI(Int32)
UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, Int32, GUISkin, Int32, Single, Single, GUIStyle)
Mouse position stack is not empty. There were more calls to BeginScrollView than EndScrollView. Fixing.
Verse.Log:Error(String, Boolean)
Verse.Widgets:EnsureMousePositionStackEmpty()
Verse.Root:Verse.Root.Update_Patch1(Root)
Verse.Root_Play:Verse.Root_Play.Update_Patch1(Root_Play)
it was the source of allllll my problems. Thanks for that.
How could i miss ore yields. it was stated there.
I'm having the same issue. Along with repairing as well
https://github.com/Dakraid/RW_DSGUI/issues/17
The box just appears blank and the error log is completely transparent, shift right-clicking the storage box works fine tho
Seems like DSGUI is running into a null reference when trying to draw the list, I will have to check what that could be. I might have missed out on a check or fallback there.