http://bugs.winehq.org/show_bug.cgi?id=58075 clearember@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clearember@gmail.com --- Comment #1 from clearember@gmail.com --- Pretty sure line 464 in dlls/imm32/ime.c is the source of the problem. The case is unimplemented. case WM_IME_CONTROL: FIXME( "hwnd %p, himc %p, msg %s, wparam %s, lparam %#Ix stub!\n", hwnd, himc, debugstr_wm_ime(msg), debugstr_imc(wparam), lparam ); return 1; -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.