-
Notifications
You must be signed in to change notification settings - Fork 78
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
Windows 10 not finding DLL in JAR file. #1
Comments
A bit more info (I'm one of the users with issues on Windows). This has occurred on two machines - both running 64bit Win 10 Pro. I reset one of my machines (for unrelated reasons) and reinstalled Java SE 1.8.0_241. I tried CX again, and got a completely different set of errors than the missing library ones, but didn't capture a log. Now I get the missing library error again. |
Thanks for the bug report! I think maybe the compiled webp-imageio.dll has a dependency that is not present on Windows 10 by default. |
@ediweissmann My Windows fu is pretty weak, but is there a command line tool to do that? Similar to the tools available on *nix systems to get the list of immediate dependencies for a shared library? |
@mcpierce The tool you want is Dependencies. https://github.com/lucasg/Dependencies |
On a 64bit Win 10 Surface Pro 4, I'm seeing VCRUNTIME140D.dll as missing as well. |
I'll be looking into going the static library route to avoid these problems. |
Hi, I've hit this problem as well and this prevents me from progressing. Could you please get this fixed soon? |
Hi i think the core of this problem is, that the webP DLL was compiled as DEBUG build (therefore linking to the debug DLLs) while it should be build as RELEASE build, then it would link against the usually available DLLs on Windows' and c++ redistributable libs. |
You're right gondur, that seems to be the root cause of the problem. Thanks! I'll make a release tomorrow. |
Fixed in 0.1.2 |
Hello,
Are you going to publish the binaries for this release to Maven Central? I also cannot see a tag for this release in your repo.
Thanks for quick response on fixing this.
Sincerely,
--Coder
Sent with [ProtonMail](https://protonmail.com) Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
…On Thursday, April 23, 2020 2:51 PM, Edi Weissmann ***@***.***> wrote:
Fixed in 0.1.2
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#1 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AJQMLX453NFUATIQHXII23LROBBWZANCNFSM4LCQ3W5A).
|
Should be published now, under: |
I'm the project lead for ComiXed.
We're using your library to process WebP encoded comic pages. On Mac no issues have been reported. However some Windows users have reported a bug when working with WebP images (see the thread here for the details - comixed/comixed#159):
We're using the 1.0 release from Maven of webp-imageio.
The text was updated successfully, but these errors were encountered: