.bin to Linux exe

Retroman839

Senior Member
vacBacker
Feedback
12 (100%)
Credits
6,485CR
Tried loads to convert .bin file in Ubuntu

With chmod +x <file_name> no dice!

I’m not sure what file is?

For exsample if I put or2g.bin Into a new folder I call or2.

I then run chmod +x <or2_or2g.bin>

And I get syntax errors ‘new line’.

Just wonderd is there a software that will just convert for me ?
So I’m not just sending hours trying to do 1 simple task ? # Linux is doing my head in!
 

Mc-Q

Active member
Credits
1,449CR
if you right click a file and go to property's you can check if it's owned by root or a user and set the executable flag.
that wont make it run if it's not actually a program but a partition-dump or something else.
to run an executable from the commandline you type ./ (dot forward-slash) before the filename.
 

Mc-Q

Active member
Credits
1,449CR
looking at your error,
you need chmod +x or2/or2g.bin
presuming your not already in the or2 folder
also unlike windows, Linux is case sensitive - so be carefull about uppercase and lowercase letters
 

Retroman839

Senior Member
vacBacker
Feedback
12 (100%)
Credits
6,485CR
looking at your error,
you need chmod +x or2/or2g.bin
presuming your not already in the or2 folder
also unlike windows, Linux is case sensitive - so be carefull about uppercase and lowercase letters
Cheers man👍. Yeh just reading about
Chmod add all privillages
Chmod +rwx …

I can restore the .bins with disk writer..
Or mount the .bin files ..
This gives me access to any of the files.

I can use sudo su or su root
But I still get permission denied error ..
I will keep trying ..

I can get into test mode of virtual tennis 3
And I can launch virtual tennis 3
But syntax error mask 1

Seems I’m running 64bit class
And Lindbergh expects 32bit ver.
But seems to be ok at just ignoring this prob
 

Retroman839

Senior Member
vacBacker
Feedback
12 (100%)
Credits
6,485CR
🤣🤣🤣 I know absolutely nothing about Linux . But you know that already.
Right ok I will try user:user filename 👍
Like I know Jeniffer is the exe file
Of the outrun game as I have technoparrot and I can already play these games . But this emulator will allow for jvs emulation , and force feedback emulation..
I own r tuned twin cab .
so will be great to test if the ffb is output. 😁
 
Top