I'm using FC 6 x86_64 and installed Nexuiz with the "yum" commando, because Nexuiz is included in the repos of FC 6 and it's easier to install.
Now I wanted to Update to the actual Version, because the repo isn't really actual and I want to do my best to increase, or hold the safety-concept of my system. I also had some problems with the 3D acceleration, which seemed to be a little bit too slow and the option "Deluxe Mapping" caused a segmentation fault. I used gdb to find out where the problem lies, and it's the crappy ATI Linux driver (using a Radeon X1600Pro).
As it is recommended I unzipped the Patch to the main directory of Nexuiz. In my case the directory path is:
/home/<myself>/.nexuiz
Then I tried to start Nexuiz but the launcher couldn't find the "Data" directory and told me that i should start Nexuiz with the following parameter:
nexuiz-sdl -basedir /path/to/game
Ok, I had done it as it was told to me but now Nexuiz shows me the following error message:
- Code: Select all
OpenGL Backend starting...
glDrawRangeElements detected (max vertices 2147483647, max indices 65535)
GLSL shader support detected: texture units = 8 texenv, 16 image, 8 array
OpenGL backend started.
Trying to load library... "libjpeg.so.62" - loaded.
JPEG support enabled
Trying to load library... "libpng12.so.0" - loaded.
PNG support enabled
Draw_CachePic: failed to load gfx/loading
Speicherzugriffsfehler
"Speicherzugriffsfehler" is german and means "segmentation fault".
What should I do now? Trying gdb? It seems to work only without addidtional commands. But it shows some new infos.
- Code: Select all
Menu_Error: No such builtin #624 in menu
QuakeC crash report for menu:
s4009: CALL0 getextresponse (=())
: Item_Nex_ExtResponseSystem_CheckForResponse : statement 0
: Item_Nex_ExtResponseSystem_Update : statement 0
: Raise_Update : statement 6
: _Menu_ProcessUpdate : statement 18
: _Menu_ProcessUpdate : statement 34
: _Menu_ProcessUpdate : statement 34
: Menu_Process : statement 12
: Menu_Frame : statement 40
: m_frame : statement 5
: m_draw : statement 17
Falling back to normal menu
Draw_CachePic: failed to load gfx/mainmenu
[Thread 1084229952 (LWP 4248) exited]
OpenGL Backend shutting down
Program exited normally.
Could someone of you help me, please? If you don't understand me, because I'm writing bad english, I'm sorry. I never wrote such complex things in english a long tome ago.
