dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
947 stars 46 forks source link

Doesn't open on M1 Air (Monterey) #494

Open tdkl opened 1 month ago

tdkl commented 1 month ago

I downloaded the Supersonic-0.13.1-mac-arm64.zip build, put the exception for it, but it always crashes.

The ips log is attached: supersonic-2024-10-11-111151.log

Does mpv need to be installed separately? It's not mentioned in installation instructions.

[edit] I saw that the Windows and macOS bundle the mpv. The 0.13.1 Windows version worked fine though.

dweymouth commented 1 month ago

MPV does not need to be installed separately. Looking at the log, it's not that MPV is missing but something in the Apple AppKit APIs. That's interesting and I've never seen this before. What are the details of your system? (processor version, OS version, etc). You may have to try building from source and seeing if that works

tdkl commented 1 month ago

Macbook Air M1, 8GB, 256GB, macOS Monterey 12.7.6.

dweymouth commented 1 month ago

Monterey is a pretty old MacOS and is not supported by Apple anymore - I'm guessing that's why you're seeing issues. You may have to update the OS or try building from source with the version of MPV that Homebrew or MacPorts will install on your system