Digital Paint Discussion Board

Paintball 2: The Game => Paintball 2 Discussion => Topic started by: HanskuckindieLuft on August 12, 2005, 08:50:18 AM

Title: Linux:couldn't exec configs/default.cfg??
Post by: HanskuckindieLuft on August 12, 2005, 08:50:18 AM
Hi I just downloaded the linux version of this game and it doesn't work:
dirk@linux:~> /home/dirk/paintball2/paintball2
Paintball 2 -- Version 3.21+r0.16
couldn't exec configs/default.cfg
Console initialized.

------- sound initialization -------
sound sampling rate: 11025
------------------------------------
------- Loading ref_glx.so -------
LoadLibrary("ref_glx.so") failed: No such file or directory
recursive shutdown
Error: Couldn't load gl refresh!
Can anyone help me out, that would be nice.
Title: _
Post by: IronFist on August 12, 2005, 09:36:06 AM
Post removed
Title: Re: Linux:couldn't exec configs/default.cfg??
Post by: HanskuckindieLuft on August 12, 2005, 10:12:18 AM
I got this file in the paintball directory, but somehow the programm doesn't find it
Title: Re: Linux:couldn't exec configs/default.cfg??
Post by: jitspoe on August 12, 2005, 02:52:22 PM
dirk@linux:~> /home/dirk/paintball2/paintball2

You're not running it from within the paintball2 directory.  It's looking for the files in ~.

Try:
cd /home/dirk/paintball2
./paintball2
Title: Re: Linux:couldn't exec configs/default.cfg??
Post by: HanskuckindieLuft on August 12, 2005, 03:43:20 PM
Thank you, thank you, I could have think of this myself