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

×
I bought Dex a few days ago. I installed it, and played it for a while the first night. I got really into it and was super looking forward to playing more. Last night I tried to load it and it didn't load. I uninstalled/reinstalled. No dice. Tried installing on another HD. Still not loading. I'm running Xubuntu 18.04, drivers up to date.

When I run it from a terminal with $sh start.sh I get this:
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: 43: start.sh: define_option: not found
start.sh: 44: start.sh: define_option: not found
start.sh: 47: start.sh: standard_options: not found

I don't get why it worked once and then stopped working after. Any help, please?
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
Ciderbat: When I run it from a terminal with $sh start.sh I get this:
start.sh: 6: start.sh: Bad substitution
start.sh: 8: start.sh: source: not found
...
Not sure what the more general problem is, but the above won't work. It's a BASH script, not DASH or Bourne shell.
E.G.
$ ./start.sh
or
$ bash start.sh
Post edited January 07, 2020 by Gydion