[Bug 3108] Grand Theft Auto: San Andreas/Battlefield 2 - installer freezes

Wine Bugs wine-bugs at winehq.org
Sat Oct 8 00:16:40 CDT 2005


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





------- Additional Comments From ivg2 at cornell.edu  2005-08-10 00:16 -------
Hm... further investigation shows that event 0x0018 (WM_SHOWWINDOW) is delegated
down through the DefDlgProc to DefWindowDlgProc, where it is blocked.

First, it returns 0 here:
if (!lParam) return 0; /* sent from ShowWindow */

If that part is commented out, it returns here:

            if (wParam)
            {
                if (!(pWnd->flags & WIN_NEEDS_SHOW_OWNEDPOPUP))
                {
                    WIN_ReleasePtr( pWnd );
                    return 0;
                }
                pWnd->flags &= ~WIN_NEEDS_SHOW_OWNEDPOPUP;
            }

If I comment that out too, it tries to process event 0x0018 a whole bunch of
times, but it still doesn't work. 






-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list