http://bugs.winehq.org/show_bug.cgi?id=19052
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net 2010-07-06 18:02:59 --- Hello,
dupe of bug 5402 Application is MFC based which seems to be the common denominator, exhibiting the behaviour.
There are two top level windows and at the time of the crash, the splash window is treated as active window which is wrong (although foreground+active -> being shown). The main app window -> not being shown <- should be the active one. When the window handle from GetActiveWindow() is mapped to C++ instance data, member data is accessed at wrong offsets (due to different class layout), hence the crash.
Regards