https://bugs.winehq.org/show_bug.cgi?id=33383
ktmizugaki+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ktmizugaki+wine@gmail.com
--- Comment #7 from ktmizugaki+wine@gmail.com --- Created attachment 51175 --> https://bugs.winehq.org/attachment.cgi?id=51175 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.