yegord / snowman

Snowman decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MS Visual C++ - Application has requested Runtime to terminate unusually

BanjoFox opened this issue · comments

Hey all!

I am trying to run the Snowman standalone on Windows 10. The app loads okay, but when i try to analyze a binary (512kb) I get a Runtime Error! - The application has requested the Runtime to terminate in an unusual way. Please contact the vendor et.al

Does it say anything else? Maybe something about an assertion failure?

sadly no :(

(( I use Github all the time and forgot it can do screenshots >.<! ))

image

Do you try to decompile the whole executable?
If yes, what are the last 20 lines that nocode --verbose your_executable.exe say?

ah you know what... I bet the issue is that standalone doesn't support the file (Bootloader).
Snowman Standalone - Reads ELF, Mach-O, and PE file formats.

I'm also having the same problem as #158 so I can't use that either... bummer!

Yep, unsupported file format must be the reason.
Although, the decompiler should show a message box instead of crashing.
At least it does show on Linux.

Oh well :)

Going to close this one.