-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
possible bug with pool JobDriver #57
Comments
Exception in JobDriver tick for pawn Poopy driver=JobDriver_GoSwimming (toilIndex=8)
System.NullReferenceException: Object reference not set to an instance of an object
at DubsBadHygiene.JobDriver_GoSwimming+<>c__DisplayClass7_0.<MakeNewToils>b__0 () [0x00015] in <4971d1f5097749f9afaf0fe77629ebe1>:0
at (wrapper dynamic-method) Verse.AI.JobDriver.Verse.AI.JobDriver.DriverTick_Patch0(Verse.AI.JobDriver)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
Verse.TickManager:DoSingleTick ()
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update () |
only thing that could be null is the pawns joy need, does the pawn have a joy need or is it a weird modded alien thing? |
Im only playing with vanilla races, sometimes they swim but in 1 out of 5 cases I get this StackTrace |
is the pool walled in on all sides? |
no but fancy tiles beneath it ^^ and around |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pool is 3/4 filled, occurred after reloading the game once
The text was updated successfully, but these errors were encountered: