Advertisement
Guest User

Rimworld error report

a guest
Jul 24th, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Called DrawWorldLayers() but already regenerating. This shouldn't ever happen because LongEventHandler should have stopped us.
  2. Verse.Log:Error(String)
  3. RimWorld.Planet.WorldRenderer:DrawWorldLayers()
  4. RimWorld.Planet.World:WorldUpdate()
  5. Verse.Game:UpdatePlay()
  6. Verse.Root_Play:Update()
  7.  
  8. Exception filling window for Verse.ImmediateWindow: System.ArgumentNullException: Argument cannot be null.
  9. Parameter name: key
  10. at System.Collections.Generic.Dictionary`2<string, RimWorld.ScenarioDef>.TryGetValue (string,RimWorld.ScenarioDef&) <0x00178>
  11. at Verse.DefDatabase`1<RimWorld.ScenarioDef>.GetNamed (string,bool) <0x00231>
  12. at Verse.DefDatabase`1<RimWorld.ScenarioDef>.GetNamedSilentFail (string) <0x00026>
  13. at HugsLib.Quickstart.QuickstartController.PrepareMapGeneration () <0x0001b>
  14. at HugsLib.Quickstart.QuickstartController.InitateMapGeneration () <0x0000a>
  15. at HugsLib.Quickstart.QuickstartController.DrawDebugToolbarButton (Verse.WidgetRow) <0x00071>
  16. at (wrapper dynamic-method) Verse.DebugWindowsOpener.DrawButtons_Patch0 (object) <0x00135>
  17. at Verse.DebugWindowsOpener.<DevToolStarterOnGUI>m__92C () <0x00010>
  18. at Verse.ImmediateWindow.DoWindowContents (UnityEngine.Rect) <0x00015>
  19. at Verse.Window/<WindowOnGUI>c__AnonStorey2C4.<>m__1B1 (int) <0x00735>
  20.  
  21. Verse.Log:Error(String)
  22. Verse.<WindowOnGUI>c__AnonStorey2C4:<>m__1B1(Int32)
  23. UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, GUISkin, Int32, Single, Single, GUIStyle)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement