-
Notifications
You must be signed in to change notification settings - Fork 320
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 open stream on macOS 11.x #395
Comments
This is a dupe of #218. You can workaroudn this by using the 12.1 version of XCode command line tools: From: #218 (comment)
|
I did not build portaudio, used Homebrew to install prebuilt binaries, as many people does for convenience. Additionally, as also reported in the #218
|
I've tried installing portaudio 19.6.0 built under macOS Mojave (Xcode 11.3.1) and also built under macOS Catalina (Xcode 12.1) but I have the same problem running on macOS 11.1 |
Assuming that the issue is indeed deprecated APIs, there is this fix: #356 |
I am seeing multiple bug related to Big Sur. I started an umbrella issue #468 for crashes related to building with the SDK 11. @maxvalle - #356 has been merged so please try the latest PortAudio and building using an older SDK and then running on Big Sur. That works for me. If it works for you then we can close this. |
I got the same error in #468 so I am closing this as a DUP. |
Describe the bug
Trying to use Pa_OpenDefaultStream() or Pa_OpenStream() to open a stream, an error occur.
This is happening on macOS 11.1 (Big Sur) but not on a previous macOS version like 10.13.6 (High Sierra) where it works as intended
The error:
||PaMacCore (AUHAL)|| Error on line 1277: err='-66748', msg=Unknown Error
To Reproduce
A simple snippet of code to show the problem:
Expected behavior
open an input/output stream
Actual behavior
Error:
||PaMacCore (AUHAL)|| Error on line 1277: err='-66748', msg=Unknown Error
Desktop
Additional context
The mentioned API to open a stream work properly on past versions of macOS.
The text was updated successfully, but these errors were encountered: