Guest User

Untitled

a guest
Jul 31st, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. =First Error=
  2. Failed to find Verse.ThingDef named IGArvusLighterGrey_Active. There are 8079 defs of this type loaded.
  3. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  4. Verse.Log:Error (string)
  5. Verse.DefDatabase`1<Verse.ThingDef>:GetNamed (string,bool)
  6. Verse.ThingDef:Named (string)
  7. SRTS.CompLaunchableSRTS:TryLaunch (int,RimWorld.Planet.TransportPodsArrivalAction,RimWorld.Planet.Caravan)
  8. SRTS.SRTSArrivalActionUtility/<>c__DisplayClass0_0`1<RimWorld.Planet.TransportPodsArrivalAction_VisitSettlement>:<GetFloatMenuOptions>b__0 ()
  9. Verse.FloatMenuOption:Chosen (bool,Verse.FloatMenu)
  10. Verse.FloatMenuOption:DoGUI (UnityEngine.Rect,bool,Verse.FloatMenu)
  11. Verse.FloatMenu:DoWindowContents (UnityEngine.Rect)
  12. Verse.Window:InnerWindowOnGUI (int)
  13. UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)
  14.  
  15. =Successive/Second Error=
  16. Exception filling window for Verse.FloatMenu: System.NullReferenceException: Object reference not set to an instance of an object
  17. at Verse.ThingMaker.MakeThing (Verse.ThingDef def, Verse.ThingDef stuff) [0x00043] in <81af9f8a18324e17b286924a43555a7c>:0
  18. at SRTS.CompLaunchableSRTS.TryLaunch (System.Int32 destinationTile, RimWorld.Planet.TransportPodsArrivalAction arrivalAction, RimWorld.Planet.Caravan cafr) [0x001e7] in <2fd0c915241d4a7ca93b3cbf4df60a2d>:0
  19. at SRTS.SRTSArrivalActionUtility+<>c__DisplayClass0_0`1[T].<GetFloatMenuOptions>b__0 () [0x00030] in <2fd0c915241d4a7ca93b3cbf4df60a2d>:0
  20. at Verse.FloatMenuOption.Chosen (System.Boolean colonistOrdering, Verse.FloatMenu floatMenu) [0x00030] in <81af9f8a18324e17b286924a43555a7c>:0
  21. at Verse.FloatMenuOption.DoGUI (UnityEngine.Rect rect, System.Boolean colonistOrdering, Verse.FloatMenu floatMenu) [0x003b1] in <81af9f8a18324e17b286924a43555a7c>:0
  22. at Verse.FloatMenu.DoWindowContents (UnityEngine.Rect rect) [0x000fb] in <81af9f8a18324e17b286924a43555a7c>:0
  23. at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001d3] in <81af9f8a18324e17b286924a43555a7c>:0
  24. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  25. Verse.Log:Error (string)
  26. Verse.Window:InnerWindowOnGUI (int)
  27. UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)
  28.  
Advertisement
Add Comment
Please, Sign In to add comment