-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Mac video library bug exists #159
Comments
Please look under the processing video library issues: https://github.com/processing/processing-video/issues |
I have the same issue on macOS Catalina 10.15.6 (19G2021). I have resolved the issue following the steps described by user easyTarget200 After following the steps the sketch runs but only using the processing command line tool. So if i run |
What is this bug? @sam959 clearly you are reporting an issue triggered when attempting to use a Capture object - how did you get to the conclusion that it was the same issue that @IsraelSuen is reporting? I can't see anything in the description of this issue about what the user was trying to do when a crash occurred. The title is "Mac video library bug exists". That's maximally vague. Does anyone know what problem is being described? I'd love to help. |
@christo Everybody would like to help with this issue, it is discussed here too: |
Duplicate of #134. |
2020-08-02 01:57:28.414 java[4930:240123] -[__NSArray0 addObjectsFromArray:]: unrecognized selector sent to instance 0x7fff90d7c460
2020-08-02 01:57:28.414 java[4930:240123] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArray0 addObjectsFromArray:]: unrecognized selector sent to instance 0x7fff90d7c460'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff3958ab57 __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff723d15bf objc_exception_throw + 48
2 CoreFoundation 0x00007fff39609be7 -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x00007fff394ef3bb forwarding + 1427
4 CoreFoundation 0x00007fff394eed98 _CF_forwarding_prep_0 + 120
5 libgstapplemedia.so 0x000000012feb72bc libgstapplemedia.so + 58044
6 jna3200880202271133509.tmp 0x000000012eb02134 ffi_call_unix64 + 76
7 ??? 0x000070000a4a4278 0x0 + 123145474949752
)
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: