[Bug 19052] Animation Shop: crash at startup

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 6 18:03:00 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=19052


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net




--- Comment #4 from Anastasius Focht <focht at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list