game errors when playing need help!

Started by xynos, May 06, 2019, 05:13:26 PM

Previous topic - Next topic

xynos

when playing the game randomly keeps pausing, when i unpause it, it just pauses again.
think it is due to an android that wants a operation but for some reason cant i have the logs and would like to know why.
if you could help would be great.
heres the log link:
https://git.io/fjcJj
EDIT!!:
Im getting a few bugs now please help me!!!! :(

i think it is due to this:

Exception in RimWorld.ThinkNode_Priority_GetJoy TryIssueJobPackage: System.NullReferenceException: Object reference not set to an instance of an object
  at RimWorld.SickPawnVisitUtility.CanVisit (Verse.Pawn pawn, Verse.Pawn sick, JoyCategory maxPatientJoy) [0x00000] in <filename unknown>:0
  at RimWorld.SickPawnVisitUtility+<FindRandomSickPawn>c__AnonStorey0.<>m__0 (Verse.Pawn x) [0x00000] in <filename unknown>:0
  at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1D`1[Verse.Pawn].MoveNext () [0x00000] in <filename unknown>:0
  at Verse.GenCollection.TryRandomElementByWeight[Pawn] (IEnumerable`1 source, System.Func`2 weightSelector, Verse.Pawn& result) [0x00000] in <filename unknown>:0
  at RimWorld.SickPawnVisitUtility.FindRandomSickPawn (Verse.Pawn pawn, JoyCategory maxPatientJoy) [0x00000] in <filename unknown>:0
  at RimWorld.JoyGiver_VisitSickPawn.TryGiveJob (Verse.Pawn pawn) [0x00000] in <filename unknown>:0
  at RimWorld.JobGiver_GetJoy.TryGiveJobFromJoyGiverDefDirect (RimWorld.JoyGiverDef def, Verse.Pawn pawn) [0x00000] in <filename unknown>:0
  at RimWorld.JobGiver_GetJoy.TryGiveJob (Verse.Pawn pawn) [0x00000] in <filename unknown>:0
  at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00000] in <filename unknown>:0
  at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn pawn, JobIssueParams jobParams) [0x00000] in <filename unknown>:0

Aron threw exception in WorkGiver VisitSickPawn: System.NullReferenceException: Object reference not set to an instance of an object
at RimWorld.SickPawnVisitUtility.CanVisit (Verse.Pawn,Verse.Pawn,RimWorld.JoyCategory) <0x0016f>
at RimWorld.WorkGiver_VisitSickPawn.HasJobOnThing (Verse.Pawn,Verse.Thing,bool) <0x00068>
at RimWorld.JobGiver_Work/<TryIssueJobPackage>c__AnonStorey1.<>m__0 (Verse.Thing) <0x0005e>
at Verse.GenClosest/<ClosestThingReachable>c__AnonStorey0.<>m__0 (Verse.Thing) <0x000fa>
at Verse.GenClosest.ClosestThing_Global (Verse.IntVec3,System.Collections.IEnumerable,single,System.Predicate`1<Verse.Thing>,System.Func`2<Verse.Thing, single>) <0x00214>
at Verse.GenClosest.ClosestThingReachable (Verse.IntVec3,Verse.Map,Verse.ThingRequest,Verse.AI.PathEndMode,Verse.TraverseParms,single,System.Predicate`1<Verse.Thing>,System.Collections.Generic.IEnumerable`1<Verse.Thing>,int,int,bool,Verse.RegionType,bool) <0x00504>
at (wrapper dynamic-method) RimWorld.JobGiver_Work.TryIssueJobPackage_Patch1 (object,Verse.Pawn,Verse.AI.JobIssueParams) <0x0131b>