[Bug 30254] SmartScore X Pro demo crashes on startup

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 25 01:38:40 CDT 2012


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

--- Comment #2 from John Doe <fossw00t at gmail.com> 2012-03-25 01:38:40 CDT ---
Created attachment 39532
  --> http://bugs.winehq.org/attachment.cgi?id=39532
patch

The loop is caused by dlls/user32/focus.c lines 97-98:

        SendMessageW( previous, WM_ACTIVATE,
                      MAKEWPARAM( WA_INACTIVE, IsIconic(previous) ),
(LPARAM)hwnd );

I wonder why the program calls EndDialog when the dialog is deactivated...

The patch fixes the crash for me. I'm not sure it is correct though...

-- 
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