http://bugs.winehq.org/show_bug.cgi?id=13751
Summary: System freeze when open menu in chess program FRITZ 11 Product: Wine Version: 1.0-rc4 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: contact@sphilip.com
My system (Ubuntu 8.04 ) is totally frozen when I open menu in chess program FRITZ 11.
It seem that TrackPopupMenuEx function in user32.dll causes problems.
http://bugs.winehq.org/show_bug.cgi?id=13751
--- Comment #1 from Philip Sylvain contact@sphilip.com 2008-06-07 13:35:34 --- Created an attachment (id=13789) --> (http://bugs.winehq.org/attachment.cgi?id=13789) backtrace after process kill
http://bugs.winehq.org/show_bug.cgi?id=13751
--- Comment #2 from Austin English austinenglish@gmail.com 2008-06-07 16:55:08 --- Can this be downloaded anywhere?
http://bugs.winehq.org/show_bug.cgi?id=13751
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal
--- Comment #3 from Austin English austinenglish@gmail.com 2008-06-07 16:55:27 --- Not critical.
http://bugs.winehq.org/show_bug.cgi?id=13751
--- Comment #4 from Philip Sylvain contact@sphilip.com 2008-06-07 22:19:33 --- After, I comment line 3210 in function MENU_TrackMenu() of dlls/user32/menu.c and compile user32.dll.so , the program doesn't crash and there is no segment fault, but the popup menu still displayed when the mouse is out...
[code] else { PeekMessageW( &msg, 0, msg.message, msg.message, PM_REMOVE ); // DispatchMessageW( &msg ); continue; } [code]
http://bugs.winehq.org/show_bug.cgi?id=13751
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2008-06-07 23:57:20 --- Is this the same problem as in the bug 13322?
http://bugs.winehq.org/show_bug.cgi?id=13751
Philip Sylvain contact@sphilip.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #6 from Philip Sylvain contact@sphilip.com 2008-06-08 05:33:30 --- (In reply to comment #5)
Is this the same problem as in the bug 13322?
Yes, it the same problem, I didn't see it
*** This bug has been marked as a duplicate of bug 13322 ***
http://bugs.winehq.org/show_bug.cgi?id=13751
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2008-06-08 07:58:03 --- Closing dup.
http://bugs.winehq.org/show_bug.cgi?id=13751
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Status|CLOSED |RESOLVED
--- Comment #8 from Dan Kegel dank@kegel.com 2008-10-04 09:37:10 --- bug 9615 seems to have a patch
*** This bug has been marked as a duplicate of bug 9615 ***
http://bugs.winehq.org/show_bug.cgi?id=13751
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from James Hawkins truiken@gmail.com 2008-10-04 11:09:24 --- Closing.