The Sonos S2 (and S1) app on macOS crashed instantly at launch. This issue was previously raised by
I had a similar bugreport stating:
Error Formulating Crash Report: dyld_process_snapshot_get_shared_cache failed
ChatGPT suggested that rosetta 2 runtime was failing.
Rosetta Runtime Crash:
The crash occurs in the Rosetta runtime itself (/usr/libexec/rosetta/runtime
), which means the Intel (x86_64) version of the Sonos app failed to launch correctly through Rosetta.
If rosetta 2 was broken I should try to install/verify the rosetta installation with the following command:
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
In my terminal it printed the following lines:
2025-05-02 21:54:08.736 softwareupdatee34584:868348] Package Authoring Error: 072-08244: Package reference com.apple.pkg.RosettaUpdateAuto is missing installKBytes attribute
Install of Rosetta 2 finished successfully
I am sure Rosetta 2 was already installed on my mac, but it did fix the broken runtime. The app launched without a hitch.