Hi, I can't seem to run it on Ubuntu 1.9. Do you have any idea what might be causing it? I'm running it through itch.io app launcher and it doesn't seem to find executable file to start the game
I think I found what the problem is. It’s because run.sh
has DOS-style line endings. It tries to append the carriage return character to the interpreter path at the beginning and obviously fails, because there is no such file.
You can resolve it by just converting run.sh
to UNIX-style line endings using a text editor of your choice (most text editors can do that).