For some reason I can't edit my own posts, so I have to reply instead. That problem I had resolved. It was caused by special characters in the path to Apotheosis. Now I got a new problem. When I run the app from the terminal I get the following error: Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.NullReferenceException: Object reference not set to an instance of an object.
at Apotheosis.Gui.ApotheosisWindow..ctor(Application app) in /builds/noqn/apotheosis/Gui/src/ApotheosisWindow.cs:line 60
at Apotheosis.Gui.App.OnActivated() in /builds/noqn/apotheosis/Gui/src/App.cs:line 66
at GLib.Application.Activated_cb(IntPtr inst)
at GLib.ExceptionManager.RaiseUnhandledException(Exception e, Boolean is_terminal)
at GLib.Application.Activated_cb(IntPtr inst)
at GLib.Application.Run(String program_name, String[] args)
at Apotheosis.Program.Main() in /builds/noqn/apotheosis/Gui/src/Program.cs:line 38