-
Notifications
You must be signed in to change notification settings - Fork 14
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
[Bug]: ARM64 Crash on startup - Unhandled Error #337
Comments
Hi, was this a fresh install, or was it working before an update? If so can you try a |
This was an upgrade from the previous version, which was working normally. I reverted to the previous version (7.32.0) and it seems to be working, so definitely something in the upgraded snap. |
Looks like this is a known upstream issue which should be fixed in the next desktop release: signalapp/ringrtc#59 I'll remove the broken revision from the channel and wait for the next upstream release. Keep an eye out for "call for testing" issues on this report if you're keen to help verify the fix! Thank you! |
(Note, in terms of marking releases as broken, that this should only affect ARM linux devices) |
@mutexlox-signal thanks! Indeed we were able to just yank the revision for arm64, amd64 is still on the latest version 😃 |
I upgraded my snap version to 7.34.0 and all is well. No errors, seems to be working fine. I think from the perspective of the Signal Desktop ARM64 snap, this can be closed/resolved. |
Great thanks! |
What happened?
When starting Signal desktop, the application crashes with the following output:
Unhandled Error: Error: /snap/signal-desktop/729/opt/Signal/resources/app.asar.unpacked/node_modules/@signalapp/ringrtc/build/linux/libringrtc-arm64.node: undefined symbol: pulse_rust_init
at process.func [as dlopen] (node:electron/js2c/node_init:2:2559)
at Module._extensions..node (node:internal/modules/cjs/loader:1602:18)
at Object.func [as .node] (node:electron/js2c/node_init:2:2786)
at Module.load (node:internal/modules/cjs/loader:1295:32)
at Module._load (node:internal/modules/cjs/loader:1111:12)
at c._load (node:electron/js2c/node_init:2:16955)
at Module.require (node:internal/modules/cjs/loader:1318:19)
at require (node:internal/modules/helpers:179:18)
at Object. (/snap/signal-desktop/729/opt/Signal/resources/app.asar/node_modules/@signalapp/ringrtc/dist/ringrtc/Native.js:33:19)
at Module._compile (node:internal/modules/cjs/loader:1484:14)
What should have happened?
Normally, the application should start and present the Signal application in a window.
Output of
snap info $snap_name
Output of
snap connections $snap_name
Output of
snap version
Relevant log output
No response
Teminal output of app
The text was updated successfully, but these errors were encountered: