https://bugs.winehq.org/show_bug.cgi?id=38828
Bug ID: 38828 Summary: Cerbero PE Insider 1.0.2 crashes on unimplemented function dbghelp.dll.UnDecorateSymbolNameW when viewing export directory Product: Wine Version: 1.7.46 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
as the summary says ...
Reproduce: start the app -> select a PE binary -> click 'Export Directory' in left hand side tree view.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Cerbero/PEInsider
$ wine ./peinsider.exe ... wine: Call from 0x7b8456d9 to unimplemented function dbghelp.dll.UnDecorateSymbolNameW, aborting wine: Unimplemented function dbghelp.dll.UnDecorateSymbolNameW called at address 0x7b8456d9 (thread 0009), starting debugger... --- snip ---
MSDN: https://msdn.microsoft.com/en-us/library/windows/desktop/ms681400%28v=vs.85%...
Source: https://source.winehq.org/git/wine.git/blob/878ea7d9ea4bbb924a539ec280886746...
$ sha1sum peinsider_setup.exe 81324f9802f86bb93a9440c96460f911bedcc0f6 peinsider_setup.exe
$ du -sh peinsider_setup.exe 6.5M peinsider_setup.exe
$ wine --version wine-1.7.46
Regards