Blecki / dwarfcorp

An open-source 3D colony management game for PC, Mac and Linux
http://www.dwarfcorp.com
Other
580 stars 71 forks source link

Employeeinfo null #397

Closed mklingen closed 7 years ago

mklingen commented 7 years ago

https://sentry.io/cfg/dwarfcorp/issues/366658968/

NullReferenceException: Object reference not set to an instance of an object.
  File "C:\Users\Tony\Desktop\DwarfCorp\DwarfCorp\DwarfCorpXNA\Gui\Widgets\EmployeeInfo.cs", line 257, in Construct { <lambda> }
    Void <Construct>b__28_2(DwarfCorp.Gui.Widget, DwarfCorp.Gui.InputEventArgs)
  File "C:\Users\Tony\Desktop\DwarfCorp\DwarfCorp\DwarfCorpXNA\Gui\Root.cs", line 285, in SafeCall
    Void SafeCall[T](System.Action`2[DwarfCorp.Gui.Widget,T], DwarfCorp.Gui.Widget, T)
  File "C:\Users\Tony\Desktop\DwarfCorp\DwarfCorp\DwarfCorpXNA\Gui\Root.cs", line 451, in CallOnClick
    Void CallOnClick(DwarfCorp.Gui.Widget, DwarfCorp.Gui.InputEventArgs)
  File "C:\Users\Tony\Desktop\DwarfCorp\DwarfCorp\DwarfCorpXNA\Gui\Root.cs", line 414, in HandleInput
    Void HandleInput(DwarfCorp.Gui.InputEvents, DwarfCorp.Gui.InputEventArgs)
  File "C:\Users\Tony\Desktop\DwarfCorp\DwarfCorp\DwarfCorpXNA\Gui\Input\Input.cs", line 98, in FireActions
    Void FireActions(DwarfCorp.Gui.Root, System.Action`2[DwarfCorp.Gui.InputEvents,DwarfCorp.Gui.InputEventArgs])
...
(3 additional frame(s) were not displayed)

Object reference not set to an instance of an object.
mklingen commented 7 years ago

Oh, I think this is @Blecki