RimWorld

RimWorld

Gods of Elona
Silhouette 2 Nov, 2018 @ 3:06am
Bug Report: Viewing Statue Causing Exception
I seem to be getting errors whenever my colonists try to go and view a Steel Statue of Mani that I have set up next to my Hi-Tech Research tables.

I've isolated it thus far by chance, but it definitely appears to be that statue. Any time they get the job to try and view the statue (as a form of recreation), an exception occurs that locks the character in place and they continue to generate the error until the statue is uninstalled.

The error message is this:

Exception ticking Azura (at (73, 0, 73)): System.NullReferenceException: Object reference not set to an instance of an object
at Verse.AI.Job.ToString () <0x00018>
at (wrapper dynamic-method) Verse.AI.Pawn_JobTracker.StartJob_Patch2 (object,Verse.AI.Job,Verse.AI.JobCondition,Verse.AI.ThinkNode,bool,bool,Verse.ThinkTreeDef,System.Nullable`1<Verse.AI.JobTag>,bool) <0x000eb>
at Verse.AI.Pawn_JobTracker.TryFindAndStartJob () <0x00245>
at Verse.AI.Pawn_JobTracker.JobTrackerTick () <0x00406>
at (wrapper dynamic-method) Verse.Pawn.Tick_Patch1 (object) <0x001f3>
at Verse.TickList.Tick () <0x00487>

Verse.Log:Error(String, Boolean)
Verse.TickList:Tick()
Verse.TickManager:DoSingleTick()
Verse.TickManager:TickManagerUpdate()
Verse.Game:UpdatePlay()
Verse.Root_Play:Update()