http://bugs.winehq.org/show_bug.cgi?id=5445
Summary: EditWndProc_common undocumented message 0x410 Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P1 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: chris.kcat@gmail.com
Running GeoShell (a taskbar replacement for Windows) I get this message:
fixme:edit:EditWndProc_common undocumented message 0x410, please report
..so, I am.
It happens three times when GeoShell starts. After a series of RegisterHotKey stub messages, I get this:
err:tooltips:TOOLTIPS_WindowProc unknown msg 2007 wp=00000005 lp=00000000 fixme:shell:SHAutoComplete SHAutoComplete stub fixme:edit:EditWndProc_common undocumented message 0x410, please report err:ntdll:NtQueryInformationToken Unhandled Token Information class 10! fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless fixme:edit:EditWndProc_common undocumented message 0x410, please report fixme:edit:EditWndProc_common undocumented message 0x410, please report
After that, it seems to run fine, though trying to run anything from the menu will result in the message:
fixme:exec:SHELL_execute flags ignored: 0x00000400
and not run it. Running something from the Run dialog works though, and doesn't produce that message.