Digital Paint Discussion Board

Paintball 2: The Game => Help and Support => Topic started by: thepenguin on April 08, 2014, 10:36:22 PM

Title: Help. Linux. Ubuntu. Install, config error.etc.
Post by: thepenguin on April 08, 2014, 10:36:22 PM
I am trying to run the paintball file in Ubuntu, through the terminal.

bryan@bryan-HP-2000-Notebook-PC:~/paintball2$ ./paintball2

Paintball 2 -- Version 2.0
Execing configs/default.cfg.
Console initialized.

------- Sound initialization -------
LoadLibrary("./snd_oss.so")
/dev/dsp: No such file or directory
SNDDMA_Init: Could not open /dev/dsp.
------- Loading ref_pbgl.so -------
LoadLibrary("ref_pbgl.so") failed: libjpeg.so.62: cannot open shared object file: No such file or directory
Recursive shutdown.
Error: Couldn't load gl refresh!
bryan@bryan-HP-2000-Notebook-PC:~/paintball2$


Of course im in the right dir, as you can see ive done everything people have said to do on here. still wont work, so please help. funny how i got this game through wine working, but not the linux version :/
Title: Re: Help. Linux. Ubuntu. Install, config error.etc.
Post by: not_payl_obviously on April 09, 2014, 08:52:41 AM
Looks like you are missing libjpeg, at least game couldn't open it.

Also: I have prompted for removing linux support few times, but jitspoe wants to keep it. Linux never was good gaming platform, so you are trying it at your own risk..
Title: Re: Help. Linux. Ubuntu. Install, config error.etc.
Post by: jitspoe on April 09, 2014, 10:21:49 AM
Unfortunately, I think you'll need to explicitly get that version of libjpeg.  I should probably just hard link the jpeg lib into the executable like I do on the windows version.  Linux is terrible when it comes to libraries and backward compatibility.  You might be able to find it using Synaptic.

On the off chance you don't have libjpeg at all, you might be able to fix the issue using this command:

sudo apt-get install libjpeg
Title: Re: Help. Linux. Ubuntu. Install, config error.etc.
Post by: thepenguin on April 15, 2014, 10:15:20 PM
Nothing worked, i did the install for libjpeg62 and nothing. Still get the same error. I have no idea why :/
Title: Re: Help. Linux. Ubuntu. Install, config error.etc.
Post by: thepenguin on April 15, 2014, 10:29:48 PM
OK i lied, now its working, i need the 32bit version
Title: Re: Help. Linux. Ubuntu. Install, config error.etc.
Post by: ic3y on April 16, 2014, 07:02:51 AM
ia32-libs
Title: Re: Help. Linux. Ubuntu. Install, config error.etc.
Post by: Needtoknow on October 21, 2017, 05:44:22 PM
The quick and dirty solution to this problem:

sudo apt-get install libjpeg62:i386


I'm still working on sound.