Back to topic.
I started nexuiz in gdb like divVerent discribed in this thread:
http://www.forums.alientrap.local/viewtopi ... ight=debug
I used nexuiz-linux-686-glx.
This is the output of gdb:
- Code: Select all
<===================================>
Soylent Space
CDAudio: Bad track number 0.
ddPlayer entered the game
ddPlayer connected
ddPlayer is spectating now
Fake CD track 6 playing...
Program received signal SIGABRT, Aborted.
[Switching to Thread -1212687808 (LWP 5114)]
0xb7f01410 in ?? ()
(gdb) bt
#0 0xb7f01410 in ?? ()
#1 0xbfc4c36c in ?? ()
#2 0x00000006 in ?? ()
#3 0x000013fa in ?? ()
#4 0xb7bca060 in raise () from /lib/libc.so.6
#5 0xb7bcb801 in abort () from /lib/libc.so.6
#6 0xb70f5785 in _nv000136gl () from /usr/lib/libGLcore.so.1
#7 0xb731d40b in _nv000130gl () from /usr/lib/libGLcore.so.1
#8 0x11584420 in ?? ()
#9 0x11584418 in ?? ()
#10 0x11584418 in ?? ()
#11 0x00000000 in ?? ()
(gdb)
It seems, that some maps dont lead to a crash. I can play aggressor, downer or farewell like normal. But changing to warfare or soylent make nexuiz run like in slow-motion until it freezes or crashes. I can only see the sky then, not the map itsself.
I hope the gdb-output might help.