Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot execute: required file not found debug #426

Open
Leproide opened this issue Apr 1, 2024 · 4 comments
Open

cannot execute: required file not found debug #426

Leproide opened this issue Apr 1, 2024 · 4 comments

Comments

@Leproide
Copy link

Leproide commented Apr 1, 2024

Hi all,
After a vps reset the cod4x server wont start.
After uplloading the backup folder this is the error:

./cod4x18_dedrun +exec server.cfg +map_rotate +sv_pure 1
-bash: ./cod4x18_dedrun: cannot execute: required file not found

How i can debug this?
Have a nice day

@bbashy
Copy link
Contributor

bbashy commented Apr 5, 2024

@Leproide
Copy link
Author

Leproide commented Apr 5, 2024

Tnx, but not working

@D4edalus
Copy link
Contributor

D4edalus commented Apr 6, 2024

your system doesn't recognize that the file is an executable. you probably have a 64bit os and this is a 32bit binary. i haven't touched this in a very long time, but if you're on a debian based system you can check out the "Compiling on Linux" section in the readme.

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib

@Leproide
Copy link
Author

Leproide commented Apr 6, 2024

Perfect, now run without need to recompile :D
Tnx m8 <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants