I have Linux Mint Debian Edition(with Xfce as the desktop manager, amd64 architecture) installed on my laptop. I have some problems with my installation. One of those problems is the fact that I cannot execute binary files with bash. I'm trying to install a 3d game engine called OctaForge, and the installer is a small .sh file. When I run it via terminal, here's what I get:
./run_client.sh: 15: ./run_client.sh: ./bin_unix/OF_Client_Linux-x86_64: not found
So i tried to run /bin_unix/OFOF_Client_Linux-x86_64 directly, and i got the same problem:
bash: ./OF_Client_Linux-x86_64: No such file or directory
,also with the bas command:
- Code: Select all
bash OF_Client_Linux-x86_64
I get the following error:
OF_Client_Linux-x86_64: OF_Client_Linux-x86_64: cannot execute binary file
Does anyone know what the problem might be? (p.s: the binary file is set to be executable, so that can't be the problem).
P.S: I'm having this problem with several(if not all) binary files, so it't not a problem from the engine itself.

