http://bugs.winehq.org/show_bug.cgi?id=22866
--- Comment #9 from Henri Verbeet hverbeet@gmail.com 2012-01-05 02:17:00 CST --- There is (used to be?) an issue with scim not properly supporting querying of XNPreeditState, and this makes the imm32 tests fail. I'm not quite sure if that's the same issue this bug is about, but if it is, just replacing the "ret = XGetICValues...;" line in X11DRV_SetPreeditState() with "ret = TRUE;" may make a difference.