It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
It will not start with the icon or when starting it from Terminal with start.sh



edit.
I wanted to switch from Steam to Gog.
Under Steam the installation of Linux Games works everytime.
Post edited November 06, 2019 by user10584
avatar
user10584:
Did you give the file permission to run as a program? From properties tick the box or whatever they use in Ubuntu.
No , i tried making it executable but it gives me these error messages when starting.


a@a:~/GOG Games/Deponia$ chmod +x start.sh
a@a:~/GOG Games/Deponia$ sh start.sh
start.sh: 6: start.sh: Bad substitution
start.sh: 8: start.sh: source: not found
start.sh: 11: start.sh: get_gameinfo: not found
start.sh: 12: start.sh: get_gameinfo: not found
start.sh: 13: start.sh: get_gameinfo: not found
start.sh: 34: start.sh: define_option: not found
start.sh: 37: start.sh: standard_options: not found
a@a:~/GOG Games/Deponia$
It's a Bash script, so sh won't work. You should be able to run it like this:
avatar
user10584: a@a:~/GOG Games/Deponia$ ./start.sh
or like this:
avatar
user10584: a@a:~/GOG Games/Deponia$ bash start.sh