efroemling / ballistica

The BombSquad Game Engine
Other
524 stars 104 forks source link

Cannot start bombSquad server on Raspberry Pi #481

Open akshaymane920 opened 2 years ago

akshaymane920 commented 2 years ago

Hello, I cannot start bombSquad server on Raspberry Pi. Can someone help me ? Error:

pi@raspberrypi:~/BombSquad_Server_Linux_x86_64_1.7.5 $ ./bombsquad_server
/usr/bin/env: ‘python3.10’: No such file or directory
pi@raspberrypi:~/BombSquad_Server_Linux_x86_64_1.7.5 $
Dliwk commented 2 years ago

You don't have python 3.10 installed. RPi doesn't seem to have this version available in their repositories (right?), so you can try this.

efroemling commented 2 years ago

Oh cool; didn't know the deadsnakes stuff works on raspbian. I just installed via source for my build device but I should use that instead...

akshaymane920 commented 2 years ago

Guys, I have installed Python3.10 now following the below article. https://allurcode.com/install-latest-version-of-python-on-raspberry-pi/

But now I get different error. image

akshaymane920 commented 2 years ago

Any Suggestions??

Dliwk commented 2 years ago

Guys, I have installed Python3.10 now following the below article. https://allurcode.com/install-latest-version-of-python-on-raspberry-pi/

But now I get different error. image

Looks weird. Didn't you miss any files? You should have dist folder with ba_data/, probably ba_root/ and bombsquad_server.

If you have them, could you show output of this command?

file dist/bombsquad_headless
JoseANG3L commented 2 years ago

@akshaymane920 A few days ago I uploaded the tutorial to create your server, in this video just jump to the server part 9:17 (it has English subtitles): https://youtu.be/por5b0GmARM