After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 160122 - inputim-ime.dll isn't loaded.
inputim-ime.dll isn't loaded.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.5.x
Other All
: Normal major
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-12-01 19:15 UTC by Kazuki Iwamoto
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This is the right example. (GTK+-2.4.13 and imime-0.1.2) (21.88 KB, image/jpeg)
2004-12-01 19:27 UTC, Kazuki Iwamoto
Details
This is the example of a bug. (GTK+ from CVS) (24.24 KB, image/jpeg)
2004-12-01 19:28 UTC, Kazuki Iwamoto
Details

Description Kazuki Iwamoto 2004-12-01 19:15:17 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:
Comment 1 Kazuki Iwamoto 2004-12-01 19:27:04 UTC
Created attachment 34374 [details]
This is the right example. (GTK+-2.4.13 and imime-0.1.2)
Comment 2 Kazuki Iwamoto 2004-12-01 19:28:40 UTC
Created attachment 34376 [details]
This is the example of a bug. (GTK+ from CVS)
Comment 3 Tor Lillqvist 2004-12-01 20:21:32 UTC
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.