Strange error log
Hey there folks, curious if anyone understands whats happening here?
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <eae584ce26bc40229c1b1aa476bfa589>:0
at ResumableJobProgress.Settings.get_IsDisabledHarvest () [0x00000] in <2b943d9730e346bfb44b5294cadfc8c7>:0
at ResumableJobProgress.HarmonyPatches+SetUpToils_Patch.Postfix (Verse.AI.JobDriver __instance, System.Collections.Generic.List`1[Verse.AI.Toil]& ___toils) [0x000d6] in <2b943d9730e346bfb44b5294cadfc8c7>:0
at (wrapper dynamic-method) Verse.AI.JobDriver.Verse.AI.JobDriver.SetupToils_Patch1(Verse.AI.JobDriver)
at (wrapper dynamic-method) Verse.AI.Pawn_JobTracker.Verse.AI.Pawn_JobTracker.StartJob_Patch4(Verse.AI.Pawn_JobTracker,Verse.AI.Job,Verse.AI.JobCondition,Verse.AI.ThinkNode,bool,bool,Verse.ThinkTreeDef,System.Nullable`1<Verse.AI.JobTag>,bool,bool,System.Nullable`1<bool>,bool,bool)
at Verse.AI.Pawn_JobTracker.TryFindAndStartJob () [0x00098] in <2a35adf0a6b2491888068e783d046a45>:0
at (wrapper dynamic-method) Verse.AI.Pawn_JobTracker.Verse.AI.Pawn_JobTracker.EndCurrentJob_Patch2(Verse.AI.Pawn_JobTracker,Verse.AI.JobCondition,bool,bool)
at (wrapper dynamic-method) RimWorld.Pawn_DraftController.RimWorld.Pawn_DraftController.set_Drafted_Patch3(RimWorld.Pawn_DraftController,bool)
at RimWorld.Pawn_DraftController.<GetGizmos>b__15_1 () [0x00007] in <2a35adf0a6b2491888068e783d046a45>:0
at Verse.Command_Toggle.ProcessInput (UnityEngine.Event ev) [0x00007] in <2a35adf0a6b2491888068e783d046a45>:0
at Verse.GizmoGridDrawer.DrawGizmoGrid (System.Collections.Generic.IEnumerable`1[T] gizmos, System.Single startX, Verse.Gizmo& mouseoverGizmo, System.Func`2[T,TResult] customActivatorFunc, System.Func`2[T,TResult] highlightFunc, System.Func`2[T,TResult] lowlightFunc) [0x00707] in <2a35adf0a6b2491888068e783d046a45>:0
at (wrapper dynamic-method) RimWorld.InspectGizmoGrid.RimWorld.InspectGizmoGrid.DrawInspectGizmoGridFor_Patch0(System.Collections.Generic.IEnumerable`1<object>,Verse.Gizmo&) currentSelectable: null
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
Verse.Log:ErrorOnce (string,int)
(wrapper dynamic-method) RimWorld.InspectGizmoGrid:RimWorld.InspectGizmoGrid.DrawInspectGizmoGridFor_Patch0 (System.Collections.Generic.IEnumerable`1<object>,Verse.Gizmo&)
RimWorld.MainTabWindow_Inspect:DrawInspectGizmos ()
RimWorld.InspectPaneUtility:ExtraOnGUI (RimWorld.IInspectPane)
RimWorld.MainTabWindow_Inspect:ExtraOnGUI ()
Verse.WindowStack:WindowStackOnGUI ()
(wrapper dynamic-method) RimWorld.UIRoot_Play:RimWorld.UIRoot_Play.UIRootOnGUI_Patch1 (RimWorld.UIRoot_Play)
(wrapper dynamic-method) Verse.Root:Verse.Root.OnGUI_Patch1 (Verse.Root)