http://bugs.winehq.org/show_bug.cgi?id=11919
Summary: foobar2000 0.9.5.x with foo_facets.dll: crash in track popup code Product: Wine Version: 0.9.54. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: pujos.michael@laposte.net
Created an attachment (id=11218) --> (http://bugs.winehq.org/attachment.cgi?id=11218) crash backtrace
Install foobar2000 and the facets plugin (http://foobar2000.audiohq.de/foo_facets/)
Enable layout editing mode (View->Layout->Enable Editing Mode)
right-click in the UI to add the facets UI element (right click, then select "Replace UI element" in the popup menu, then select Facets in the UI element list).
Now right-click in the newly added Facets component to display it's popup menu. Select "Facet View" in this menu and it'll make foobar2000 crash.
The crash happens in MENU_HideSubPopups() from user32/menu.c. In this function the MENU_GetMenu() return a NULL pointer hence the subsequent crash.
See the attached file for the full backtrace