PlaneShift

Support => Linux Specific Issues => Topic started by: SexyLexie on July 08, 2007, 08:47:38 pm

Title: Problems on ubuntu
Post by: SexyLexie on July 08, 2007, 08:47:38 pm
Hello
I today installed planeshift on my laptop, which is running ubuntu linux. However, when I try to run the .bin, I receive the message:
(http://i76.photobucket.com/albums/j13/Wyrd07/nooooo.png)

Why is this happening to me?
Title: Re: Problems on ubuntu
Post by: bohik on July 08, 2007, 09:14:48 pm
Try using the console, going to the directory of the bin file ( "cd directorynamehere" ) then type the following:
Code: [Select]
chmod +x PlaneShift_CBV0.3.018.bin
./PlaneShift_CBV0.3.018.bin
You might need to append "sudo" in front of the commands if it mentions something about permission denied.

Title: Re: Problems on ubuntu
Post by: zsteele on July 19, 2007, 12:46:36 pm
I'm having the same problem, but your suggestions lead to the following:

Quote
sudo ./PlaneShift_CBV0.3.019-x64.bin
Password:
./PlaneShift_CBV0.3.019-x64.bin: 13: : not found
./PlaneShift_CBV0.3.019-x64.bin: 13: aH: not found
./PlaneShift_CBV0.3.019-x64.bin: 13: �U�Ud�Ud��@@: not found
./PlaneShift_CBV0.3.019-x64.bin: 13: Q�td/lib64/ld-linux-x86-64.so.2GNU: not found
./PlaneShift_CBV0.3.019-x64.bin: 13: ELF: not found
./PlaneShift_CBV0.3.019-x64.bin: 14: Syntax error: "(" unexpected
Title: Re: Problems on ubuntu
Post by: Induane on July 23, 2007, 04:50:46 pm
What is the output of:

Code: [Select]
uname -r
I'm going to assume you've installed a 32 bit Ubuntu system which means you cannot run the 64bit installer.
Title: Re: Problems on ubuntu
Post by: alsvartr on July 24, 2007, 07:16:58 pm
I got the same problem on my Ubuntu 7.04
Code: [Select]
alsvartr@bust:/media/disk$ sudo chmod +x PlaneShift_CBV0.3.019-x86.bin
alsvartr@bust:/media/disk$ sudo ./PlaneShift_CBV0.3.019-x86.bin
sudo: unable to execute ./PlaneShift_CBV0.3.019-x86.bin: Permission denied
Title: Re: Problems on ubuntu
Post by: Araye on July 24, 2007, 07:28:23 pm
You don't "have" to install as root.

Once you have set the +x permission, try running the install as a normal user.

Sure it won't install some of the icons and things, but it works beautifully for me from the command line.
Title: Re: Problems on ubuntu
Post by: alsvartr on July 24, 2007, 08:55:18 pm
Nope, same problem:
Code: [Select]
alsvartr@bust:/media/disk$ chmod +x PlaneShift_CBV0.3.019-x86.bin
alsvartr@bust:/media/disk$ ./PlaneShift_CBV0.3.019-x86.bin
bash: ./PlaneShift_CBV0.3.019-x86.bin: Permission denied

*edit*

Copied this bin file to my home directory and all works fine. Wtf?

[ Double-post merged. --Karyuu ]