-
Notifications
You must be signed in to change notification settings - Fork 18
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
java.lang.UnsatisfiedLinkError: 'long com.luciad.imageio.webp.WebPDecoderOptions.createDecoderOptions() on M1 Macbook #275
Comments
Ugh :/ I'm sorry to hear that. The plugin relies on sejda-pdf/webp-imageio#6 (comment) to decode WebP images, and looking at your report it seems like M1-specific binaries are missing and according to sejda-pdf/webp-imageio#6 (comment) can't be added :/ It seems like GA runners don't support M1 (link), I don't have M1 device, so even if I wanted to fork the library and compile the missing architecture I'm unable to. |
@mateuszkwiecinski Is there anything I can help with? |
If you can help then sure 😄 This plugin needs an |
I've opened the PR with the missing binary here - gotson/webp-imageio#1 |
Hello again 👋 And just in case that's useful for anyone: the plugin will now use fork of a fork of a fork of a fork of a WebP decoding library: https://github.com/usefulness/webp-imageio - might be useful when debugging things 😉 |
I was told this is fixed in 5.1.1 ✅ |
Hey EasyLauncher!
I faced a WebP issue on M1 Macbook:
I've already tried v4.1.0, v4.2.0, v5.0.0, and none of them work.
Could you please check this issue? Thanks!
The text was updated successfully, but these errors were encountered: