-
Notifications
You must be signed in to change notification settings - Fork 692
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
Install fails on macOS 14 #705
Comments
I just tried |
`/var/log/install.log`
tree /Library/Audio/Plug-Ins/HAL/Background\ Music\ Device.driver/
tree /Applications/Background\ Music.app/Files not present
|
Same issue with macOS 14.4 as well.
|
|
On 14.4 I also get this error after running
However all the files seems to be installed and after running |
same issue here, can't install via .pkg on MacBook m2 runs on Sonoma 14.4 |
And apple even documented this macOS 14.4 change and offered the same work around. I only just stumbled upon this. ![]() |
`launchctl kickstart -k` is no longer permitted for `coreaudiod`. See <https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes>. (Thanks to @gchilds.) As explained in those release notes, `kill` still works. `postinstall` was using `killall coreaudiod` if `launchctl kickstart -k` failed, but that was failing as well because it had to be `sudo killall coreaudiod`. I haven't been able to reproduce this on macOS 14.4, only 14.5. Not sure why. See #705.
Thanks everyone. I've updated the installer to use @fatso83 From your
I think this means, when the installer's preinstall script first called the safe_install_dir.sh script, it failed at line 152, line 157 or line 180 because Is
The permissions/ownership check fails if |
Description of the bug
The installer fails no matter if using Homebrew or the standalone package.
Steps to reproduce
brew install --cask background-music
Versions
Hardware
See above
The text was updated successfully, but these errors were encountered: