Author Topic: PlaneShift and Ubuntu  (Read 1978 times)

Volvox

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
PlaneShift and Ubuntu
« on: June 22, 2011, 02:56:22 am »
I'm running Ubuntu 11.04.

I have searched Google, looking for help on my issues. I got a bit farther, finally installing PlaneShift.

However, it will not launch.

I agreed during setup to have desktop icons. I click the PlaneShift icon there, and nothing happens.

I have installed it in /games/Planeshift. So next I went there, and tried launching both the client and the file labeled launcher. They both appear as 'executable text files', and failed to launch the game.

I have went into the properties section on all mentioned icons and clicked to "allow running as an executable program." I did this after trying a first time without that option.

Furthermore, I looked at the "PS launch not playing ball" topic, and tried what was recommended there...
Code: [Select]
andrewu@ubuntu:~$ /home/andrewu
bash: /home/andrewu: Is a directory
andrewu@ubuntu:~$ ./pslaunch --console
bash: ./pslaunch: No such file or directory
andrewu@ubuntu:~$ /home/andrewu/Games/PlaneShift
bash: /home/andrewu/Games/PlaneShift: Is a directory
andrewu@ubuntu:~$ ./pslaunch --console
bash: ./pslaunch: No such file or directory

I've been looking at PS for months now, and every go at installing it (now across 3 different computers) has failed. This time, with a different operating system. Any help would be much appreciated.  :)

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: PlaneShift and Ubuntu
« Reply #1 on: June 22, 2011, 07:05:06 am »
Try to do the following:

Code: [Select]
cd /home/andrewu/Games/PlaneShift
chmod +x *.bin psclient pslaunch

Now try to run it from the desktop launcher again. PS has this unpleasant bug with binaries loosing their executable flag.

Volvox

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Re: PlaneShift and Ubuntu
« Reply #2 on: June 22, 2011, 11:34:04 pm »
It turns out my hardware isn't good enough to run the game on this computer, so I only get as far as char creation, but nonetheless, I thank you for your time.

BoevenF

  • Hydlaa Notable
  • *
  • Posts: 543
  • Amdeneir citizen, mostly travelling
    • View Profile
    • The Doømed Ones SVG
Re: PlaneShift and Ubuntu
« Reply #3 on: June 23, 2011, 03:48:08 pm »
Code: [Select]
andrewu@ubuntu:~$ /home/andrewu
bash: /home/andrewu: Is a directory
andrewu@ubuntu:~$ ./pslaunch --console
bash: ./pslaunch: No such file or directory
andrewu@ubuntu:~$ /home/andrewu/Games/PlaneShift
bash: /home/andrewu/Games/PlaneShift: Is a directory
andrewu@ubuntu:~$ ./pslaunch --console
bash: ./pslaunch: No such file or directory

if your intention was to reach the game directory, you forgot part of the command I guess:
Code: [Select]
andrewu@ubuntu:~$ cd /home/andrewu/Games/PlaneShift