http://bugs.winehq.org/show_bug.cgi?id=19505
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2009-07-29 16:27:28 --- Created an attachment (id=22691) --> (http://bugs.winehq.org/attachment.cgi?id=22691) AMIS +menu,+relay,+seh,+tid trace (lzma compressed)
I can confirm that the application fails to start with wine-1.1.26-231-gfe9d360. I noticed that the application tries to query for a Speech API interface, which I resolved by installing the SAPI SDK with Windows version set at Windows 2000 and then restoring the Windows version to Windows XP. The next issue that the application runs into seems to be an issue with menu handling. Prior to the latest crash, the relay log shows:
0009:Call user32.GetSubMenu(000000a0,00000003) ret=00415bd0 0009:Ret user32.GetSubMenu() retval=00000000 ret=00415bd0
I've attached a +menu,+relay,+seh,+tid trace.