Author Topic: Help. Linux. Ubuntu. Install, config error.etc.  (Read 5314 times)

thepenguin

  • PGP
  • Posts: 6
Help. Linux. Ubuntu. Install, config error.etc.
« 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 :/

not_payl_obviously

  • 68 Carbine
  • Posts: 415
Re: Help. Linux. Ubuntu. Install, config error.etc.
« Reply #1 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..

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: Help. Linux. Ubuntu. Install, config error.etc.
« Reply #2 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

thepenguin

  • PGP
  • Posts: 6
Re: Help. Linux. Ubuntu. Install, config error.etc.
« Reply #3 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 :/

thepenguin

  • PGP
  • Posts: 6
Re: Help. Linux. Ubuntu. Install, config error.etc.
« Reply #4 on: April 15, 2014, 10:29:48 PM »
OK i lied, now its working, i need the 32bit version

ic3y

  • Committee Member
  • Autococker
  • Posts: 1396
Re: Help. Linux. Ubuntu. Install, config error.etc.
« Reply #5 on: April 16, 2014, 07:02:51 AM »
ia32-libs

Needtoknow

  • PGP
  • Posts: 5
Re: Help. Linux. Ubuntu. Install, config error.etc.
« Reply #6 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.