Skip to content
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

background-music update error unable to kickstart CoreAudiod #189040

Closed
michaelTward opened this issue Oct 18, 2024 · 0 comments
Closed

background-music update error unable to kickstart CoreAudiod #189040

michaelTward opened this issue Oct 18, 2024 · 0 comments

Comments

@michaelTward
Copy link

attempting to upgrade background-music with homebrew failed, due to an inability to kickstart CoreAudio. This permission was revoked in a recent MacOS update.

A solution that worked for me for background-music, based on a solution for a similar problem for blackhole-2ch was to remove the file from the Caskroom and then reinstall it.
This will cause Brew to use the most up-to-date uninstall stanza, instead of the one that was present when the installed version was installed.

Silicon Mac
rm -rfi /opt/homebrew/Caskroom/background-music/

Intel Mac
rm -rfi /usr/local/Caskroom/background-music/

Then reinstall
brew reinstall background-music

Originally posted by @bevanjkay in #171570 (comment)

@michaelTward michaelTward changed the title background-music update error unable to kickstart CoreAudio background-music update error unable to kickstart CoreAudiod Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant