GNOME Bugzilla – Bug 160122
inputim-ime.dll isn't loaded.
Last modified: 2004-12-22 21:47:04 UTC
Please describe the problem: When the program which uses input method is run in ja:ko:zh, the following message is displayed. (testtext.exe): Gtk-WARNING **: Loading IM context type 'ime' failed Then, I watched by using Process Explode, inputim-ime.dll wasn't loaded. This problem occurs in newest version which is got from CVS. This problem doesn't occur in gtk+-2.4.13 and imime-0.1.2. Steps to reproduce: 1. run the program which uses input method in ja:ko:zh on Windows. for example, testtext.exe. Actual results: The following message is displayed. (testtext.exe): Gtk-WARNING **: Loading IM context type 'ime' failed gtk_im_context_set_use_preedit is disregarded and the composition-window is always displayed at illegal position. The candidat-window is also displayed at illegal position. preedit_start, preedit_end and preedit_changed aren't emitted. All causes are that inputim-ime.dll isn't loaded. Expected results: inputim-ime.dll is loaded. Does this happen every time? every time Other information:
Created attachment 34374 [details] This is the right example. (GTK+-2.4.13 and imime-0.1.2)
Created attachment 34376 [details] This is the example of a bug. (GTK+ from CVS)
The problem very probably is that when I renamed the "win32ime" module to just "ime", I forgot to change the name in one place, in the im_module_create() function. Will fix.