Page 1 of 1

World editor crash

Posted: 2011-09-09, 12:59
by emeiri
Hi,

I downloaded the binary package of version 9.06 for Linux.
I'm running Ubuntu 11.04 64 bits.
The engine itself runs fine, but the world editor crashes with the following message:

~/downloads/Ca3DE-9.06$ ./CaWE-run
Xlib: extension "RANDR" missing on display ":0.0".

(CaWE-bin:27142): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class: ELFCLASS64

(CaWE-bin:27142): Gtk-WARNING **: Loading IM context type 'ibus' failed
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: wrong ELF class: ELFCLASS64

(CaWE-bin:27142): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so

/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: wrong ELF class: ELFCLASS64

(CaWE-bin:27142): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so

/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: wrong ELF class: ELFCLASS64

(CaWE-bin:27142): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so

/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: wrong ELF class: ELFCLASS64

(CaWE-bin:27142): Gtk-WARNING **: Failed to load type module: /usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so


(CaWE-bin:27142): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class: ELFCLASS64

(CaWE-bin:27142): Gtk-WARNING **: Loading IM context type 'ibus' failed
/usr/lib/gio/modules/libgiobamf.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgiobamf.so
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

(CaWE-bin:27142): Gtk-WARNING **: Error loading theme icon 'dialog-information' for stock: Unable to load image-loading module: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: wrong ELF class: ELFCLASS64

(CaWE-bin:27142): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

** (CaWE-bin:27142): CRITICAL **: clearlooks_style_draw_render_icon: assertion `base_pixbuf != NULL' failed

(CaWE-bin:27142): Gtk-CRITICAL **: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed

(CaWE-bin:27142): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
./CaWE-run: line 3: 27142 Segmentation fault ./CaWE-bin

Any idea?

Thanks,

Etay

Re: World editor crash

Posted: 2011-09-09, 21:06
by Carsten
Hi Etay,
welcome to the Cafu forums! :welcome:
emeiri wrote: I downloaded the binary package of version 9.06 for Linux.
I'm running Ubuntu 11.04 64 bits.
The engine itself runs fine, but the world editor crashes with the following message:

~/downloads/Ca3DE-9.06$ ./CaWE-run
Xlib: extension "RANDR" missing on display ":0.0".

(CaWE-bin:27142): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so: wrong ELF class: ELFCLASS64
Wow, I'm somewhat surprised that the 32-bit edition works on 64-bit Linux systems at all, I've never tested this under Linux myself.

For a solution, would it be an option for you to get and compile Cafu from source?
Especially under Linux this is relatively easy, as documented at Getting Started with the Cafu Source Code.

If that doesn't work for you, please let me know, and I'll make a current binary release for Linux. :up:

Re: World editor crash

Posted: 2011-09-10, 17:11
by emeiri
Hi Carsten,

The WE runs fine when I compile it myself.

Thanks!

Etay

Re: World editor crash

Posted: 2011-09-12, 14:03
by Carsten
emeiri wrote:The WE runs fine when I compile it myself.
Good to hear that, thanks for your feed-back!