windoozatnick: Please tell me what could be wrong?
Gydion: This:
windoozatnick: sh '/home/win/GOG Games/This War Of Mine/start.sh' Gydion: It's a BASH script. You can see this on the first line with a text editor,
less, etc. Don't run it with
sh. Make it executable, +x, and then you can run it normally, e.g.
'/home/win/GOG Games/This War Of Mine/start.sh'. Otherwise,
bash '/home/win/GOG Games/This War Of Mine/start.sh' will work.
Thanks for explaining the difference, I didn't know =)
I try
chmod +x '/home/win/GOG Games/This War Of Mine/start.sh' and
bash '/home/win/GOG Games/This War Of Mine/start.sh' and got this output
Running This War Of Mine
//home/win/GOG Games/This War Of Mine/start.sh: line 20:./ Kosovo Linux: No such file or directory Also, I tried to run directly, without launcher
chmod +x '/home/win/GOG Games/This War Of Mine/game/KosovoLinux' and
'/home/win/GOG Games/This War Of Mine/game/KosovoLinux' and got a similar output
bash: / home/win/GOG Games/This War Of Mine/game / Kosovo Linux: No such file or directory