Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits) (+1)

Whoa!  Thank you!

EDIT:  this is just an fyi.  No need to take action because the game works.

The game works when I run ./nw
after I run:
chmod +x chrome_crashpad_handler
chmod +x nw

For whatever reason ./Game.sh throws an error.
"bash: ./Game.sh: /usr/bin/bash^M: bad interpreter: No such file or directory"

I *think* this is because Game.sh was created on a Windows machine and adds some invisible characters to the .sh file that bash doesn't like. Game.sh is 70bytes.  When I recreate the file it's 66 bytes ....anyway it's not an issue.

Copying and pasting the contents of Game.sh to a new file that I called GameX.sh, saving, making it executable with 'chmod +x GameX.sh' and running that instead fixed the problem.  Also just running nw works. :D
-----------
#!/usr/bin/bash
chmod +x nw chrome_crashpad_handler
./nw
-----------
I haven't had time to play it past the main character entering his new apartment but I'm enthusiastic!

(+1)

I will pass this along to my developer, he's the one that made the linux build and everything you just explained confuses and terrifies me - I just draw nice boobs haha

Have fun with the game!