Advertisement
Guest User

Message

a guest
Sep 11th, 2021
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. System.NullReferenceException: Object reference not set to an instance of an object
  2.  
  3. at (wrapper dynamic-method) RimWorld.IncidentWorker_Raid.RimWorld.IncidentWorker_Raid.TryExecuteWorker_Patch1(RimWorld.IncidentWorker_Raid,RimWorld.IncidentParms)
  4.  
  5. at RimWorld.IncidentWorker_RaidEnemy.TryExecuteWorker (RimWorld.IncidentParms parms) [0x00000] in <a88448d758ed45bc8a020d468b9268ce>:0
  6.  
  7. at (wrapper dynamic-method) RimWorld.IncidentWorker.RimWorld.IncidentWorker.TryExecute_Patch2(RimWorld.IncidentWorker,RimWorld.IncidentParms)
  8.  
  9. at (wrapper dynamic-method) RimWorld.Storyteller.RimWorld.Storyteller.TryFire_Patch1(RimWorld.Storyteller,RimWorld.FiringIncident)
  10.  
  11. at RimWorld.IncidentQueue.IncidentQueueTick () [0x00048] in <a88448d758ed45bc8a020d468b9268ce>:0
  12.  
  13. at RimWorld.Storyteller.StorytellerTick () [0x00000] in <a88448d758ed45bc8a020d468b9268ce>:0
  14.  
  15. at (wrapper dynamic-method) Verse.TickManager.Verse.TickManager.DoSingleTick_Patch1(Verse.TickManager)
  16.  
  17. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  18.  
  19. Verse.Log:Error (string)
  20.  
  21. (wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
  22.  
  23. Verse.TickManager:TickManagerUpdate ()
  24.  
  25. Verse.Game:UpdatePlay ()
  26.  
  27. Verse.Root_Play:Update ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement