http://bugs.winehq.org/show_bug.cgi?id=15930
Summary: ChangeWindowMessageFilter is not implemented Product: Wine Version: 1.1.7 Platform: PC URL: http://womblezone.blogspot.com/ OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P1 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: sunfish7@gmail.com CC: sunfish7@gmail.com
This bug is blocking me from migrating Vista's Speech Assistant to Linux via Wine. I have chronicled my entire endevour on the url supplied (http://womblezone.blogspot.com/)
Specifically this command fails... spud@spud-laptop:~/.wine/drive_c/windows/system32/Speech/SpeechUX$ wine regsvr32 ./SpeechUX.dll
... with the terminal error:
wine: Call from 0x4b4775ab to unimplemented function USER32.dll.ChangeWindowMessageFilter, aborting
(Note I've had to import SpeechUX.dll from Vista - I'm preserving the folder structure)
If you can implement ChangeWindowMessageFilter, I am grateful. If you can successfully port Speech Assistant (or assist me in so doing), I am forever in your debt.
I'm filing this as Major, as it is blocking me from what I consider important work on behalf of the FOSS community (namely to provide them with a Speech Recognition Engine), and notably the injured/disabled sector of this community.
Please keep me in the loop. I have experience coding C, C++, WinAPI and some understanding of kernel architecture. I hope I can be of use.
Sam
http://bugs.winehq.org/show_bug.cgi?id=15930
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://womblezone.blogspot.c%7C |om/ | Severity|major |enhancement Priority|P1 |P2
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-11-06 09:07:18 --- Not major. All vista features are enhancements ATM.
http://bugs.winehq.org/show_bug.cgi?id=15930
--- Comment #2 from Austin English austinenglish@gmail.com 2008-11-10 01:55:29 --- First thing to do would be to add a stub to see if that gets the app further. If not, write some conformance tests to see what Vista does, then implement the function in Wine, making sure those tests pass. http://wiki.winehq.org/ConformanceTests
http://bugs.winehq.org/show_bug.cgi?id=15930
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2008-11-11 18:42:27 --- (In reply to comment #2)
First thing to do would be to add a stub to see if that gets the app further. If not, write some conformance tests to see what Vista does, then implement the function in Wine, making sure those tests pass. http://wiki.winehq.org/ConformanceTests
ChangeWindowMessageFilter is stubbed in git now.
http://source.winehq.org/git/wine.git/?a=commit;h=066a8f442dd40545403228907c...
http://bugs.winehq.org/show_bug.cgi?id=15930
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #4 from Vijay Kamuju infyquest@gmail.com 2008-11-20 11:04:03 --- closing as fixed a stub implementation is inplace. Please re-open if it crashes due to lack of real implementation of the function
http://bugs.winehq.org/show_bug.cgi?id=15930
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-11-21 10:32:03 --- Closing bugs fixed in 1.1.9.