Advertisement
TheyCallMeAmi

woodworking

Nov 24th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. Exception doing inspect pane: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  2. Parameter name: index
  3. at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00029] in <567df3e0919241ba98db88bec4c6696f>:0
  4. at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
  5. at Verse.UnfinishedThing.get_LabelNoCount () [0x00086] in <d72310b4d8f64d25aee502792b58549f>:0
  6. at Verse.Thing.get_Label () [0x00025] in <d72310b4d8f64d25aee502792b58549f>:0
  7. at Verse.Thing.get_LabelCap () [0x00000] in <d72310b4d8f64d25aee502792b58549f>:0
  8. at RimWorld.InspectPaneUtility.AdjustedLabelFor (System.Collections.Generic.List`1[T] selected, UnityEngine.Rect rect) [0x00121] in <d72310b4d8f64d25aee502792b58549f>:0
  9. at RimWorld.MainTabWindow_Inspect.GetLabel (UnityEngine.Rect rect) [0x00006] in <d72310b4d8f64d25aee502792b58549f>:0
  10. at (wrapper dynamic-method) RimWorld.InspectPaneUtility.RimWorld.InspectPaneUtility.InspectPaneOnGUI_Patch1(UnityEngine.Rect,RimWorld.IInspectPane)
  11. Verse.Log:Error(String, Boolean)
  12. RimWorld.InspectPaneUtility:RimWorld.InspectPaneUtility.InspectPaneOnGUI_Patch1(Rect, IInspectPane)
  13. RimWorld.MainTabWindow_Inspect:DoWindowContents(Rect)
  14. Verse.Window:InnerWindowOnGUI(Int32)
  15. UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, Int32, GUISkin, Int32, Single, Single, GUIStyle)
  16.  
  17. Root level exception in OnGUI(): System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  18. Parameter name: index
  19. at System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) [0x00029] in <567df3e0919241ba98db88bec4c6696f>:0
  20. at System.ThrowHelper.ThrowArgumentOutOfRangeException () [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
  21. at Verse.UnfinishedThing.get_LabelNoCount () [0x00086] in <d72310b4d8f64d25aee502792b58549f>:0
  22. at Verse.Thing.get_Label () [0x00025] in <d72310b4d8f64d25aee502792b58549f>:0
  23. at Verse.Thing.get_LabelCap () [0x00000] in <d72310b4d8f64d25aee502792b58549f>:0
  24. at Verse.Entity.get_LabelMouseover () [0x00000] in <d72310b4d8f64d25aee502792b58549f>:0
  25. at (wrapper dynamic-method) Verse.MouseoverReadout.Verse.MouseoverReadout.MouseoverReadoutOnGUI_Patch2(Verse.MouseoverReadout)
  26. at (wrapper dynamic-method) RimWorld.MapInterface.RimWorld.MapInterface.MapInterfaceOnGUI_BeforeMainTabs_Patch1(RimWorld.MapInterface)
  27. at RimWorld.UIRoot_Play.UIRootOnGUI () [0x0001f] in <d72310b4d8f64d25aee502792b58549f>:0
  28. at (wrapper dynamic-method) Verse.Root.Verse.Root.OnGUI_Patch1(Verse.Root)
  29. Verse.Log:Error(String, Boolean)
  30. Verse.Root:Verse.Root.OnGUI_Patch1(Root)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement