Advertisement
Guest User

RimWorld Error

a guest
Sep 11th, 2016
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. Exception while saving map: System.NullReferenceException: Object reference not set to an instance of an object
  2. at RimWorld.Pawn_TraderTracker.<ExposeData>m__276 (Verse.Pawn x) [0x00000] in <filename unknown>:0
  3. at System.Collections.Generic.List`1[Verse.Pawn].RemoveAll (System.Predicate`1 match) [0x00000] in <filename unknown>:0
  4. at RimWorld.Pawn_TraderTracker.ExposeData () [0x00000] in <filename unknown>:0
  5. at Verse.Scribe_Deep.LookDeep[Pawn_TraderTracker] (RimWorld.Pawn_TraderTracker& target, Boolean saveDestroyedThings, System.String label, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  6. at Verse.Scribe_Deep.LookDeep[Pawn_TraderTracker] (RimWorld.Pawn_TraderTracker& target, System.String label, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  7. at Verse.Pawn.ExposeData () [0x00000] in <filename unknown>:0
  8. at Verse.Scribe_Deep.LookDeep[Pawn] (Verse.Pawn& target, Boolean saveDestroyedThings, System.String label, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  9. at Verse.Scribe_Collections.LookList[Pawn] (System.Collections.Generic.List`1& list, Boolean saveDestroyedThings, System.String label, LookMode lookMode, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  10. at Verse.Scribe_Collections.LookHashSet[Pawn] (System.Collections.Generic.HashSet`1& valueHashSet, Boolean saveDestroyedThings, System.String label, LookMode lookMode) [0x00000] in <filename unknown>:0
  11. at Verse.Scribe_Collections.LookHashSet[Pawn] (System.Collections.Generic.HashSet`1& valueHashSet, System.String label, LookMode lookMode) [0x00000] in <filename unknown>:0
  12. at RimWorld.Planet.WorldPawns.ExposeData () [0x00000] in <filename unknown>:0
  13. at Verse.Scribe_Deep.LookDeep[WorldPawns] (RimWorld.Planet.WorldPawns& target, Boolean saveDestroyedThings, System.String label, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  14. at Verse.Scribe_Deep.LookDeep[WorldPawns] (RimWorld.Planet.WorldPawns& target, System.String label, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  15. at RimWorld.Planet.World.ExposeData () [0x00000] in <filename unknown>:0
  16. at Verse.Scribe_Deep.LookDeep[World] (RimWorld.Planet.World& target, Boolean saveDestroyedThings, System.String label, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  17. at Verse.Scribe_Deep.LookDeep[World] (RimWorld.Planet.World& target, System.String label, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  18. at Verse.Game.ExposeData () [0x00000] in <filename unknown>:0
  19. at Verse.Scribe_Deep.LookDeep[Game] (Verse.Game& target, Boolean saveDestroyedThings, System.String label, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  20. at Verse.Scribe_Deep.LookDeep[Game] (Verse.Game& target, System.String label, System.Object[] ctorArgs) [0x00000] in <filename unknown>:0
  21. at Verse.GameDataSaveLoader.<SaveGame>m__893 () [0x00000] in <filename unknown>:0
  22. at Verse.SafeSaver.DoSave (System.String fullPath, System.String documentElementName, System.Action saveAction) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement