Notifications
Clear all

To all SSC Station occupants

Thank you for the donations over the past year (2024), it is much appreciated. I am still trying to figure out how to migrate the forums to another community software (probably phpbb) but in the meantime I have updated the forum software to the latest version. SSC has been around a while so their is some very long time members here still using the site, thanks for making SSC home and sorry I haven't been as vocal as I should be in the forums I will try to improve my posting frequency.

Thank you again to all of the members that do take the time to donate a little, it helps keep this station functioning on the outer reaches of space.

-D1-

Can't get Pioneer to load

(@madshib)
New Member

Hello all,

This is a question that goes out to the patient....

I have Pioneer installed on my laptop and my desktop machine. I have no problem running it on my laptop (Dual core, 2ghz, 2g ram, Intel Gfx, Mint 13 MATE) but on my desktop (Quad core, 2.4Ghz, 4g ram, nVidia 430 1 gig, Mint 13 XFCE) I get this....

bob@bob-System-Product-Name ~ $ ls
Desktop Music pioneer-alpha26-linux32 Videos
Documents Pictures Public
Downloads pioneer-91b0b71-linux32 Templates
bob@bob-System-Product-Name ~ $ cd ./pioneer-alpha26-linux32
bob@bob-System-Product-Name ~/pioneer-alpha26-linux32 $ ls
AUTHORS.txt data modelviewer pioneer
Changelog.txt fonts.COPYING.txt modelviewer.map pioneer.map
COMPILING.OSX.txt lua.COPYING.txt Modelviewer.txt Quickstart.txt
COPYING.txt models.COPYING.txt music.COPYING.txt README.txt
bob@bob-System-Product-Name ~/pioneer-alpha26-linux32 $ ./pioneer
bash: ./pioneer: No such file or directory
bob@bob-System-Product-Name ~/pioneer-alpha26-linux32 $

I ran the git command to resolve the dependencies but I'd get an altogether different error if that was the problem, that much I am aware of. I run the same command to have it run on my laptop to start pioneer(and Neverwinter Nights for that matter). I feel like I'm missing something ridiculously easy and I would really (I mean REALLY)like to run Pioneer in the "High" settings and take advantage of the gfx card <img src=' http://spacesimcentral.com/forum/public/style_emoticons//wink3.gi f' class='bbc_emoticon' alt=';)' />

If anyone can help, I'd appreciate it.



bob@bob-System-Product-Name ~ $ ls

Desktop Music pioneer-alpha26-linux32 Videos

Documents Pictures Public

Downloads pioneer-91b0b71-linux32 Templates

bob@bob-System-Product-Name ~ $ cd ./pioneer-alpha26-linux32

bob@bob-System-Product-Name ~/pioneer-alpha26-linux32 $ ls

AUTHORS.txt data modelviewer pioneer

Changelog.txt fonts.COPYING.txt modelviewer.map pioneer.map

COMPILING.OSX.txt lua.COPYING.txt Modelviewer.txt Quickstart.txt

COPYING.txt models.COPYING.txt music.COPYING.txt README.txt

bob@bob-System-Product-Name ~/pioneer-alpha26-linux32 $ ./pioneer

bash: ./pioneer: No such file or directory

bob@bob-System-Product-Name ~/pioneer-alpha26-linux32 $

I ran the git command to resolve the dependencies but I'd get an altogether different error if that was the problem, that much I am aware of. I run the same command to have it run on my laptop to start pioneer(and Neverwinter Nights for that matter). I feel like I'm missing something ridiculously easy and I would really (I mean REALLY)like to run Pioneer in the "High" settings and take advantage of the gfx card <img src=' http://spacesimcentral.com/forum/public/style_emoticons//wink3.gi f' class='bbc_emoticon' alt=';)' />

If anyone can help, I'd appreciate it.

Quote
Topic starter Posted : September 30, 2012 04:49
(@pavansss91)
Active Member

Try

$ chmod +x pioneer
$ ./pioneer

$ chmod +x pioneer

$ ./pioneer

ReplyQuote
Posted : September 30, 2012 10:31
(@Anonymous)
New Member

Do you use the free drivers or the proprietary? Have you tried to switch them? Sometimes, proprietary drivers are quite unstable.

ReplyQuote
Posted : September 30, 2012 10:51
 robn
(@robn)
Noble Member

You're trying to run the 32-bit build on a 64-bit Linux. Either install 32-bit compatibility libraries for your system or better, just grab the 64-bit build.

ReplyQuote
Posted : September 30, 2012 15:53
(@madshib)
New Member

32 bit versus 64 bit seemed to be the issue...thank you!

ReplyQuote
Topic starter Posted : October 2, 2012 12:48