Rimworld bio chart blank

22 авг. 2021 г. в 9:19

Pawn Bio tab throwing error, resulting in blank Bio tab

Two of my pawns are throwing errors on their bio tab resulting in an error message in the small box where the info as to what the pawns are up to is, and a blank bio tab. I've looked through the logs and found this error for one of them:

System.NullReferenceException: Object reference not set to an instance of an object
at (wrapper dynamic-method) Verse.Pawn.Verse.Pawn.GetInspectString_Patch1(Verse.Pawn)
at RimWorld.InspectPaneFiller.DrawInspectStringFor (Verse.ISelectable sel, UnityEngine.Rect rect)

Verse.Pawn.Verse.Pawn.GetInspectString_Patch1 was patched by:
POST:
AchtungMod.Pawn_GetInspectString_Patch.Postfix

Seperately, this is another error that seems to be connected to the main error.

Exception filling tab RimWorld.ITab_Pawn_Social: System.NullReferenceException: Object reference not set to an instance of an object
at Verse.Grammar.GrammarUtility+d__1.MoveNext ()
at System.Linq.Enumerable+ConcatIterator`1[TSource].MoveNext ()
at System.Collections.Generic.List`1[T].InsertRange (System.Int32 index, System.Collections.Generic.IEnumerable`1[T] collection)
at System.Collections.Generic.List`1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] collection)
at Verse.GenText.AdjustedFor (System.String text, Verse.Pawn p, System.String pawnSymbol, System.Boolean addRelationInfoSymbol)
at Verse.TaggedString.AdjustedFor (Verse.Pawn p, System.String pawnSymbol, System.Boolean addRelationInfoSymbol)
at RimWorld.PawnRelationUtility.TryAppendRelationsWithColonistsInfo (Verse.TaggedString& text, Verse.TaggedString& title, Verse.Pawn pawn)
at RimWorld.PawnRelationUtility.TryAppendRelationsWithColonistsInfo (Verse.TaggedString& text, Verse.Pawn pawn)
at (wrapper dynamic-method) Verse.Grammar.GrammarUtility.Verse.Grammar.GrammarUtility.RulesForPawn_Patch1(string,Verse.Pawn,System.Collections.Generic.Dictionary`2,bool,bool)
at Verse.PlayLogEntry_Interaction.ToGameStringFromPOV_Worker (Verse.Thing pov, System.Boolean forceLog)
at Verse.LogEntry.ToGameStringFromPOV (Verse.Thing pov, System.Boolean forceLog)
at RimWorld.InteractionCardUtility.DrawInteractionsLog (UnityEngine.Rect rect, Verse.Pawn pawn, System.Collections.Generic.List`1[T] entries, System.Int32 maxEntries)
at RimWorld.SocialCardUtility.DrawSocialCard (UnityEngine.Rect rect, Verse.Pawn pawn)
at RimWorld.ITab_Pawn_Social.FillTab ()
at Verse.InspectTabBase+<>c__DisplayClass14_0. b__0 ()

Verse.Grammar.GrammarUtility.Verse.Grammar.GrammarUtility.RulesForPawn_Patch1 was patched by:
POST:
AlienRace.HarmonyPatches.RulesForPawnPostfix

Here is a link to modlist and errors: