https://bugs.winehq.org/show_bug.cgi?id=53850
Bug ID: 53850 Summary: Mery, TeraPad : When using Japanese input method (IM), undetermined strings are not displayed (regression) Product: Wine Version: 7.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: su_zu_me@hotmail.com Distribution: ---
Created attachment 73380 --> https://bugs.winehq.org/attachment.cgi?id=73380 input after "そうか" ("souka"), but not displayed
Mery and TeraPad are text editors.
When using input method (IM) to input Japanese characters, undetermined strings are not displayed. Candidates are displayed. Conversions are done successfully. It occurs with Wine 7.13 or later.
Undetermined strings are displayed inline with Wine 7.12 or earlier, after several conversion after starting the application.
note: Right after starting the application, undetermined string is not displayed with all tested version of Wine, but it should be another bug.
Application: Mery (x86) Version 2.6.7 Download site: https://forest.watch.impress.co.jp/library/software/mery/ SHA1: edef7350aeed6bab083612e2d316607561f5f31c MerySetup-2.6.7.exe tested Wine version: 6.0.3 (Ubuntu 6.0.3~repack-1) 7.11 7.12 7.13 7.15 7.19
Application: TeraPad Version 1.09 Download site: - SHA1: 3ff8f3741ce82dcea54a385cea484b861007c260 tpad109.zip tested Wine version: 6.0.3 (Ubuntu 6.0.3~repack-1) 7.11 7.12 7.13 7.15 7.19
Application: TeraPad Version 1.10 Download site: https://tera-net.com/library/tpad.html SHA1: ae28027af722c3ea7f6431d04c65582d16c60832 tpad110.exe tested Wine version: 7.12 7.19
terminal output: N/A
OS: Ubuntu 22.04.1 LTS (amd64) Display server: Wayland Input Method Framework: IBus Input Method Engine: Mozc installed Wine: winehq-devel
https://bugs.winehq.org/show_bug.cgi?id=53850
su_zu_me@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://forest.watch.impres | |s.co.jp/library/software/me | |ry/ , | |https://tera-net.com/librar | |y/tpad.html Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=53850
--- Comment #1 from su_zu_me@hotmail.com --- installed Wine: from Ubuntu Software : 6.0.3 (Ubuntu 6.0.3~repack-1) only
https://bugs.winehq.org/show_bug.cgi?id=53850
--- Comment #2 from su_zu_me@hotmail.com --- Application: TeraPad Version 1.09 Download site:
https://web.archive.org/web/20200430041344/https://tera-net.com/library/tpad...
https://bugs.winehq.org/show_bug.cgi?id=53850
--- Comment #3 from Rafał Mużyło galtgendo@o2.pl --- Given the range, most likely related to imm32/win32u code shifts that took place then (two significant commit series: one starting at d9fc5b3f967f1c5126278565beb6b967f9d6d80a (5 commits), second at 3e8a4b671dca2d22596c43157e2ae80fcfe18737 (8 commits); a few more commits beside - all from the same author).
https://bugs.winehq.org/show_bug.cgi?id=53850
--- Comment #4 from Rafał Mużyło galtgendo@o2.pl --- Also happens with ibus-kkc.
https://bugs.winehq.org/show_bug.cgi?id=53850
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=53850
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|7.19 |7.13 CC| |alexhenrie24@gmail.com, | |jacek@codeweavers.com Status|UNCONFIRMED |NEW Regression SHA1| |f6ddd4ca86672fe2739ea7d1701 | |5112bce677e21 Ever confirmed|0 |1
--- Comment #5 from Alex Henrie alexhenrie24@gmail.com --- I can confirm. `git bisect` says:
f6ddd4ca86672fe2739ea7d17015112bce677e21 is the first bad commit commit f6ddd4ca86672fe2739ea7d17015112bce677e21 Author: Jacek Caban jacek@codeweavers.com Date: Mon Jul 11 13:26:46 2022 +0200
imm32: Use win32u to manage input context handles.
dlls/imm32/Makefile.in | 2 +- dlls/imm32/imm.c | 55 ++++++++++++++++++++++++-------------------------- 2 files changed, 27 insertions(+), 30 deletions(-)
https://bugs.winehq.org/show_bug.cgi?id=53850
--- Comment #6 from Jacek Caban jacek@codeweavers.com --- Is it still a problem in current git? imm32 code had a lot of changes.