-
-
Notifications
You must be signed in to change notification settings - Fork 607
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
Can't update #779
Comments
Uninstall is not working too. |
Kickstart no longer works. We updated this. I suggest opening an issue with home-brew since I think it’s related to older versions using that command.
Devin
…On Apr 16, 2024 at 12:02 AM -0700, Daniel Pakosz ***@***.***>, wrote:
Uninstall is not working too.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Okey, I will try contact brew. Still you've got readme to update. There are still kickstart commands. |
Thanks for the reminder. Feel free to @ me on the homebrew issue.
Devin
…On Apr 16, 2024 at 12:25 AM -0700, Daniel Pakosz ***@***.***>, wrote:
Okey, I will try contact brew. Still you've got readme to update. There are still kickstart commands.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
@devinroth @BetterB0y Sorry you lost me a bit. I don't see anything in the readme about updating. Do I have to uninstall and reinstall? it would be great if homebrew was fixed. I really prefer using that to handle this stuff when possible. |
@mbierman Command is still in readme. It's not resolving anything about this issue. |
I found a way to workaround this: You go to the Caskroom for the cask, on Apple Silicon macs, it is here:
On Intel Macs, it is here:
And you will see a folder with a date, cd into it, you will see the Edit it that file, change system_command "/bin/launchctl",
args: [
"kickstart",
"-kp",
"system/com.apple.audio.coreaudiod",
],
sudo: true,
must_succeed: true to system_command "/usr/bin/killall",
args: ["coreaudiod"],
sudo: true,
must_succeed: true Then save the file, and then uninstall should success. |
@gnattu it worked for blackhole-2ch. What about blackhole-16ch? Is it okey to just delete blackhole-16ch dir from Caskroom? |
No, you do the same for the |
There is .pkg file only there. No .rb file |
The |
Thanks. It worked. I used cd but something weird happened and i wasn't in .metadata dir. |
Thanks @devinroth and @gnattu. |
To be it clear, you can run "brew upgrade" after editing blackhole-2ch.rb to successfully upgrade to the latest version (which should then upgrade fine in the future). |
A potentially easier solution, that makes it less likely to leave the cask file in an unreadable state is 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 Intel Mac Then reinstall |
This oddly didn't work for me as it just downloaded 0.5.0 to run uninstall first which failed. The previous fix of patching the |
That's the solution at list with 2ch:
https://developer.apple.com/documentation/macos-release-notes/macos-14_4-release-notes#Core-Audio If remove the |
I don't think that's right. What we need is for I think the correct solution is here: #779 (comment) . Since |
This is not just a homebrew issue, the 2ch uninstaller .pkg in the README fails, and so do the commands provided in that same README I had originally installed via the 2ch installer .pkg provided through the existential.audio site |
It’s a combination. It depends on which command you use.
To manually uninstall remove BlackHole from Hal and then restart. If that doesn’t work make sure you uninstall Rogue Amoeba’s apps since they mess with CoreAudio.
Devin
…On Jun 13, 2024 at 10:53 AM -0700, Haig Nalbandian ***@***.***>, wrote:
This is not just a homebrew issue, the 2ch uninstaller .pkg in the README fails, and so do the commands provided in that same README
I had originally installed via the 2ch installer .pkg provided through the existential.audio site
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Please Confirm
macOS Version
macOS 13 Ventura
BlackHole Build(s) Affected
Describe the bug
macOS 14.4.1 (23E224)
Updating with homebrew is failing
Reproduction Steps
brew update
brew outdated
brew upgrade --greedy
brew cleanup
Expected Behavior
Update using homebrew should work
Screenshots
The text was updated successfully, but these errors were encountered: