You are not logged in.
Pages: 1
It's been a while since I brought this up, but I'm still having this issue.
Basically the issue comes down to some glib conflict with dwarf-fortress that I have had a good deal of trouble tracking down.
Here's the error trace:
(dwarfort.exe:10401): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libxfce.so: wrong ELF class: ELFCLASS64
/usr/lib/gio/modules/libgiogconf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiogconf.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
(dwarfort.exe:10401): Gtk-WARNING **: Error loading theme icon 'gtk-dialog-question' for stock: Unable to load image-loading module: /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so: /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so: wrong ELF class: ELFCLASS64
(dwarfort.exe:10401): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer
(dwarfort.exe:10401): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(dwarfort.exe:10401): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer
(dwarfort.exe:10401): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(dwarfort.exe:10401): Gtk-WARNING **: Error loading theme icon 'gtk-dialog-info' for stock: Unable to load image-loading module: /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so: /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so: wrong ELF class: ELFCLASS64
(dwarfort.exe:10401): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `<invalid>'
(dwarfort.exe:10401): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(dwarfort.exe:10401): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `<invalid>'
(dwarfort.exe:10401): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
Using OpenGL output path with client-side arrays
Ideal catalog size: 252x248
In order to fix a separate PANGO32 problem, at least partially, I implemented the hack found here in case anyone is having trouble on this account. This does not seem to fix every issue with GTK, as you can read above. Does anyone know what might or does fix this issue?
Offline
I'm not sure if there's a specific reason you're running through Wine, but you could always get one of the test releases from here. There's a native Linux version, among other fixes.
Last edited by urist (2009-02-23 02:04:25)
Offline
This is the Linux Native version. Sorry that should have been in my OP.
Offline
Also I get this error as a pop up:
GPU unable to accomodate texture catalog.
Retry without graphical tiles, update your drivers,
or better yet update your GPU.
Last edited by syntaxvorlon (2009-02-24 02:19:24)
Offline
You used the pango hack from a two year old thread? Ouch.
pacman -Ss lib32 | grep pango
community/lib32-pango 1.22.4-1 (lib32)
You're getting errors from gnome-vfs being of the wrong architecture. Install lib32-gnome-vfs from AUR.
I would ***highly*** recommend that you start asking questions before you trash your system.
Offline
Pango hack removed, vfs installed, fix failed.
By the way this is not the first thread I've made on this problem.
Offline
Pages: 1