retdec icon indicating copy to clipboard operation
retdec copied to clipboard

Unable to execute bin files due to missing libcrypto-1_1-x64.dll file

Open mg8973 opened this issue 3 years ago • 7 comments

Whenever I try to run the latest master version of retdec, I get the following error message: error Is there a way to fix this error?

mg8973 avatar Jun 17 '22 20:06 mg8973

Whenever I try to run the latest master version of retdec, I get the following error message: error Is there a way to fix this error?

Hello, I also encountered this problem, I believe that the developers forgot to put a binary file or openssl was not installed on Windows (I'm not sure about the latter). Anyway, I just found this library on the web and put it in the bin folder (where it is located retdec-decompiler.exe )

You need version: 1.1.1.4 URL for download dll

NIKEA-SOFT avatar Aug 05 '22 10:08 NIKEA-SOFT

I have the same error. And even with the .DLL above, the application will not load with error code: 0xc0150002

fenderluvr avatar Jun 17 '23 20:06 fenderluvr

I'm having this issue as well with the latest 5.0 release in Windows

greyblue9 avatar Aug 09 '23 14:08 greyblue9

I installed this particular version of openssl globally and now it works

greyblue9 avatar Aug 14 '23 20:08 greyblue9

FWIW, I had this libcrypto issue too, and the one in the link didn't work for me (got 0xC0150002 too), so I downloaded official OpenSSL 1.1 from here https://slproweb.com/products/Win32OpenSSL.html installed it somewhere, got libcrypto-1_1-x64.dll from it, and now it works fine

smourier avatar Dec 07 '23 17:12 smourier