http://bugs.winehq.org/show_bug.cgi?id=13751 --- Comment #4 from Philip Sylvain <contact(a)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] -- 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.