Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. Exception filling window for RimWorld.MainTabWindow_Animals: System.ArgumentOutOfRangeException: Argument is out of range.
  2. Parameter name: index
  3. at System.Collections.Generic.List`1[System.Int32].get_Item (Int32 index) [0x00000] in <filename unknown>:0
  4. at Verse.DefMap`2[RimWorld.TrainableDef,System.Int32].get_Item (RimWorld.TrainableDef def) [0x00000] in <filename unknown>:0
  5. at RimWorld.Pawn_TrainingTracker.IsCompleted (RimWorld.TrainableDef td) [0x00000] in <filename unknown>:0
  6. at RimWorld.TrainingCardUtility.DoTrainableCheckbox (Rect rect, Verse.Pawn pawn, RimWorld.TrainableDef td, AcceptanceReport canTrain, Boolean drawLabel, Boolean doTooltip) [0x00000] in <filename unknown>:0
  7. at RimWorld.MainTabWindow_Animals.DoTrainingCheckboxes (Rect rect, Verse.Pawn p, System.Single& curX) [0x00000] in <filename unknown>:0
  8. at RimWorld.MainTabWindow_Animals.DrawPawnRow (Rect rect, Verse.Pawn p) [0x00000] in <filename unknown>:0
  9. at RimWorld.MainTabWindow_PawnList.DrawRows (Rect rect) [0x00000] in <filename unknown>:0
  10. at RimWorld.MainTabWindow_Animals.DoWindowContents (Rect fillRect) [0x00000] in <filename unknown>:0
  11. at HugsLib.GuiInject.WindowDetour+<>c__DisplayClass1.<_WindowOnGUI>b__0 (Int32 x) [0x00000] in <filename unknown>:0
  12. Verse.Log:Error(String)
  13. HugsLib.GuiInject.<>c__DisplayClass1:<_WindowOnGUI>b__0(Int32)
  14. UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, GUISkin, Int32, Single, Single, GUIStyle)
  15. ----
  16. Alignment was MiddleLeft at end of frame.
  17. Verse.Log:Error(String)
  18. Verse.Log:ErrorOnce(String, Int32)
  19. Verse.Text:StartOfOnGUI()
  20. Verse.UIRoot:UIRootOnGUI()
  21. RimWorld.UIRoot_Play:UIRootOnGUI()
  22. Verse.Root:OnGUI()
  23. ----
  24. Exception filling window for RimWorld.MainTabWindow_Animals: System.ArgumentOutOfRangeException: Argument is out of range.
  25. Parameter name: index
  26. at System.Collections.Generic.List`1[System.Int32].get_Item (Int32 index) [0x00000] in <filename unknown>:0
  27. at Verse.DefMap`2[RimWorld.TrainableDef,System.Int32].get_Item (RimWorld.TrainableDef def) [0x00000] in <filename unknown>:0
  28. at RimWorld.Pawn_TrainingTracker.IsCompleted (RimWorld.TrainableDef td) [0x00000] in <filename unknown>:0
  29. at RimWorld.TrainingCardUtility.DoTrainableCheckbox (Rect rect, Verse.Pawn pawn, RimWorld.TrainableDef td, AcceptanceReport canTrain, Boolean drawLabel, Boolean doTooltip) [0x00000] in <filename unknown>:0
  30. at RimWorld.MainTabWindow_Animals.DoTrainingCheckboxes (Rect rect, Verse.Pawn p, System.Single& curX) [0x00000] in <filename unknown>:0
  31. at RimWorld.MainTabWindow_Animals.DrawPawnRow (Rect rect, Verse.Pawn p) [0x00000] in <filename unknown>:0
  32. at RimWorld.MainTabWindow_PawnList.DrawRows (Rect rect) [0x00000] in <filename unknown>:0
  33. at RimWorld.MainTabWindow_Animals.DoWindowContents (Rect fillRect) [0x00000] in <filename unknown>:0
  34. at HugsLib.GuiInject.WindowDetour+<>c__DisplayClass1.<_WindowOnGUI>b__0 (Int32 x) [0x00000] in <filename unknown>:0
  35. Verse.Log:Error(String)
  36. HugsLib.GuiInject.<>c__DisplayClass1:<_WindowOnGUI>b__0(Int32)
  37. UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, GUISkin, Int32, Single, Single, GUIStyle)
  38. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement