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








Also, could you send a full hugslist log? ctrl+f12 with Devmode on.
https://gist.github.com/f589789fe0867232fc9d8cbc8298be37
Root level exception in OnGUI(): System.NullReferenceException: Object reference not set to an instance of an object
at (wrapper dynamic-method) RimWorld.CompFacility.RimWorld.CompFacility.DrawPlaceMouseAttachmentsToPotentialThingsToLinkTo_Patch0(single,single&,Verse.ThingDef,Verse.IntVec3,Verse.Rot4,Verse.Map)
at RimWorld.PlaceWorker_ShowFacilitiesConnections.DrawPlaceMouseAttachments (System.Single curX, System.Single& curY, Verse.BuildableDef bdef, Verse.IntVec3 center, Verse.Rot4 rot) [0x0003d] in <32ce1f44d6b54e75a3209fc1c4a7e2db>:0
at RimWorld.Designator_Place.DrawMouseAttachments () [0x00080] in <32ce1f44d6b54e75a3209fc1c4a7e2db>:0
at RimWorld.Designator_Build.DrawMouseAttachments () [0x0002f] in <32ce1f44d6b54e75a3209fc1c4a7e2db>:0
at Verse.DesignatorManager.DesignationManagerOnGUI () [0x00013] in <32ce1f44d6b54e75a3209fc1c4a7e2db>:0
at RimWorld.MapInterface.MapInterfaceOnGUI_BeforeMainTabs () [0x00059] in <32ce1f44d6b54e75a3209fc1c4a7e2db>:0
at (wrapper dynamic-method) RimWorld.UIRoot_Play.RimWorld.UIRoot_Play.UIRootOnGUI_Patch1(RimWorld.UIRoot_Play)
at (wrapper dynamic-method) Verse.Root.Verse.Root.OnGUI_Patch1(Verse.Root)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
(wrapper dynamic-method) Verse.Root:Verse.Root.OnGUI_Patch1 (Verse.Root)
at <0x1b3018f62d0 + 0x00c65> <unknown method>
--- End of inner exception stack trace ---
[Ref 1C33BC49]
at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr)
at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in <eae584ce26bc40229c1b1aa476bfa589>:0
at Verse.StaticConstructorOnStartupUtility.CallAll () [0x00028] in <69945a8ed6c540cf90b578de735e0605>:0
- POSTFIX LunarFramework.Bootstrap: Void LunarFramework.Internal.Patches.Patch_Verse_StaticConstructorOnStartupUtility:CallAll_Postfix()
- POSTFIX LayeredDestruction.patch: Void LayeredDestruction.StaticConstructorOnStartupUtilityPatch:Postfix()
- POSTFIX PerformanceOptimizer.Main: Void PerformanceOptimizer.InitializeMod:Postfix()
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.StaticConstructorOnStartupUtility.CallAll_Patch3 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_4 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()
I am getting a very similar error.
This is my Hugs Library Log: https://gist.github.com/HugsLibRecordKeeper/0b44a8c594ae50db9cc3376fa45824fe .
1.6 with Odyssey.
https://gist.github.com/HugsLibRecordKeeper/c8e0f61b731f452f4d5bb92d4225ce18
You might have to try splitting your mod list in half incrementally to try and find the mod that's causing the conflict. Let me know if you find it.