http://bugs.winehq.org/show_bug.cgi?id=23222
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net 2010-06-16 16:48:50 --- Hello,
--- quote --- Could you upgrade to current git? The app starts fine here on a clean .wine --- quote ---
ditto, can't reproduce with -rc3 or GIT.
The executable seems to be packed with some custom PE compressor. Your crash location is in the SFX part, at the point where the real PE .text section is uncompressed from section at 0x4B8000 with length 0x7B000 to 0x401000 with final length 0xB7000. Access to range < 0x400000 (outside of PE) should never happen - in your case the address gets somehow miscalculated (0x003fff0a).
I suspect your PE might be somehow corrupted either on disk or in memory. Can you do md5sum on your "DiE.exe"?
--- snip --- $ md5sum DiE.exe f92f73c8c3280e6bccbcc56173f01c23 DiE.exe --- snip ---
Regards