Skip to content
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

Nuclear doesn't work on Ubuntu 24.10 #1718

Open
gyammy80 opened this issue Oct 12, 2024 · 7 comments
Open

Nuclear doesn't work on Ubuntu 24.10 #1718

gyammy80 opened this issue Oct 12, 2024 · 7 comments
Labels
bug This issue identifies a bug in Nuclear.

Comments

@gyammy80
Copy link

Ubuntu 24.10

Nuclear version:0.6.39

**I installed nuclear from snap
Here the error:
node:4641) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use nuclear --trace-deprecation ... to show where the warning was created)
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /tmp/.org.chromium.Chromium.hCTUf9)
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1138:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:2073)
at Module.load (internal/modules/cjs/loader.js:935:32)
at Module._load (internal/modules/cjs/loader.js:776:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.@nuclear/scanner (/snap/nuclear/75/resources/app.asar/dist/main.js:4:9741864)
at webpack_require (/snap/nuclear/75/resources/app.asar/dist/main.js:1939:2675911)
at Object../src/controllers/local-library.ts (/snap/nuclear/75/resources/app.asar/dist/main.js:4:9642653)
at webpack_require (/snap/nuclear/75/resources/app.asar/dist/main.js:1939:2675911)
at Object../src/ioc.ts (/snap/nuclear/75/resources/app.asar/dist/main.js:4:9656960)
at webpack_require (/snap/nuclear/75/resources/app.asar/dist/main.js:1939:2675911)
at Object../src/main.ts (/snap/nuclear/75/resources/app.asar/dist/main.js:4:9659050)
at webpack_require (/snap/nuclear/75/resources/app.asar/dist/main.js:1939:2675911)
at /snap/nuclear/75/resources/app.asar/dist/main.js:1939:2677883
at Object. (/snap/nuclear/75/resources/app.asar/dist/main.js:1939:2677943)
at Module._compile (internal/modules/cjs/loader.js:1078:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1108:10)
at Module.load (internal/modules/cjs/loader.js:935:32)
at Module._load (internal/modules/cjs/loader.js:776:14)

(nuclear:4641): Gtk-WARNING **: 12:58:18.179: Theme parsing error: gtk.css:1413:23: 'font-feature-settings' is not a valid property name

(nuclear:4641): Gtk-WARNING **: 12:58:18.185: Theme parsing error: gtk.css:3286:25: 'font-feature-settings' is not a valid property name

(nuclear:4641): Gtk-WARNING **: 12:58:18.185: Theme parsing error: gtk.css:3748:23: 'font-feature-settings' is not a valid property name
libGL error: MESA-LOADER: failed to open radeonsi (search paths /snap/nuclear/75/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
libGL error: failed to load driver: radeonsi
libGL error: MESA-LOADER: failed to open swrast (search paths /snap/nuclear/75/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
libGL error: failed to load driver: swrast
**

@gyammy80 gyammy80 added the bug This issue identifies a bug in Nuclear. label Oct 12, 2024
@nukeop
Copy link
Owner

nukeop commented Oct 12, 2024

12.10 or 24.10?

@gyammy80
Copy link
Author

gyammy80 commented Oct 12, 2024 via email

@gyammy80 gyammy80 changed the title Nuclear doesn't work on Ubuntu 12.10 Nuclear doesn't work on Ubuntu 24.10 Oct 12, 2024
@carlospazuzu
Copy link

Funny enough, some applications stopped working on Ubuntu 24. The same happened to me with Obsidian.md, the workaround I found online is to run the command:

echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns

Don't quite remember where I found this and the motives it make it work, but it works. I hope it works for you as well.

@nukeop
Copy link
Owner

nukeop commented Oct 17, 2024

If it can be confirmed that it works, I'll add it to the troubleshooting docs.

@carlospazuzu
Copy link

In my case, I use the AppImage version, not sure if it may work with snap version.

Before running the command:
image

After running the command:
image

@gyammy80
Copy link
Author

Funny enough, some applications stopped working on Ubuntu 24. The same happened to me with Obsidian.md, the workaround I found online is to run the command:

echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns

Don't quite remember where I found this and the motives it make it work, but it works. I hope it works for you as well.

It doesn't work for me

@carlospazuzu
Copy link

Funny enough, some applications stopped working on Ubuntu 24. The same happened to me with Obsidian.md, the workaround I found online is to run the command:
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
Don't quite remember where I found this and the motives it make it work, but it works. I hope it works for you as well.

It doesn't work for me

Considered trying using the AppImage version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue identifies a bug in Nuclear.
Projects
None yet
Development

No branches or pull requests

3 participants