tasdikrahman / spaceShooter

:video_game: The classic retro game recreated using Pygame and python

Home Page:http://tasdikrahman.me/2016/02/02/Making-of-space-Shooter-using-pygame/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot execute binary file

neeraj-lad opened this issue ยท comments

Ubuntu 14.04 32-bit

I got this error when I tried to run the binary:
bash: ./spaceShooter: cannot execute binary file: Exec format error

I guess this is because the game was designed for a 64-bit machine, and can't be executed on a 32-bit machine.

Could you update the README file to indicate this?

Hey @neeraj-lad

Can you confirm that you made the file executable? If not, do so by

$ chmod +x <spaceshooter_exectutable_file>
$ ./<spaceshooter_exectutable_file>   

Thanks for your time ๐Ÿ˜„

Yes, I did.

Will update the README shortly. Thanks for trying it out.

Sad that you couldn't play it though ๐Ÿ˜ฎ

No problem. Great job though :D
Keep it up ๐Ÿ‘

@neeraj-lad That was kind of you. Thanks by the way ๐Ÿ˜„