Advertisement
Guest User

Untitled

a guest
Sep 9th, 2018
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. System.NullReferenceException: Object reference not set to an instance of an object
  2. at RimWorld.StockGenerator_Animals/<HandlesThingDef>c__AnonStorey2.<>m__0 (string) <0x00029>
  3. at System.Collections.Generic.List`1<string>.GetIndex (int,int,System.Predicate`1<string>) <0x00050>
  4. at System.Collections.Generic.List`1<string>.FindIndex (System.Predicate`1<string>) <0x00066>
  5. at Verse.GenCollection.Any<string> (System.Collections.Generic.List`1<string>,System.Predicate`1<string>) <0x0005f>
  6. at RimWorld.StockGenerator_Animals.HandlesThingDef (Verse.ThingDef) <0x000ec>
  7. at RimWorld.TraderKindDef.WillTrade (Verse.ThingDef) <0x00054>
  8. at RimWorld.Dialog_SellableItems.CalculateSellableItems (RimWorld.TraderKindDef) <0x0017c>
  9. at RimWorld.Dialog_SellableItems..ctor (RimWorld.TraderKindDef) <0x00144>
  10. at RimWorld.Planet.SettlementBase/<GetGizmos>c__Iterator0.<>m__0 () <0x0007b>
  11. at Verse.Command_Action.ProcessInput (UnityEngine.Event) <0x00038>
  12. at Verse.GizmoGridDrawer.DrawGizmoGrid (System.Collections.Generic.IEnumerable`1<Verse.Gizmo>,single,Verse.Gizmo&) <0x00c75>
  13. at (wrapper dynamic-method) RimWorld.InspectGizmoGrid.DrawInspectGizmoGridFor_Patch0 (System.Collections.Generic.IEnumerable`1<object>,Verse.Gizmo&) <0x007d6>
  14.  
  15. Verse.Log:Error(String, Boolean)
  16. Verse.Log:ErrorOnce(String, Int32, Boolean)
  17. RimWorld.InspectGizmoGrid:DrawInspectGizmoGridFor_Patch0(IEnumerable`1, Gizmo&)
  18. RimWorld.Planet.WorldInspectPane:DrawInspectGizmos()
  19. RimWorld.InspectPaneUtility:ExtraOnGUI(IInspectPane)
  20. RimWorld.Planet.WorldInspectPane:ExtraOnGUI()
  21. Verse.WindowStack:WindowStackOnGUI()
  22. RimWorld.UIRoot_Play:UIRootOnGUI()
  23. Verse.Root:OnGUI()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement