Linux Galaxy API not loading with glibc 2.41

JanUwU42

Greenhorn
Could someone write up a step by step guide to fix the so files that can be done in the steam deck desktop mode?
You can try the following:
(Sadly I don't have my Steam Deck on me right now so I cant try it, but thats how it worked on Arch (And SteamOS is based on Arch))

1. Switch to Desktop Mode

2. Open Konsole

3. Install `execstack` from AUR
Bash:
git clone https://aur.archlinux.org/execstack.git
cd execstack
makepkg -sirc
4. CD into your Stardew Valley folder
(You can find it by going to your Steam Library on Stardew and then Press the settings Button > Manage > Browse local files)
If you have the Flatpack Version of Steam it probably looks similar to this
Bash:
cd ~/.var/app/com.valvesoftware.Steam/.steam/steam/steamapps/common/Stardew\ Valley/
5. Run `execstack` to fix the problem
Bash:
execstack -c libGalaxy64.so && execstack -c libGalaxyCSharpGlue.so
 

motenai

Newcomer
Last edited:
Top