-
Notifications
You must be signed in to change notification settings - Fork 53
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
Can't load library libprism_es2.dylib #32
Comments
Hey, I sadly don't have a device with an M1/M2, so I can't test solutions for this issue. |
Using Azul Zulu JDK worked for me on my M2. Thanks for the hard work developing this! |
I can confirm, that Azul Zulu JDK works on M1 as well. |
I am on an M1 Mac, and I got the same error. I was able to get this working with Oracle's Java and JavaFX when starting with the following command.
JavaFX can be downloaded here. Just extract and make sure the path matches in the launch command. |
I switched to the Azure java version but I'm still getting this error: ➜ ~ java --version
openjdk 21.0.4 2024-07-16 LTS
OpenJDK Runtime Environment Zulu21.36+17-CA (build 21.0.4+7-LTS)
OpenJDK 64-Bit Server VM Zulu21.36+17-CA (build 21.0.4+7-LTS, mixed mode, sharing)
➜ ~ cd Downloads
➜ Downloads java -jar itunes-backup-explorer-1.5.jar
Loading library prism_es2 from resource failed: java.lang.UnsatisfiedLinkError: /Users/<username>/.openjfx/cache/22+30/aarch64/libprism_es2.dylib: dlopen(/Users/<username>/.openjfx/cache/22+30/aarch64/libprism_es2.dylib, 0x0001): tried: '/Users/<username>/.openjfx/cache/22+30/aarch64/libprism_es2.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/<username>/.openjfx/cache/22+30/aarch64/libprism_es2.dylib' (no such file), '/Users/<username>/.openjfx/cache/22+30/aarch64/libprism_es2.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')) |
@Joelasaur did you download Zulu for the right architecture (arm64)? |
Thank you for this amazing project!
When I am trying to launch the program with the configuration below, I get a few errors.
Using the latest iTunes Backup Explorer v1.4
My configuration
The errors
The text was updated successfully, but these errors were encountered: