Skip to content
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

Open
suyashcjoshi opened this issue Nov 2, 2019 · 4 comments
Open

LiveCamTest.pde is crashing on macOS Catalina #115

suyashcjoshi opened this issue Nov 2, 2019 · 4 comments

Comments

@suyashcjoshi
Copy link

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.

@waltzaround
Copy link

waltzaround commented Mar 1, 2020

Experiencing this issue as well 😢

2020-03-01 17:40:35.828 java[35454:1125095] -[__NSArray0 addObjectsFromArray:]: unrecognized selector sent to instance 0x7fff8bcf1e30
2020-03-01 17:40:35.828 java[35454:1125095] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArray0 addObjectsFromArray:]: unrecognized selector sent to instance 0x7fff8bcf1e30'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff331198ab __exceptionPreprocess + 250
	1   libobjc.A.dylib                     0x00007fff693d3805 objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff33198b61 -[NSObject(NSObject) __retain_OA] + 0
	3   CoreFoundation                      0x00007fff3307dadf ___forwarding___ + 1427
	4   CoreFoundation                      0x00007fff3307d4b8 _CF_forwarding_prep_0 + 120
	5   libgstapplemedia.so                 0x0000000141e252bc libgstapplemedia.so + 58044
	6   jna8992985033035708139.tmp          0x0000000140a70134 ffi_call_unix64 + 76
	7   ???                                 0x000070000cb971c8 0x0 + 123145515790792
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Could not run the sketch (Target VM failed to initialize).

@alexgfaria
Copy link

I think this has to do with the camera permission. can you check in settings?

@petale-azerty
Copy link

Hello, can you tell us how did you find camera permission with processing on macOs ? I'm still stuck with this...

@LantingHe
Copy link

LantingHe commented Sep 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants