-
Notifications
You must be signed in to change notification settings - Fork 958
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
Could not acquire a cryptographic context: Unknown error (0x7F) #73
Comments
Hi. Could you please provide more context so we can investigate this?
|
|
Thank you. Could you please also provide the complete output (log) from the decompilation which failed with
This phase often takes long time to finish, so you will either have to wait until it finishes or try to decompile only a part of the input binary file (as described e.g. here). |
I was able to reproduce this issue (32b RetDec release, 64b MSYS2):
I strongly believe that this error is caused by insufficient memory. |
I guess so... Because 64b version never printed this text out. |
Yes, the 64b version decompiles the file without any memory errors. 32b applications cannot allocate more than 2 or 4 GB of memory, depending on whether they were linked with |
… addresses (#73). By default, they are only allowed to address 2 GB of virtual memory. By using /LARGEADDRESSAWARE, they may address up to 4 GB of virtual memory. For more details, see https://docs.microsoft.com/en-us/cpp/build/reference/largeaddressaware-handle-large-addresses
In commit 6003462, I have added the |
File: https://www.emu-land.net/consoles/psx/emuls/linux?act=dlmfile&id=1047&fid=2
This is Playstation 1 emulator for Linux.
OS: Windows 10 x64.
The text was updated successfully, but these errors were encountered: