https://bugs.winehq.org/show_bug.cgi?id=33383
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #8 from super_man@post.com --- (In reply to teru from comment #7)
Created attachment 51175 [details] foobar2000: menu trace log and backtrace
i think i have same issue on Linux. i can reproduce this with latest version of wine, foobar2000.
OS: Debian GNU/Linux 8.0 (jessie) wine: wine-1.7.39 (built from git repository) foobar2000: 1.3.8 (i used portable installation)
it seems that MENU_TrackKbdMenuBar tries to draw a menu item in array but the index is out of bounds. the index is obtained by sending WM_MENUCHAR to a window in function MENU_FindItemByKey. checking the index fixed issue for me.
Since you are aware how to fix it, would you able to form a patch and send it over wine?