trunkmaster / nextspace

NeXTSTEP-like desktop environment for Linux
https://trunkmaster.github.io
GNU General Public License v3.0
1.89k stars 69 forks source link

NSTask - no launch path set #370

Closed auctumnus closed 2 years ago

auctumnus commented 3 years ago

After installing NextSpace on a fresh CentOS 8 virtual machine and rebooting, I get a blank screen. I checked journalctl, and the relevant logs seem to be:

Oct 03 10:20:53 localhost.localdomain systemd[1]: Starting NEXTSPACE Login Panel...
Oct 03 10:20:53 localhost.localdomain systemd[1]: Started NEXTSPACE Login Panel.
Oct 03 10:20:53 localhost.localdomain Login[1366]: Loading two versions of NSIconWindow.  The class that will be used is undefined
Oct 03 10:20:53 localhost.localdomain Login[1366]: 2021-10-03 17:20:53.950 Login[1366:1366] File NSDictionary.m: 672. In -[NSDictionary initWithContentsOfFile:] Contents of file '/usr/NextSpace/Preferences/Login' does not contain a dictionary
Oct 03 10:20:53 localhost.localdomain Login[1366]: 2021-10-03 17:20:53.953 Login[1366:1366] ================> Xorg is coming up <================
Oct 03 10:20:53 localhost.localdomain Login[1366]: /usr/NextSpace/Apps/Login.app/Login: Uncaught exception NSInvalidArgumentException, reason: NSTask - no launch path set
Oct 03 10:20:53 localhost.localdomain systemd[1]: loginwindow.service: Main process exited, code=dumped, status=6/ABRT
Oct 03 10:20:53 localhost.localdomain systemd[1]: loginwindow.service: Failed with result 'core-dump'.
Oct 03 10:20:53 localhost.localdomain systemd[1]: loginwindow.service: Triggering OnFailure= dependencies.

(Full log here. Contains two sets of startups because I figured it could be a transient bug.)

trunkmaster commented 3 years ago

@auctumnus sorry, I've missed your issue. The problem you've faced already fixed in current code.

trunkmaster commented 2 years ago

Closing this issue as fixed.