this post was submitted on 15 Oct 2023
38 points (89.6% liked)

Linux Gaming

14944 readers
177 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
 

A few years ago, almost out of despair, I moved away from Debian in order to be able to play a few games natively.

On those days, the main concern with running games on Debian came mostly from unavailable dependencies or older, incompatible versions.

Fast forward today, returning to Debian, all installers from GOG run smoothly, with no error, but many games report errors on launching.

So, as per the title, what crazy voodoo magic is cast upon Debian to create Ubuntu, Mint and others, making those derivatives gaming-capable but their base distro not?

Can someone enlighten me on this, please?

Out of many games I tried, I managed to run three: Kingdom Rush and the Frontiers sequel and Martial Law.

Other titles failed miserably, including Desperados, Eschalon and even Stardew Valley.

Because it's useful/required info:

system

  • AMD Athlon II x2 250
  • 8GB RAM
  • GeForce G210

It's a very reliable work horse, with maxed out memory. The GPU proprietary drivers are no longer available; running nouveau.

When launching from the console, I get this report (example from Stardew Valley):

start.sh: 7: Bad substitution

start.sh: 9: source: not found

start.sh: 12: get_gameinfo: not found

start.sh: 13: get_gameinfo: not found

start.sh: 14: get_gameinfo: not found

start.sh: 29: define_option: not found

start.sh: 32: standard_options: not found

you are viewing a single comment's thread
view the rest of the comments
[–] aruser@lemmy.world 16 points 11 months ago (2 children)

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!

[–] seaQueue@lemmy.world 8 points 11 months ago* (last edited 11 months ago) (1 children)

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.

[–] sugar_in_your_tea@sh.itjust.works 5 points 11 months ago

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.

[–] qyron@sopuli.xyz 1 points 11 months ago* (last edited 11 months ago)

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