Duke4.net Forums: Eduke32 crash at start - Duke4.net Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Eduke32 crash at start

#1

hello,

I just compiled Eduke32 from sources. It compiles good, but when I launch the executable, a window appears and then it crashes:

./eduke32
EDuke32 2.0.0devel rXXXX
Compiled Jan 12 2014 19:41:40
Using /home/legluondunet/Ordi/Jeux/Dooms-Like/Duke3D/EDuke32/eduke3212012014/eduke32/ for game data
Using /home/legluondunet/.eduke32/ for game data
Initializing SDL system interface (compiled against SDL version 2.0.0, found version 2.0.0)
Using "x11" video driver
Searching for game data...
Checksumming DUKE3D.GRP... Done
./eduke32[0x45e30d]
/lib/x86_64-linux-gnu/libc.so.6(+0x36ff0)[0x7f7155c95ff0]
/lib/x86_64-linux-gnu/libpthread.so.0(pthread_mutex_lock+0x4)[0x7f7156030f74]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XrmQGetResource+0x3c)[0x7f715331915c]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XGetDefault+0xc2)[0x7f71532f6a92]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x94dcf)[0x7f714dd51dcf]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x97110)[0x7f714dd54110]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(cairo_surface_get_font_options+0x87)[0x7f714dd26e07]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x2b61f)[0x7f714dce861f]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(+0x2ef95)[0x7f714dcebf95]
/usr/lib/x86_64-linux-gnu/libcairo.so.2(cairo_show_glyphs+0x22)[0x7f714dcdef82]
/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0(+0x7e53)[0x7f714e1efe53]
/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0(+0x8164)[0x7f714e1f0164]
/usr/lib/x86_64-linux-gnu/libpango-1.0.so.0(pango_renderer_draw_glyphs+0x3f)[0x7f714d2fee7f]
/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0(pango_cairo_show_glyph_string+0x94)[0x7f714e1f03c4]
/usr/lib/x86_64-linux-gnu/libpango-1.0.so.0(pango_renderer_draw_glyphs+0x3f)[0x7f714d2fee7f]
/usr/lib/x86_64-linux-gnu/libpango-1.0.so.0(pango_renderer_draw_layout_line+0x4a8)[0x7f714d2ff808]
/usr/lib/x86_64-linux-gnu/libpango-1.0.so.0(pango_renderer_draw_layout+0x115)[0x7f714d2ffb65]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(gdk_draw_layout_with_colors+0x1e3)[0x7f714e6249b3]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(gdk_draw_layout+0xf7)[0x7f714e624c27]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(+0x1a203b)[0x7f714ea4e03b]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(+0x122a4d)[0x7f714e9cea4d]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(+0x12d675)[0x7f714e9d9675]
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0xb2)[0x7f714ce5a102]
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(+0x218db)[0x7f714ce6b8db]
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit_valist+0xab9)[0x7f714ce734f9]
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_signal_emit+0x82)[0x7f714ce73ae2]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(+0x23d664)[0x7f714eae9664]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(gtk_container_propagate_expose+0x198)[0x7f714e962618]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(+0x14a907)[0x7f714e9f6907]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(+0x12d675)[0x7f714e9d9675]
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0(g_closure_invoke+0xb2)[0x7f714ce5a102]
hash_find(): table not initialized!


My config:
Ubuntu 13.10
Nvidia GX770 with 331.20 drivers
Processor Intel i5-3570 3,4 Ghz
8 Go RAM

Thank you for your help.
LGDN.

This post has been edited by Le Gluon du Net: 12 January 2014 - 11:14 AM

0

User is offline   NY00123 

#2

Hey,

I'm afraid this is a known issue, which possibly comes out of a conflict between SDL 2.0 and GTK2 in the way.
For now you can remove the executable and all object files by typing "make veryclean", and then:

1. Either target SDL 1.2, using "make SDL_TARGET=1",
2. or disable the GTK2 startup window with "make HAVE_GTK2=0".

This post has been edited by NY00123: 12 January 2014 - 11:12 AM

0

#3

I tried

1. Either target SDL 1.2, using "make SDL_TARGET=1",
2. or disable the GTK2 startup window with "make HAVE_GTK2=0".

all two possibilities resolved the crash. Thank you.

If I disabled GTK2, I have no interface. Do you know if the dev planed to migrate eduke32 to GTK3?

This post has been edited by Le Gluon du Net: 12 January 2014 - 11:40 AM

0

User is offline   Plagman 

  • Former VP of Media Operations

#4

This is now fixed!
1

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


All copyrights and trademarks not owned by Voidpoint, LLC are the sole property of their respective owners. Play Ion Fury! ;) © Voidpoint, LLC

Enter your sign in name and password


Sign in options