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

64 bit .dll file in Corretto OpenJDK 11 for windows x86 #238

Closed
kefeisu opened this issue Jan 13, 2022 · 2 comments
Closed

64 bit .dll file in Corretto OpenJDK 11 for windows x86 #238

kefeisu opened this issue Jan 13, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@kefeisu
Copy link

kefeisu commented Jan 13, 2022

Describe the bug

There is a 64 bit .dll file in the 32 bit version of Corretto 11 for windows (Corretto JDK 11 for windows x86).
(api-ms-win-crt-runtime-l1-1-0.dll is one of the culprits, there may be more)
This breaks all bin executables on windows 7 32 bit (and possibly other 32 bit OSes)
image

To Reproduce

Download Amazon Corretto on a fresh installation of windows 7 32 bit system and try to run java.exe (or any .exe executable). Windows will complain about a faulty .dll file.

Expected behavior

Java (and all other executables) should work out of the box

Screenshots

See above

Platform information

OS: Windows 7 32 bit
Version Corretto 11.0.13

Additional context

Removing all api-ms*.dll files will fix this issue on windows 7 (as it will default to using the native system32 .dll files if present).
Other windows OSes (such as windows 10 32 bit) will use the native system32 .dll files automatically and therefore bypass this issue.

Can't find any references to those .dll files in the corretto repo (Though I think this is a corretto issue).
Sorry if this is an OpenJDK bug and not Corretto bug.

@kefeisu kefeisu added the bug Something isn't working label Jan 13, 2022
@TianminShi
Copy link
Contributor

Hi kefeisu, Thank you for reporting this bug. you can expect this to be fixed in the incoming Q1 release which should be out in a few days.

@benty-amzn
Copy link
Contributor

This should be resolved in the q1 release, which is available now. Please let us know if you encounter any further issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants