Author Topic: Linux:couldn't exec configs/default.cfg??  (Read 1762 times)

HanskuckindieLuft

  • Guest
Linux:couldn't exec configs/default.cfg??
« on: August 12, 2005, 06: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.

IronFist

  • Autococker
  • Posts: 1304
_
« Reply #1 on: August 12, 2005, 07:36:06 AM »
Post removed
« Last Edit: July 25, 2010, 11:13:26 PM by IronFist »

HanskuckindieLuft

  • Guest
Re: Linux:couldn't exec configs/default.cfg??
« Reply #2 on: August 12, 2005, 08:12:18 AM »
I got this file in the paintball directory, but somehow the programm doesn't find it

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Linux:couldn't exec configs/default.cfg??
« Reply #3 on: August 12, 2005, 12: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

HanskuckindieLuft

  • Guest
Re: Linux:couldn't exec configs/default.cfg??
« Reply #4 on: August 12, 2005, 01:43:20 PM »
Thank you, thank you, I could have think of this myself