I get this error when pawns try to eat stirfry:
JobDriver threw exception in initAction for pawn Riggs driver=JobDriver_Ingest (toilIndex=14) driver.job=(Ingest (Job_736970) A=Thing_stirfry166872 B=(89, 0, 60)) lastJobGiver=RimWorld.JobGiver_GetFood
System.NullReferenceException: Object reference not set to an instance of an object
at FacialStuff.PawnExtensions.CheckFaceForAddedParts (Verse.Hediff,FacialStuff.CompFace,Verse.BodyPartRecord,Verse.BodyPartRecord,Verse.BodyPartRecord) <0x00020>
at FacialStuff.PawnExtensions.CheckPart (System.Collections.Generic.List`1<Verse.BodyPartRecord>,Verse.Hediff,FacialStuff.CompFace,FacialStuff.CompBodyAnimator,bool) <0x00580>
at FacialStuff.PawnExtensions.CheckForAddedOrMissingParts (Verse.Pawn) <0x0053d>
at FacialStuff.Harmony.HarmonyPatchesFS.ResolveAllGraphics_Postfix (Verse.PawnGraphicSet) <0x0004d>
at (wrapper dynamic-method) Verse.PawnGraphicSet.ResolveAllGraphics_Patch2 (object) <0x006c8>
at AlienRace.HarmonyPatches.CheckForStateChangePostfix (Verse.Pawn_HealthTracker) <0x00102>
at (wrapper dynamic-method) Verse.Pawn_HealthTracker.CheckForStateChange_Patch1 (object,System.Nullable`1<Verse.DamageInfo>,Verse.Hediff) <0x008ab>
at Verse.Pawn_HealthTracker.AddHediff (Verse.Hediff,Verse.BodyPartRecord,System.Nullable`1<Verse.DamageInfo>,Verse.DamageWorker/DamageResult) <0x000c8>
at RimWorld.IngestionOutcomeDoer_GiveHediff.DoIngestionOutcomeSpecial (Verse.Pawn,Verse.Thing) <0x00210>
at RimWorld.IngestionOutcomeDoer.DoIngestionOutcome (Verse.Pawn,Verse.Thing) <0x00059>
at Verse.Thing.Ingested (Verse.Pawn,single) <0x00191>
at RimWorld.Toils_Ingest/<FinalizeIngest>c__AnonStorey9.<>m__0 () <0x00404>
at Verse.AI.JobDriver.TryActuallyStartNextToil () <0x0072f>
Verse.Log:Error(String, Boolean)
Verse.AI.JobUtility:TryStartErrorRecoverJob(Pawn, String, Exception, JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil()
Verse.AI.JobDriver:ReadyForNextToil()
Verse.AI.JobDriver:DriverTick_Patch1(Object)
Verse.AI.Pawn_JobTracker:JobTrackerTick()
Verse.Pawn:Tick_Patch2(Object)
Verse.TickList:Tick_Patch2(Object)
Verse.TickManager:DoSingleTick()
Verse.TickManager:TickManagerUpdate()
Verse.Game:UpdatePlay_Patch1(Object)
Verse.Root_Play:Update()
Any suggestions?
JobDriver threw exception in initAction for pawn Riggs driver=JobDriver_Ingest (toilIndex=14) driver.job=(Ingest (Job_736970) A=Thing_stirfry166872 B=(89, 0, 60)) lastJobGiver=RimWorld.JobGiver_GetFood
System.NullReferenceException: Object reference not set to an instance of an object
at FacialStuff.PawnExtensions.CheckFaceForAddedParts (Verse.Hediff,FacialStuff.CompFace,Verse.BodyPartRecord,Verse.BodyPartRecord,Verse.BodyPartRecord) <0x00020>
at FacialStuff.PawnExtensions.CheckPart (System.Collections.Generic.List`1<Verse.BodyPartRecord>,Verse.Hediff,FacialStuff.CompFace,FacialStuff.CompBodyAnimator,bool) <0x00580>
at FacialStuff.PawnExtensions.CheckForAddedOrMissingParts (Verse.Pawn) <0x0053d>
at FacialStuff.Harmony.HarmonyPatchesFS.ResolveAllGraphics_Postfix (Verse.PawnGraphicSet) <0x0004d>
at (wrapper dynamic-method) Verse.PawnGraphicSet.ResolveAllGraphics_Patch2 (object) <0x006c8>
at AlienRace.HarmonyPatches.CheckForStateChangePostfix (Verse.Pawn_HealthTracker) <0x00102>
at (wrapper dynamic-method) Verse.Pawn_HealthTracker.CheckForStateChange_Patch1 (object,System.Nullable`1<Verse.DamageInfo>,Verse.Hediff) <0x008ab>
at Verse.Pawn_HealthTracker.AddHediff (Verse.Hediff,Verse.BodyPartRecord,System.Nullable`1<Verse.DamageInfo>,Verse.DamageWorker/DamageResult) <0x000c8>
at RimWorld.IngestionOutcomeDoer_GiveHediff.DoIngestionOutcomeSpecial (Verse.Pawn,Verse.Thing) <0x00210>
at RimWorld.IngestionOutcomeDoer.DoIngestionOutcome (Verse.Pawn,Verse.Thing) <0x00059>
at Verse.Thing.Ingested (Verse.Pawn,single) <0x00191>
at RimWorld.Toils_Ingest/<FinalizeIngest>c__AnonStorey9.<>m__0 () <0x00404>
at Verse.AI.JobDriver.TryActuallyStartNextToil () <0x0072f>
Verse.Log:Error(String, Boolean)
Verse.AI.JobUtility:TryStartErrorRecoverJob(Pawn, String, Exception, JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil()
Verse.AI.JobDriver:ReadyForNextToil()
Verse.AI.JobDriver:DriverTick_Patch1(Object)
Verse.AI.Pawn_JobTracker:JobTrackerTick()
Verse.Pawn:Tick_Patch2(Object)
Verse.TickList:Tick_Patch2(Object)
Verse.TickManager:DoSingleTick()
Verse.TickManager:TickManagerUpdate()
Verse.Game:UpdatePlay_Patch1(Object)
Verse.Root_Play:Update()
Any suggestions?