-
Notifications
You must be signed in to change notification settings - Fork 464
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
LiveCamTest.pde is crashing on macOS Catalina #115
Comments
Experiencing this issue as well 😢
|
I think this has to do with the camera permission. can you check in settings? |
Hello, can you tell us how did you find camera permission with processing on macOs ? I'm still stuck with this... |
这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error Log:
2019-11-02 12:15:14.120 java[49065:2773164] -[__NSArray0 addObjectsFromArray:]: unrecognized selector sent to instance 0x7fff92f3d2a0
2019-11-02 12:15:14.124 java[49065:2773164] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArray0 addObjectsFromArray:]: unrecognized selector sent to instance 0x7fff92f3d2a0'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff37634d63 __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff6d523bd4 objc_exception_throw + 48
2 CoreFoundation 0x00007fff376bf206 -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x00007fff375db51b forwarding + 1427
4 CoreFoundation 0x00007fff375daef8 _CF_forwarding_prep_0 + 120
5 libgstapplemedia.so 0x00000001252402bc libgstapplemedia.so + 58044
6 jna6857092447899535511.tmp 0x00000001228ab134 ffi_call_unix64 + 76
7 ??? 0x00007000097151d8 0x0 + 123145460732376
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Could not run the sketch (Target VM failed to initialize).
For more information, read revisions.txt and Help → Troubleshooting.
The text was updated successfully, but these errors were encountered: