RimWorld

RimWorld

Character Editor
valdindor Feb 10, 2021 @ 5:40pm
Exception filling window for CharacterEditor.EditorUI
I'm getting this error. Any idea whats causing it? It triggers on the social tab

Exception filling window for CharacterEditor.EditorUI: System.NullReferenceException: Object reference not set to an instance of an object at RimWorld.SocialCardUtility.Recache (Verse.Pawn selPawnForSocialInfo) [0x00010] in <c36f9493c9844ddaa7fb5c788416098f>:0 at RimWorld.SocialCardUtility.CheckRecache (Verse.Pawn selPawnForSocialInfo) [0x00012] in <c36f9493c9844ddaa7fb5c788416098f>:0 at RimWorld.SocialCardUtility.DrawRelationsAndOpinions (UnityEngine.Rect rect, Verse.Pawn selPawnForSocialInfo) [0x00000] in <c36f9493c9844ddaa7fb5c788416098f>:0 at CharacterEditor.BlockSocial.DrawCard (System.Int32 x, System.Int32& y, System.Int32 w, System.Int32 h) [0x00035] in <f160cb54a36643798f2d8df5164f717a>:0 at CharacterEditor.BlockSocial.Draw (System.Int32 x, System.Int32 y, System.Int32 w, System.Int32 h) [0x0002c] in <f160cb54a36643798f2d8df5164f717a>:0 at CharacterEditor.EditorUI.DrawSelectedTab (System.Int32 x, System.Int32 y, System.Int32 w, System.Int32 h) [0x000e3] in <f160cb54a36643798f2d8df5164f717a>:0 at CharacterEditor.EditorUI.DoWindowContents (UnityEngine.Rect inRect) [0x00112] in <f160cb54a36643798f2d8df5164f717a>:0 at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x00165] in <c36f9493c9844ddaa7fb5c788416098f>:0 Verse.Log:Error(String, Boolean) Verse.Window:InnerWindowOnGUI(Int32) UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, Int32, GUISkin, Int32, Single, Single, GUIStyle)