You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The illegal instruction is linked to the architecture of the RPi ZeroW (armv6). Soundsync is not compiled for this arch and Electron doesn't support it either. Supporting this would be long (as electron doesn't provide prebuild binaries) so I'm not planning on supporting it for the time being.
The segmentation fault on the RPi 3 is unexpected. I'm running Soundsync on a RPi 3 and never had this problem. I've update electron to the last version and will release a new version of Soundsync soon, it will be useful to test it again then.
i am running this on:
RPi 3, RPi ZeroW running Raspbian GNU/Linux 8 (jessie)I get the follow error when trying to start soundsync:
Buster:
./soundsync: line 19: 25377 Illegal instruction ELECTRON_RUN_AS_NODE=1 $DIR/soundsync_electron --experimental-wasm-threads $DIR/resources/app/index.js "$@"
RPi 3Jessie:./soundsync: line 19: 8944 Segmentation fault ELECTRON_RUN_AS_NODE=1 $DIR/soundsync_electron --experimental-wasm-threads
it then does not run. this is the only line when executed manually
./soundsync
.any help would be great!
The text was updated successfully, but these errors were encountered: