imayushsaini / Bombsquad-Ballistica-Modded-Server

Modded Server scripts for game BombSquad
MIT License
51 stars 47 forks source link

No such file error #42

Open finnyfound opened 2 years ago

finnyfound commented 2 years ago
>>> Launching server subprocess...
Error launching server subprocess: [Errno 2] No such file or directory: './bombsquad_headless'
Valid server config file loaded.
Launching server subprocess...
Error launching server subprocess: [Errno 2] No such file or directory: './bombsquad_headless'
Valid server config file loaded.
Launching server subprocess...
Error launching server subprocess: [Errno 2] No such file or directory: './bombsquad_headless'

while trying to run ./bombsquad_server i am getting this error. Any clue ?

dist folder has the ./bombsquad_headless file

imayushsaini commented 2 years ago

no idea , maybe file broken , try to clone again

Crossshield45 commented 10 months ago

Are you trying to run in mobile with arm32? @finnyfound

I know its too late :)

finnyfound commented 10 months ago

@Crossshield45 Yes.

Crossshield45 commented 10 months ago

That's the reason why it doesn't work... This script only supports arm64 and aarch64 in mobile i guess.

@imayushsaini am I correct?