http://bugs.winehq.org/show_bug.cgi?id=12496
James james.jrp015@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | Version|0.9.58. |0.9.59.
--- Comment #6 from James james.jrp015@gmail.com 2008-04-16 21:43:43 --- I'm not so sure this is fixed.
Instead, I think an error was introduced into ImmGetDefaultIMEWnd()
You can see that the program does not get to user32.SendMessageA(00020040,00000283,00000021,00000000) as shown in the WINEDEBUG log
It seems to be that this is due to the latest git's 001b:Ret imm32.ImmGetDefaultIMEWnd() retval=00000000 ret=00404549 being an incorrect return value as compared to 001e:Ret imm32.ImmGetDefaultIMEWnd() retval=00020040 ret=00404549 in 0.9.59
I'll add the new bug, and I think that this bug should be reopened.