I have a very ambiguous problem:
This is the first time I exported my game to Linux. The export only has One file because the Pck file is embedded into the x86 file.
Whenever I try to run the game, I can't execute the file despite it actually existing and me having checked that everyone has the permission to run the file as a program.
Whenever I try ./flinkimaus.x86
(with or without sudo
) in the terminal, I get roughly the same error message:
./flinkimaus.x86 cannot be executed: File or Directory not found
.
It doesn't matter wether the file is in ~/flinkimaus
, ~/flinkimaus/export/
, ~/Desktop/
, /usr/bin
, /usr/games
, ~
or even /
, I get the exact same error message because Linux can't find the file that actually exists.
The same happens whenever I tried double-clicking on the file in the GUI file explorer, just without the visible error message.