Author Topic: having trouble running client  (Read 732 times)

kathera_lockharte

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
having trouble running client
« on: July 08, 2007, 09:30:52 am »
I keep getting the error
Code: [Select]
bash: Run: command not foundI use Ubuntu and well I can't seem to figure out how to install and run planeshift, so can anyone help me with this?

bohik

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: having trouble running client
« Reply #1 on: July 08, 2007, 10:38:41 am »
In the directory where you downloaded the .bin file:
Code: [Select]
chmod +x thefilename.bin
./thefilename.bin
If you get permission denied errors, then append "sudo" to the front of the commands i.e. "sudo ./thefilename.bin" or "sudo chmod +x thefilename.bin"
Afterwards, you can run the game from the desktop icons or go to the installation directory and run "./psclient". It may be that you need to modify permissions though depending on the details of the installation.