安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題








My log is attached below.
https://pastebin.com/Ds0MK83b
Do you have a maximum charge limit? There may be a problem with this. They can also do this when fields are not sown or crops are not harvested.
Up: Fixed
I have no clue how to read error logs, but since removing Work Tab makes mechanoids work again in non-vanilla work modes...
Error log: https://gist.github.com/67860cce59b8d59eb39899e65c4365d5
Edit: Welp. Nevermind. They started popping up a ton again.
The log is completely useless. It doesn't have any of the errors you describe. Remove all mods except mine and the mod with which the conflict and send a normal log.
The specific error I get each time I try to click on the bugged group is:
System.NullReferenceException: Object reference not set to an instance of an object
at RimWorld.MechanitorControlGroupGizmo.GizmoOnGUI (UnityEngine.Vector2 topLeft, System.Single maxWidth, Verse.GizmoRenderParms parms) [0x00383] in <3cca3e6203e64b109fd8ce21f7120d03>:0
at Verse.GizmoGridDrawer.DrawGizmoGrid (System.Collections.Generic.IEnumerable`1[T] gizmos, System.Single startX, Verse.Gizmo& mouseoverGizmo, System.Func`2[T,TResult] customActivatorFunc, System.Func`2[T,TResult] highlightFunc, System.Func`2[T,TResult] lowlightFunc) [0x004bc] in <3cca3e6203e64b109fd8ce21f7120d03>:0
at (wrapper dynamic-method) RimWorld.InspectGizmoGrid.RimWorld.InspectGizmoGrid.DrawInspectGizmoGridFor_Patch0(System.Collections.Generic.IEnumerable`1<object>,Verse.Gizmo&) currentSelectable: null
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
Verse.Log:ErrorOnce (string,int)
(wrapper dynamic-method) RimWorld.InspectGizmoGrid:RimWorld.InspectGizmoGrid.DrawInspectGizmoGridFor_Patch0 (System.Collections.Generic.IEnumerable`1<object>,Verse.Gizmo&)
RimWorld.MainTabWindow_Inspect:DrawInspectGizmos ()
RimWorld.InspectPaneUtility:ExtraOnGUI (RimWorld.IInspectPane)
RimWorld.MainTabWindow_Inspect:ExtraOnGUI ()
Verse.WindowStack:WindowStackOnGUI ()
(wrapper dynamic-method) RimWorld.UIRoot_Play:RimWorld.UIRoot_Play.UIRootOnGUI_Patch2 (RimWorld.UIRoot_Play)
(wrapper dynamic-method) Verse.Root:Verse.Root.OnGUI_Patch2 (Verse.Root)
It looks like all the settings have gone. Have you ever opened the settings menu?
Pretty normal bug report. It remains to clarify a couple of points and that's it.
Hm. That's exactly what I thought. In this case, make sure that all main modes and the last two items are enabled in the settings. Since this bug is connected precisely with the fact that the modes are turned off.
I will also ask you to repeat this bug in a combination of vanilla + this mod. If you can't replicate the bug, and it will only occur on the modlist, make sure you reset the xml cache in rocketman.
Try to run any scenario, then spawn mechanitor and assign any mechs to it, then see what modes are active. Make sure that the mode you used in the save is enabled.
Also try running your modlist without rocketman (or turn off its xml caching feature).
The whole problem described comes from the fact that some kind of bastard cached xml patches at the moment when the game considered them turned off, and the only mod in my memory that does this is rocketman, or rather its feature with faster loading. So far, all the symptoms seem to be exactly that, but I could be wrong.
In this case, enable all modes available in the mod. Including bonus ones.
Well, or edit the save. Find the lines with <workMode>Bla-Bla<workMode> and replace them all with <workMode>Work<workMode>.