You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Exception ticking Rissa (at (124, 0, 123)): System.NullReferenceException: Object reference not set to an instance of an object
at Multiplayer.Client.RemoveExpiredThoughtsFromCachePatch.Prefix (RimWorld.SituationalThoughtHandler) <0x0004b>
at (wrapper dynamic-method) RimWorld.SituationalThoughtHandler.RemoveExpiredThoughtsFromCache_Patch1 (object) <0x0001c>
at RimWorld.SituationalThoughtHandler.SituationalThoughtInterval () <0x0001c>
at RimWorld.ThoughtHandler.ThoughtInterval () <0x00026>
at RimWorld.Need_Mood.NeedInterval () <0x0005a>
at RimWorld.Pawn_NeedsTracker.NeedsTrackerTick () <0x0006c>
at (wrapper dynamic-method) Verse.Pawn.Tick_Patch2 (object) <0x0035b>
at Verse.TickList.Tick () <0x00487>
I get NRE
A defensive null check here:
Multiplayer/Source/Client/SituationalThoughts.cs
Line 59 in 67ac180
might come handy.
The text was updated successfully, but these errors were encountered: