this post was submitted on 15 Oct 2023
38 points (89.6% liked)
Linux Gaming
15234 readers
75 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
From your report, what command are you using to launch Stardew Valley? It appears to be a bad shell interpretation. Are you using sh or bash? What's the first line of the "start.sh" script? What's your "echo $SHELL"?
I've been using debian testing for years for my gaming PC, for laptops and debian stable for servers. I'm very happy with it!
IIRC debian defaults to using dash for
/bin/sh
, the problem could be as simple as pointing these scripts at/bin/bash
(or another bash location) instead.Yup, looks like a bash vs dash issue, which is why I always set my shebang to be explicit about the shell I'm using.
I was using sh but when using bash start.sh it gave a completely diferent prompt, regardless not running. Copied the entire prompt on another reply.
"echo $shell" returns bash : echo : command not found