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.