Author Topic: Running/Playing PS AFTER Installation  (Read 1174 times)

LDC2357

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Running/Playing PS AFTER Installation
« on: February 23, 2012, 05:55:56 pm »
OK so I've installed Planeshift on my Xubuntu 11.10 Netbook, from terminal  \\o//, but now I can't find anything to click or run to actually run the game ???. The installation wouldn't allow me to install into /opt so I put the game files in /home/NAME/Planeshift. There is no shortcut in my menu, and i don't know what to do with the .bin files for the game, any help would be appreciated.

Aiwendil

  • Hydlaa Citizen
  • *
  • Posts: 463
    • View Profile
Re: Running/Playing PS AFTER Installation
« Reply #1 on: February 23, 2012, 06:55:33 pm »
Open a shell (terminal), type "cd ~/PlaneShift" and then "./pslaunch". This should start the launcher. ("~" == "$HOME" == home directory of your user)

(In case you used the installer and gave it another directory it might be that you have to use "cd ~/opt/PlaneShift"...no clue but last time I tried it the installer created an "opt" directory for me when trying to install PS in my home directory)

If that works you can still create a shortcut manually..no clue how this works exactly in xfce4 but I guess it's not so hard to create a shortcut pointing to pslaunch.

LDC2357

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Re: Running/Playing PS AFTER Installation
« Reply #2 on: February 23, 2012, 07:29:34 pm »
ok I feel really dumb now, but the pslaunch ran from the folder. It works and im downloading the update now.

bilbous

  • Guest
Re: Running/Playing PS AFTER Installation
« Reply #3 on: February 23, 2012, 07:55:42 pm »
once the update finishes you will likely need to mark pslaunch as executable or it will fail to run.

LDC2357

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
Re: Running/Playing PS AFTER Installation
« Reply #4 on: February 24, 2012, 01:25:16 am »
pslaunch won't run, not even in terminal:

NAME@NAME:~/Games/PlaneShift$ ./pslaunch
./pslaunch: line 5: /home/NAME/Games/PlaneShift/pslaunch.bin: Permission denied
./pslaunch: line 5: exec: /home/NAME/Games/PlaneShift/pslaunch.bin: cannot execute: Permission denied

I made sure that it was running as an executable, but it still doesn't run, the properties for it says its a shell script.

Aiwendil

  • Hydlaa Citizen
  • *
  • Posts: 463
    • View Profile
Re: Running/Playing PS AFTER Installation
« Reply #5 on: February 24, 2012, 01:34:29 am »
"chmod +x pslaunch.bin"
"chmod +x psclient.bin"

(in the PS directory)
It's a known bug...the PS executables loose their execution rights after an update.