http://bugs.winehq.org/show_bug.cgi?id=27349
--- Comment #20 from Anastasius Focht focht@gmx.net 2012-03-11 18:35:26 CDT --- Hello Stefan,
--- quote --- What is the user-visible symptom if these checks fail? --- quote ---
the process terminates itself with exit code "0xfeedface" when one of the API entry checks fails.
For quick verification without any WINEDEBUG run your target on terminal like this:
$ wine ./foo.exe || echo $?
If "206" (0xCE) appears, it's the API entry checks that failed.
---
Current statistics (kernel32 and user32 have improved):
$ wine --version wine-1.4-78-g94953f1
gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC)
kernel32 user32 gdi32 condition (cx < threshold) -------------------------------------------------------------------- c1: 0x44 0x50 0x50 0x5F c2: 0x21 0x33 0x39 0x3C c3: 0x00 0x00 0x00 0x5A
Regards