-
-
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
Nuclear doesn't work on Ubuntu 24.10 #1718
Comments
12.10 or 24.10? |
24.10 sorry
Il giorno 12 ott 2024, 13:15, alle ore 13:15, nukeop ***@***.***> ha scritto:
…12.10 or 24.10?
--
Reply to this email directly or view it on GitHub:
#1718 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
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:
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. |
If it can be confirmed that it works, I'll add it to the troubleshooting docs. |
It doesn't work for me |
Considered trying using the AppImage version? |
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
**
The text was updated successfully, but these errors were encountered: