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

UnsatisfiedLinkError #121

Open
kkirklewski opened this issue Mar 7, 2022 · 6 comments
Open

UnsatisfiedLinkError #121

kkirklewski opened this issue Mar 7, 2022 · 6 comments

Comments

@kkirklewski
Copy link

I'm having troubles running basic OpenCV library examples after updating to MacOS Monterey. I get the "UnsatisfiedLinkError" error. Any idea how to solve it? Thanks.

274929318_4821325491256340_3474570458358252326_n

@devwearsprada
Copy link

Same here, also running MacOS Monterey on a M1 chip. Anyone got an idea what to do?

@kkirklewski
Copy link
Author

Hey, I solved it eventually, check this out:
https://discourse.processing.org/t/opencv-error-in-processing-4-0b2/33284/7

@devwearsprada
Copy link

Thank you so much! Worked like a charm 🥳

@kkirklewski
Copy link
Author

cool!

@nsputnik
Copy link

I have the same issue on both Mojave Intel and Monterrey M1.
If I follow the link provided by kkirklewski it seems to suggest copying a dylib file from the library to the library for a specific core location inside the Processing app. I tried this with libopencv_java245.dylib but I get the same error, just a different list of paths with the "Reason: image not found" at the end. The script is xtra_video.pde from the library XYscope https://github.com/ffd8/xyscope

@ffd8
Copy link

ffd8 commented Aug 30, 2022

@kkirklewski or @devwearsprada - any chance you've tried this on apple silicon and the latest stable release of Processing? I could only get it working with the Processing 4.0.1's Intel64 release, not the apple silicon one.. have a small theory and wonder if the updated OpenCV lib needs to check extra for aarch64 in the path name or if it's within the Processing app?

EDIT: nevermind, the latest dev where issue is solved can be found here.

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

4 participants