-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi folks,
GitForce.exe builded without any problems on Ubuntu 20.04 but can't start it.
`~/Projects/OSS/GitForce/bin/Release$ mono GitForce.exe
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
at GitForce.ClassWinGeometry.LoadGeometryDatabase () [0x0000b] in :0
at GitForce.ClassWinGeometry.Restore (System.Windows.Forms.Form form) [0x0001b] in :0
at GitForce.FormLog..ctor () [0x0000c] in :0
at (wrapper remoting-invoke-with-check) GitForce.FormLog..ctor()
at GitForce.App.Main (System.String[] args) [0x000ad] in :0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at GitForce.ClassWinGeometry.LoadGeometryDatabase () [0x0000b] in :0
at GitForce.ClassWinGeometry.Restore (System.Windows.Forms.Form form) [0x0001b] in :0
at GitForce.FormLog..ctor () [0x0000c] in :0
at (wrapper remoting-invoke-with-check) GitForce.FormLog..ctor()
at GitForce.App.Main (System.String[] args) [0x000ad] in :0`