dwarfcorp icon indicating copy to clipboard operation
dwarfcorp copied to clipboard

Graphics device disposed while in options state.

Open mklingen opened this issue 6 years ago • 0 comments

https://sentry.io/organizations/cfg/issues/941009349/?project=192119&referrer=github_plugin

InvalidOperationException: Graphics device was null.
  File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\Gui\RenderData.cs", line 26, in get_ActualScreenBounds
    Microsoft.Xna.Framework.Point get_ActualScreenBounds()
  File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\Gui\RenderData.cs", line 40, in CalculateScale
    Int32 CalculateScale()
  File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\Gui\Root.cs", line 319, in ScreenPointToGuiPoint
    Microsoft.Xna.Framework.Point ScreenPointToGuiPoint(Microsoft.Xna.Framework.Point)
  File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\Gui\Root.cs", line 59, in .ctor
    Void .ctor(DwarfCorp.Gui.RenderData)
  File "C:\Users\matth\Desktop\dwarfcorp\DwarfCorp\DwarfCorpXNA\GameStates\OptionsState.cs", line 109, in RebuildGui
    Void RebuildGui()
...
(9 additional frame(s) were not displayed)

Graphics device was null.

mklingen avatar Mar 23 '19 13:03 mklingen