PlaneShift

Support => Linux Specific Issues => Topic started by: kathera_lockharte on July 08, 2007, 09:30:52 am

Title: having trouble running client
Post by: kathera_lockharte 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?
Title: Re: having trouble running client
Post by: bohik 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.