-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Seem to have an issue launching GitForce on Parrot Linux, running as regular user I get:
`┌─[fireblade@parrot]─[~/Downloads/GitForce-1.0.61/bin/Release]
└──╼ $mono GitForce.exe
(mono:551994): dbind-WARNING **: 19:11:06.976: Couldn't connect to accessibility bus: Failed to connect to socket /root/.cache/at-spi/bus_0: Permission denied
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
at GitForce.ClassWinGeometry.LoadGeometryDatabase () [0x0000b] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at GitForce.ClassWinGeometry.Restore (System.Windows.Forms.Form form) [0x0001b] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at GitForce.FormLog..ctor () [0x0000c] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at (wrapper remoting-invoke-with-check) GitForce.FormLog..ctor()
at GitForce.App.Main (System.String[] args) [0x000ad] in <0be902d09ee14eb8b284cdf0b8b90325>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at GitForce.ClassWinGeometry.LoadGeometryDatabase () [0x0000b] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at GitForce.ClassWinGeometry.Restore (System.Windows.Forms.Form form) [0x0001b] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at GitForce.FormLog..ctor () [0x0000c] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at (wrapper remoting-invoke-with-check) GitForce.FormLog..ctor()
at GitForce.App.Main (System.String[] args) [0x000ad] in <0be902d09ee14eb8b284cdf0b8b90325>:0 `
Running as root I get a prompt about using Root and still get:
`┌─[✗]─[fireblade@parrot]─[~/Downloads/GitForce-1.0.61/bin/Release]
└──╼ $sudo mono GitForce.exe
[sudo] password for fireblade:
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
at GitForce.ClassWinGeometry.LoadGeometryDatabase () [0x0000b] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at GitForce.ClassWinGeometry.Restore (System.Windows.Forms.Form form) [0x0001b] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at GitForce.FormLog..ctor () [0x0000c] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at (wrapper remoting-invoke-with-check) GitForce.FormLog..ctor()
at GitForce.App.Main (System.String[] args) [0x000ad] in <0be902d09ee14eb8b284cdf0b8b90325>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
at GitForce.ClassWinGeometry.LoadGeometryDatabase () [0x0000b] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at GitForce.ClassWinGeometry.Restore (System.Windows.Forms.Form form) [0x0001b] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at GitForce.FormLog..ctor () [0x0000c] in <0be902d09ee14eb8b284cdf0b8b90325>:0
at (wrapper remoting-invoke-with-check) GitForce.FormLog..ctor()
at GitForce.App.Main (System.String[] args) [0x000ad] in <0be902d09ee14eb8b284cdf0b8b90325>:0 `
FWIW:
Running Parrot Linux 6.3 (Lorikeet) - based on Debian Lori, Kernel 6.9.7, MATE 1.26.0 (GTK3 compatible?)
Looking at the errors it seems to be unable to draw the window. I have no clue how mono / c# works but the "at GitForce.FormLog..ctor () [0x0000c] in " issue is concerning, is it truncated or a typo?
As mentioned root does give me a message window warning me as such.