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]