http://bugs.winehq.org/show_bug.cgi?id=10247
Summary: VK_PAUSE causes protection fault in menu shortcuts Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: alkisg@freemail.gr
I'm developing an appication and I was testing for wine compatibility, when I came upon this bug.
I'm not a native English speaker, so allow me to say it by example: Suppose I have a classic "File" menu (I think menus are implemented in comctl32.dll), and the classic "Open file..." menu item. It shows like: | Open file... Ctrl+O |
If I assign the VK_PAUSE shortcut to this menuitem, it should show like: | Open file... Pause |
The problem: if I use the VK_PAUSE shortcut, and I try to open the file menu, I get a protection fault at address 0x000033F3. This also applies to combinations like shift+pause. Tested in Edubuntu 7.10.
I can post a demo application developed in Delphi if it helps.
Regards, Alkis