Hi
I can't run "gtk-query-immodules-2.0.exe" on windows nor through wine. Don't know if I really need to run it, everyting seems to run fine, but still ?
wine gives me the follwing error:
-bash-3.2# wine gtk-query-immodules-2.0.exe err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libpng12-0.dll") failed (error c0000005). err:module:import_dll Library libpng12-0.dll (which is needed by L"Z:\ \usr\i686-pc-mingw32\sys-root\mingw\bin\libcairo-2.dll") not found err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libcairo-2.dll") failed (error c0000005). err:module:import_dll Library libcairo-2.dll (which is needed by L"Z:\ \usr\i686-pc-mingw32\sys-root\mingw\bin\libgtk-win32-2.0-0.dll") not found err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libpng12-0.dll") failed (error c0000005). err:module:import_dll Library libpng12-0.dll (which is needed by L"Z:\ \usr\i686-pc-mingw32\sys-root\mingw\bin\libcairo-2.dll") not found err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libcairo-2.dll") failed (error c0000005). err:module:import_dll Library libcairo-2.dll (which is needed by L"Z:\ \usr\i686-pc-mingw32\sys-root\mingw\bin\libgdk-win32-2.0-0.dll") not found err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libpng12-0.dll") failed (error c0000005). err:module:import_dll Library libpng12-0.dll (which is needed by L"Z:\ \usr\i686-pc-mingw32\sys-root\mingw\bin\libcairo-2.dll") not found err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libcairo-2.dll") failed (error c0000005). err:module:import_dll Library libcairo-2.dll (which is needed by L"Z:\ \usr\i686-pc-mingw32\sys-root\mingw\bin\libpangocairo-1.0-0.dll") not found err:module:import_dll Library libpangocairo-1.0-0.dll (which is needed by L"Z:\usr\i686-pc-mingw32\sys-root\mingw\bin\ \libgdk-win32-2.0-0.dll") not found err:module:import_dll Library libgdk-win32-2.0-0.dll (which is needed by L"Z:\usr\i686-pc-mingw32\sys-root\mingw\bin\ \libgtk-win32-2.0-0.dll") not found err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libpng12-0.dll") failed (error c0000005). err:module:import_dll Library libpng12-0.dll (which is needed by L"Z:\ \usr\i686-pc-mingw32\sys-root\mingw\bin\libcairo-2.dll") not found err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libcairo-2.dll") failed (error c0000005). err:module:import_dll Library libcairo-2.dll (which is needed by L"Z:\ \usr\i686-pc-mingw32\sys-root\mingw\bin\libpangocairo-1.0-0.dll") not found err:module:import_dll Library libpangocairo-1.0-0.dll (which is needed by L"Z:\usr\i686-pc-mingw32\sys-root\mingw\bin\ \libgtk-win32-2.0-0.dll") not found err:module:import_dll Library libgtk-win32-2.0-0.dll (which is needed by L"Z:\usr\i686-pc-mingw32\sys-root\mingw\bin\ \gtk-query-immodules-2.0.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\usr\ \i686-pc-mingw32\sys-root\mingw\bin\gtk-query-immodules-2.0.exe" failed, status c0000135
/Mikkel
On Fri, Feb 27, 2009 at 02:59:35PM +0100, Mikkel Kruse Johnsen wrote:
Hi
I can't run "gtk-query-immodules-2.0.exe" on windows nor through wine. Don't know if I really need to run it, everyting seems to run fine, but still ?
wine gives me the follwing error:
-bash-3.2# wine gtk-query-immodules-2.0.exe err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libpng12-0.dll") failed (error c0000005).
It runs for me if I start it from the bin directory, ie:
$ cd /usr/i686-pc-mingw32/sys-root/mingw/bin/ $ wine gtk-query-immodules-2.0.exe
I don't think you're supposed to run this binary anyway. AIUI it's only supposed to be used to generate an initial value for the configuration file /etc/gtk-2.0/x86_64-redhat-linux-gnu/gtk.immodules (or the equivalent under MinGW).
Rich.
Hi
I also ran for me the first time I installed mingw32-gtk2, but any following run fails.
I have found the problem, and it is in "zlib1.dll", when replacing it with a version Alp Toker gave me some month ago, everyting is working (even WebKet-gtk is running now).
So there must be an error in the mingw32-zlib package (mingw32-zlib-1.2.3-11.fc10.noarch)
Med Venlig Hilsen / Kind Regards
Mikkel Kruse Johnsen Adm.Dir.
Linet Ørholmgade 6 st tv Copenhagen N 2200 Denmark
Work: +45 21287793 Mobile: +45 21287793 Email: mikkel@linet.dk IM: mikkel@linet.dk (MSN) Professional Profile Healthcare
Network Consultant
lør, 28 02 2009 kl. 15:28 +0000, skrev Richard W.M. Jones:
On Fri, Feb 27, 2009 at 02:59:35PM +0100, Mikkel Kruse Johnsen wrote:
Hi
I can't run "gtk-query-immodules-2.0.exe" on windows nor through wine. Don't know if I really need to run it, everyting seems to run fine, but still ?
wine gives me the follwing error:
-bash-3.2# wine gtk-query-immodules-2.0.exe err:module:import_dll Loading library zlib1.dll (which is needed by L"Z: \usr\i686-pc-mingw32\sys-root\mingw\bin\libpng12-0.dll") failed (error c0000005).
It runs for me if I start it from the bin directory, ie:
$ cd /usr/i686-pc-mingw32/sys-root/mingw/bin/ $ wine gtk-query-immodules-2.0.exe
I don't think you're supposed to run this binary anyway. AIUI it's only supposed to be used to generate an initial value for the configuration file /etc/gtk-2.0/x86_64-redhat-linux-gnu/gtk.immodules (or the equivalent under MinGW).
Rich.