aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amulegui crash  (Read 2063 times)

honggoff

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
amulegui crash
« on: May 05, 2006, 09:12:20 PM »

I know amulegui is still experimental. I'd like to use it anyway but it crashes on startup, appearently because of zlib. I tried aMule 2.1.1 and the latest cvs version. After clicking the connect button both show the identical behaviour: the main window appears for like half a second and then vanishes again with the following error messages:

Code: [Select]
$ amulegui
Connecting...
Going to event loop...
Remote GUI EC event handler
LOG: Succeeded! Connection established to aMule CVS

(amulegui:9257): Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' failed

(amulegui:9257): Gtk-CRITICAL **: gtk_pixmap_set: assertion `gdk_colormap_get_visual (gtk_widget_get_colormap (GTK_WIDGET (pixmap)))->depth == gdk_drawable_get_depth (GDK_DRAWABLE (val))' failed
LOG:
LOG:  - This is aMule CVS using wxGTK2 v2.6.3 (Snapshot: Fri May  5 07:02:03 CEST 2006) based on eMule.
LOG:    Running on Linux 2.6.16-athlon-suspend i686
LOG:  - Visit [URL]http://www.amule.org[/URL] to check if a new version is available.
LOG:
ZLib operation returned Z_DATA_ERROR
ZLib error message: incorrect data check
zstream state:
next_in=0xb6eb5b22
avail_in=0
total_in=195354
next_out=0x55a642f8
avail_out=1627868432
total_out=802563
Segmentation fault

$ ldd /usr/local/bin/amulegui
linux-gate.so.1 =>  (0xffffe000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7fb2000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7f9e000)
libbfd-2.16.91.so => /usr/lib/libbfd-2.16.91.so (0xb7eff000)
libwx_gtk2u_adv-2.6.so.0 => /usr/lib/libwx_gtk2u_adv-2.6.so.0 (0xb7e62000)
libwx_gtk2u_core-2.6.so.0 => /usr/lib/libwx_gtk2u_core-2.6.so.0 (0xb7b7b000)
libwx_baseu_net-2.6.so.0 => /usr/lib/libwx_baseu_net-2.6.so.0 (0xb7b4e000)
libwx_baseu-2.6.so.0 => /usr/lib/libwx_baseu-2.6.so.0 (0xb7a1e000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb793d000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7917000)
...
I included some of the ldd output because this could be zlibs fault.
Zlibs error messages only appear the first time I start amulegui. On consecutive programm starts the gui just crashes without these messages. And when starting amulegui in gdb it doesn't crash but simply hangs.

 I'll just try to make a full backtrace with a core dump then...

EDIT:
core dump is here: http://forum.amule.org/thread.php?threadid=9957
by the way: amulecmd connects and works without any problems!
« Last Edit: May 05, 2006, 09:30:08 PM by honggoff »
Logged