project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - amsch

Pages: [1]
1
Feature Requests / Cannot start UFO:AI on gentoo
« on: August 06, 2006, 06:47:03 pm »
Hello!

I have downloaded the loki installer and tried to start the game (after editing default.cfg). But im getting the following error:

Code: [Select]

Adding game dir: ./base
using /home/andreas/.ufoai/base/ for writing
Adding game dir: /home/andreas/.ufoai/base
execing default.cfg
couldn't exec config.cfg
execing keys.cfg
Console initialized.

------- sound initialization -------
Using Alsa
Using sounddevice "default" - if you have problems with this try to set the cvar snddevice to a appropriate alsa-devicesound sampling rate: 48000
------------------------------------
------- Loading ref_glx.so -------
LoadLibrary("ref_glx.so"): can't open /etc/ufo.conf - setting search path to .
LoadLibrary("ref_glx.so") failed: libSDL_ttf-2.0.so.0: cannot open shared object file: No such file or directory
Dumped console text to /home/andreas/.ufoai/base/gl_debug.txt.
recursive shutdown
Error: Couldn't initialize OpenGL renderer!
Consult gl_debug.txt for further information.



my default.cfg

Code: [Select]

//
// DEFAULT CVARS
//

// WIN32
//set vid_ref                   gl
//set gl_driver         "opengl32"
// END WIN32

// LINUX
//set vid_ref                   glx
set vid_ref                     sdl
set gl_driver           libGL.so
// sndsystem: (Linux only and only when SDL and/or Alsa compiled into the binary - see Makefile)
// .. 0 = OSS
// .. 1 = SDL
// .. 2 = ALSA (default)
set sndsystem 2
// END LINUX

set gl_mode             6
set vid_fullscreen      1
set crosshair           1
set cl_precachemenus    1

//----------------------------------------------

//
//      INIT STUFF
//
alias   init    "mn_push main;"

//
// newgame command
//
alias   newgame " killserver ; maxclients 1"

//
// quake2 +set dedicated 1
// will run this command if no other +map is included
//
alias   dedicated_start ""

Pages: [1]