Author Topic: [HELP] - how to install the game  (Read 795 times)

ilcontegis

  • Wayfarer
  • *
  • Posts: 1
    • View Profile
[HELP] - how to install the game
« 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  :'(

peeg

  • Testers
  • Hydlaa Notable
  • *
  • Posts: 560
    • View Profile
Re: [HELP] - how to install the game
« Reply #1 on: February 17, 2007, 07:05:12 pm »
Seems like the download went wrong. Download the installer again and see if that helps :)
[ PSde ] - Join the german community!
Peeg Chaoswind - Mentor in The Rangers Of Yliakum

bilbous

  • Guest
Re: [HELP] - how to install the game
« Reply #2 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.