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

Missing libcrypto-1_1-x64.dll on Windows #1213

Open
prof-danielc opened this issue Jan 9, 2025 · 0 comments
Open

Missing libcrypto-1_1-x64.dll on Windows #1213

prof-danielc opened this issue Jan 9, 2025 · 0 comments

Comments

@prof-danielc
Copy link

When trying to run retdec executables on Windows 11 the error "The code execution cannot proceed because libcrypto-1_1-x64.dll was not found." shows up. Possibly related to #1205 .

Fixed it by installing openssl 1.1 with choco:
choco install openssl --version=1.1.1.2000

Executables are not statically linked to openssl. If you have the latest version (openssl 3.0) it will not work due to version mismatch.

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

1 participant