PlaneShift

Support => Linux Specific Issues => Topic started by: ilcontegis on February 17, 2007, 05:31:59 pm

Title: [HELP] - how to install the game
Post by: ilcontegis on February 17, 2007, 05:31:59 pm
Hi, i'm new with linux and i have some problems to install the game.....i can't..
i have ubuntu 6.10

teo@teo-laptop:~/Desktop$ chmod +x ./PlaneShift_CBV0.3.018.bin
teo@teo-laptop:~/Desktop$  ./PlaneShift_CBV0.3.018.bin
Installer payload initialization failed. This is likely due to an incomplete or corrupt downloaded file.

why i can't? where i do wrong?
help me pls  :'(
Title: Re: [HELP] - how to install the game
Post by: peeg on February 17, 2007, 07:05:12 pm
Seems like the download went wrong. Download the installer again and see if that helps :)
Title: Re: [HELP] - how to install the game
Post by: bilbous on February 18, 2007, 04:31:12 am
My copy of the installer is 249.7 MB or 261808074B If yours is the same size it is likely not the problem. If it isn't then that is most likely the problem. You might want to try
Code: [Select]
sh ./PlaneShift_CBV0.3.018.bin or even
Code: [Select]
sudo sh ./PlaneShift_CBV0.3.018.bin The latter will prompt for your password and install as root. If you have only the one account it will have access to the sudo command by default in ubuntu.