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.


Messages - asv

Pages: [1]
1
Help and Support / Re: Ubuntu Linux Install Help
« on: August 09, 2006, 10:09:26 PM »
does /usr/lib/libGL.so.1 exhist? I'm thinking that it doesn't in your case...


asv@probe:/usr/lib$ cd /usr/lib
asv@probe:/usr/lib$ ls -l libGL*
lrwxrwxrwx 1 root root   21 2006-07-16 12:26 libGLcore.so.1 -> libGLcore.so.1.0.8762-rw-r--r-- 1 root root 7.5M 2006-07-10 10:08 libGLcore.so.1.0.8762
lrwxrwxrwx 1 root root   16 2006-04-22 17:49 libGLEW.so.1.3 -> libGLEW.so.1.3.1
-rw-r--r-- 1 root root 249K 2005-11-30 15:49 libGLEW.so.1.3.1
lrwxrwxrwx 1 root root   17 2006-07-16 12:26 libGL.so.1 -> libGL.so.1.0.8762
-rw-r--r-- 1 root root 718K 2006-07-10 10:08 libGL.so.1.0.8762
lrwxrwxrwx 1 root root   20 2006-05-05 19:51 libGLU.so.1 -> libGLU.so.1.3.060401
-rw-r--r-- 1 root root 503K 2006-05-05 10:57 libGLU.so.1.3.060401


2
Help and Support / Re: Ubuntu Linux Install Help
« on: August 09, 2006, 07:57:37 PM »
So here is what happens with the installer package:


asv@probe:~/.paintball2$ pwd
/home/asv/.paintball2
asv@probe:~/.paintball2$ ls
total 0
lrwxrwxrwx 1 asv asv 19 2006-08-09 21:53 libGL.so -> /usr/lib/libGL.so.1
drwxr-xr-x 2 asv asv 72 2006-08-09 21:54 pball
asv@probe:~/.paintball2$ paintball2

Paintball 2 -- Version (null)
Using /home/asv/.paintball2/pball/ for writing
execing configs/default.cfg
basedir is write protected.
Console initialized.

------- sound initialization -------
LoadLibrary("/usr/local/games/paintball2/snd_oss.so")

Initializing OSS Sound System
Buffer size: 65536
Stereo: 1
Samples: 32768
Samplepos: 0
Samplebits: 16
Submission_chunk: 1
Speed: 48000
Sound sampling rate: 48000
------------------------------------
------- Loading ref_pbgl.so -------
LoadLibrary("/usr/local/games/paintball2/ref_pbgl.so")
ref_gl version: PB2GL 0.16
/home/asv/.paintball2/libGL.so: cannot open shared object file: No such file or directory
ref_gl::R_Init() - could not load "libGL.so"
recursive shutdown
Error: Couldn't load gl refresh!



I have symlink in there for libGL.so in ~/.paintball, but its still complaining. Any ideas?

3
Help and Support / Ubuntu Linux Install Help
« on: August 09, 2006, 04:14:58 PM »
I'm trying to run paintball on Ubuntu Linux. I get the following error:


asv@probe:~/dloads/paintball2$ ls
\total 1.2M
drwxr-xr-x  3 asv asv   72 2005-04-13 00:29 ace
drwxr-xr-x  2 asv asv   80 2005-04-13 00:29 baseq2
drwxr-xr-x  2 asv asv  416 2006-02-28 03:49 docs
drwxr-xr-x  2 asv asv   80 2005-04-13 00:29 locs
-rwxr-xr-x  1 asv asv 611K 2006-02-28 18:22 paintball2
drwx------ 14 asv asv  368 2006-02-28 18:26 pball
-rw-r--r--  1 asv asv  20K 2006-02-28 02:39 README_Paintball2_alpha016.txt
-rwxr-xr-x  1 asv asv 499K 2006-02-28 18:23 ref_glx.so
asv@probe:~/dloads/paintball2$ ./paintball2
Paintball 2 -- Version 3.21+r0.16
execing configs/default.cfg
Console initialized.

------- sound initialization -------
Initializing Linux sound.
/dev/dsp: Input/output error
SNDDMA_Init: Could not mmap /dev/dsp.
------- Loading ref_glx.so -------
LoadLibrary("ref_glx.so") failed: libXxf86dga.so.1: cannot open shared object file: No such file or directory
recursive shutdown
Error: Couldn't load gl refresh!
asv@probe:~/dloads/paintball2$ sudo ./paintball2
Password:
Paintball 2 -- Version 3.21+r0.16
execing configs/default.cfg
Console initialized.

------- sound initialization -------
Initializing Linux sound.
/dev/dsp: Input/output error
SNDDMA_Init: Could not mmap /dev/dsp.
------- Loading ref_glx.so -------
LoadLibrary("ref_glx.so") failed: libXxf86dga.so.1: cannot open shared object file: No such file or directory
recursive shutdown
Error: Couldn't load gl refresh!
asv@probe:~/dloads/paintball2$


Any ideas? This is an AMD64 system running an Nvidia card (7800 GT), 

Pages: [1]