-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppImage does not work #746
Comments
Can you run the program by extracting the appimage and |
@kortewegdevries Thats exactly how I ran the appimage. I have even tried updating the nodejs and npm packages to their latest versions. |
Duplicate of this #611 (comment) Can't reproduce with deb or appimage on Ubuntu 20.04. |
I was having the same problem, but after installing the
The same after installing
Seems to be something with the file |
I changed the problematic dependencies, can you try the new release? https://github.com/nukeop/nuclear/releases/tag/v0.6.6 |
yes, it's working fine now |
Great, thanks |
Similar errror with 0.6.11 on Debian 11.
I would really love a working release of this project. The last version that didn't immediately crash on startup for me was 0.5.1 back in 2019. |
Can you try deleting |
I've tried this ^ and got the same issue. I suppose this is because it uses my current electron's system installed instead the one inside the AppImage? I'll try to build the program for my own system to see if it changes anything. EDIT:
|
That file doesn't exist. |
Gentoo
|
Debugging this now |
90% sure this happens when dbus daemon is not running. |
dbus daemon seems to be running fine, so I don't think it's the problem, I'm also using Gentoo. EDIT:
well I'm not much into web dev, but if there anything I can provide to debug this, tell me. Here is a maybe a list of related issue(s): nklayman/vue-cli-plugin-electron-builder#1069 There's also the fact I'm using openrc with elogind, which has changed quite few things for non-root xorg sessions and dbus daemon connection, maybe that's related aswell. But yeah dbus seems to work fine for me. |
Since this seems to be happening mainly on Gentoo, I'll try reproducing it on a VM. I think this might be a bug within the library we're using to handle mpris. |
Since this seems to be happening mainly on Gentoo,
It happens on Debian 11 too.
|
@XutaxKamay Could you try this branch and tell me if this problem is fixed? https://github.com/nukeop/nuclear/tree/fix/746 |
Sure, npm install & npm start? EDIT: Seems to work, but I'm getting still some errors as you can see.. Watching the fix you did, I see that you added a catch for any exceptions that could occur, something is wrong with the inter process communication api from what I understand, but I've no idea what "abs" stands for. The nuclear icon is also black on my panel I suppose this has to do with xdg-mime failing somehow. |
For now, I'm just logging errors and carrying on the init if any service fails to initialize. This allows the program to continue with degraded functionality. I was told that this abstract socket library might not be bundled correctly, causing this problem. |
Oh okay I see. Though the library doesn't seem very updated as well, but that might be not an issue. |
If this is fixed now, can you please make a new release? |
Sure, I'll make one in the coming days. |
Similar errror with 0.6.13 on Gentoo.
|
I cant seem to get the AppImage working. Haven't been able to install the web app using the snap release. I attach the error log here.
-------------------- ERROR LOG ------------------
main › something fail during app bootstrap
main › TypeError: Cannot read property 'indexOf' of undefined
at Function.t.getFileName (/tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:1931:112553)
at t (/tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:1931:111703)
at Object../node_modules/abstract-socket/lib/abstract_socket.js (/tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:1925:99612)
at n (/tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:1:211)
at /tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:1985:16185
at e.exports (/tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:1985:16778)
at c (/tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:1985:5395)
at Object.e.exports.sessionBus (/tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:1985:5597)
at lt.p.init (/tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:2187:46373)
at new p (/tmp/.mount_nuclead1er5L/resources/app.asar/dist/main.js:2187:46190)
System Information
Ubuntu 16.04
Linux kernel 4.4.0.31
The text was updated successfully, but these errors were encountered: