http://bugs.winehq.org/show_bug.cgi?id=12279
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #20 from Anastasius Focht focht@gmx.net 2008-07-08 16:30:49 --- Hello,
that looks like PE protector issue, e.g. generated API entry code/signatures. Can you run the following command:
$ winedump dump -f <exefile> | grep -A 60 -i 'section table'
and attach/paste output?
Additionally can you start the main exe with WINEDEBUG=+relay and see if it exits prematurely?
Regards