-
Notifications
You must be signed in to change notification settings - Fork 24
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
Attempted to construct an Id from a null pointer #51
Comments
Thanks for using this lib! I've been a bit in hibernation during summer but can have a look soon. There is another take on macOS framework bindings which I think looks promising: https://github.com/yury/cidre check out the SC module. Cheers |
Got the same error on macOS 15 beta. Here is the stack trace using the
I believe it is because the A simple, temporary workaround I found is to set the -- let raw_attachments_array = CMSampleBufferGetSampleAttachmentsArray(self, 0);
++ let raw_attachments_array = CMSampleBufferGetSampleAttachmentsArray(self, 1); |
After upgrading to mac 15.0 got this error:
Does not happen on mac 14.5 (m3)
using: RustAudio/cpal#894
we had to stop using screencapturekit-rs temporarily:
mediar-ai/screenpipe@e3ef919
sorry not lot of information, not sure where is the issue
happy to dig more in details / send a PR in upcoming days
The text was updated successfully, but these errors were encountered: