Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Syreena threw exception in WorkGiver HaulPerishables: System.IndexOutOfRangeException: Index was outside the bounds of the array.
- at Verse.EdificeGrid.get_Item (Verse.IntVec3 c) [0x00017] in <99518a644a3e4a7ea3fde566568df84a>:0
- at Verse.GridsUtility.GetEdifice (Verse.IntVec3 c, Verse.Map map) [0x00000] in <99518a644a3e4a7ea3fde566568df84a>:0
- at PleaseHaulPerishables.RottableUtil.ProtectedByEdifice (Verse.IntVec3 c, Verse.Map map) [0x00000] in <b4794ae16e874a3e8a21e485c32c7cfd>:0
- at PleaseHaulPerishables.WorkGiver_HaulPerishables.GetDetDays (Verse.Thing detAble, Verse.Map map) [0x00012] in <b4794ae16e874a3e8a21e485c32c7cfd>:0
- at PleaseHaulPerishables.WorkGiver_HaulPerishables.GetIsPerishable (Verse.Thing t, Verse.Map m) [0x00007] in <b4794ae16e874a3e8a21e485c32c7cfd>:0
- at PleaseHaulPerishables.WorkGiver_HaulPerishables.ListPerishables (Verse.Pawn pawn) [0x00059] in <b4794ae16e874a3e8a21e485c32c7cfd>:0
- at PleaseHaulPerishables.WorkGiver_HaulPerishables.JobOnThing (Verse.Pawn pawn, Verse.Thing t, System.Boolean forced) [0x00039] in <b4794ae16e874a3e8a21e485c32c7cfd>:0
- at (wrapper dynamic-method) RimWorld.WorkGiver_Scanner.RimWorld.WorkGiver_Scanner.HasJobOnThing_Patch3(RimWorld.WorkGiver_Scanner,Verse.Pawn,Verse.Thing,bool)
- at RimWorld.JobGiver_Work+<>c__DisplayClass3_1.<TryIssueJobPackage>b__0 (Verse.Thing t) [0x00013] in <99518a644a3e4a7ea3fde566568df84a>:0
- at Verse.GenClosest+<>c__DisplayClass2_0.<ClosestThingReachable>b__0 (Verse.Thing t) [0x00034] in <99518a644a3e4a7ea3fde566568df84a>:0
- at Verse.GenClosest.<ClosestThing_Global>g__Process|5_0 (Verse.Thing t, Verse.GenClosest+<>c__DisplayClass5_0& ) [0x00047] in <99518a644a3e4a7ea3fde566568df84a>:0
- at Verse.GenClosest.ClosestThing_Global (Verse.IntVec3 center, System.Collections.IEnumerable searchSet, System.Single maxDistance, System.Predicate`1[T] validator, System.Func`2[T,TResult] priorityGetter) [0x0005d] in <99518a644a3e4a7ea3fde566568df84a>:0
- at Verse.GenClosest.ClosestThingReachable (Verse.IntVec3 root, Verse.Map map, Verse.ThingRequest thingReq, Verse.AI.PathEndMode peMode, Verse.TraverseParms traverseParams, System.Single maxDistance, System.Predicate`1[T] validator, System.Collections.Generic.IEnumerable`1[T] customGlobalSearchSet, System.Int32 searchRegionsMin, System.Int32 searchRegionsMax, System.Boolean forceAllowGlobalSearch, Verse.RegionType traversableRegionTypes, System.Boolean ignoreEntirelyForbiddenRegions) [0x0014c] in <99518a644a3e4a7ea3fde566568df84a>:0
- at (wrapper dynamic-method) RimWorld.JobGiver_Work.RimWorld.JobGiver_Work.TryIssueJobPackage_Patch1(RimWorld.JobGiver_Work,Verse.Pawn,Verse.AI.JobIssueParams)
- UnityEngine.StackTraceUtility:ExtractStackTrace ()
- (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
- (wrapper dynamic-method) RimWorld.JobGiver_Work:RimWorld.JobGiver_Work.TryIssueJobPackage_Patch1 (RimWorld.JobGiver_Work,Verse.Pawn,Verse.AI.JobIssueParams)
- Verse.AI.ThinkNode_PrioritySorter:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
- Verse.AI.ThinkNode_Priority:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
- Verse.AI.ThinkNode_Tagger:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
- Verse.AI.ThinkNode_Subtree:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
- Verse.AI.ThinkNode_Priority:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
- Verse.AI.ThinkNode_Conditional:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
- Verse.AI.ThinkNode_Priority:TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams)
- (wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.DetermineNextJob_Patch1 (Verse.AI.Pawn_JobTracker,Verse.ThinkTreeDef&)
- Verse.AI.Pawn_JobTracker:TryFindAndStartJob ()
- (wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.EndCurrentJob_Patch4 (Verse.AI.Pawn_JobTracker,Verse.AI.JobCondition,bool,bool)
- (wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch1 (Verse.AI.Pawn_JobTracker)
- (wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
- DTimeControl.TCTickList:TickThing (Verse.Thing)
- DTimeControl.TCTickList:DoTick (double,bool)
- DTimeControl.TimeControlBase:TickManagerTick (Verse.TickManager,bool)
- DTimeControl.Core_Patches.Patch_DoSingleTick_Prefix:Prefix (Verse.TickManager)
- (wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch5 (Verse.TickManager)
- Verse.TickManager:TickManagerUpdate ()
- (wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
- (wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)
Advertisement
Add Comment
Please, Sign In to add comment