Notifications
Clear all

Can't get Pioneer to load


madshib
(@madshib)
Crewman Registered
Joined: 12 years ago
Posts: 3
Topic starter  

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
pavansss91
(@pavansss91)
Crewman Registered
Joined: 12 years ago
Posts: 5
 

Try

$ chmod +x pioneer
$ ./pioneer

$ chmod +x pioneer

$ ./pioneer


ReplyQuote
 Anonymous
Joined: 54 years ago
Posts: 0
 

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


ReplyQuote
robn
 robn
(@robn)
Captain Registered
Joined: 13 years ago
Posts: 1035
 

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
madshib
(@madshib)
Crewman Registered
Joined: 12 years ago
Posts: 3
Topic starter  

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


ReplyQuote