While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Dungeon Clawler will grab hold of your free time now it's in Early Access, plus keys to give away
- Steam getting proper Season Pass support with clearer guidelines and refunds for cancellations
- itch.io store now requires AI generated content disclosures for assets
- Huge new Proton 9.0-4 update for Steam Deck / Linux now in need of testing
- Mesa 24.3.0 graphics drivers for Linux released with many new features and bug fixes
- > See more over 30 days here
-
New Steam Controller 2 and VR controller designs got le…
- dubigrasu -
Steam Autumn Sale is live for you to empty your wallets…
- ShabbyX -
Steam Autumn Sale is live for you to empty your wallets…
- on_en_a_gros -
PlaytronOS Alpha 2 brings expanded NVIDIA support, more…
- Pyrate -
New Steam Controller 2 and VR controller designs got le…
- denyasis - > See more comments
- The Nightdive Source Port List
- Technopeasant - New Desktop Screenshot Thread
- Hamish - Spare gog keys
- Pyrate - Nintendo-style gaming, without Nintendo!
- Talon1024 - What have you been listening to?
- Linux_Rocks - See more posts
View PC info
when I try to launch Metro Exodus I get an error message telling me that my libc version is too old for the game to run (Is: 2.27 - should be: >2.29). With libc being an integral component of linux I can't just force upgrade to a newer version, unless I really want to completely trash my system.
Since I'm very happy with my current setup I'm not planning to upgrade to a newer linux until mid next year, and if I can't get the game to run with this version, well, then it'll sit idle in my library for a bit, not a big deal.
I'm still trying to figure out if it's possible, either with a localized install of libc >2.29 exclusively for Metro to use, or, if possible, just fool the game into assuming that I have the correct version installed, since I don't think Metro actually needs this version to run and it just checks because the binary was built with it.
Not sure if any of this is actually possible, but if anyone has an idea, appreciated
View PC info
You can try my self-compiled library of GLIBC 2.29 (don't delete the other files in the folder, you might need them too) - https://drive.google.com/file/d/1o1kOPiVazvNxKQ6jaRBc3bVhrxjLhCO2
Try passing the - LD_PRELOAD="/path/to/libc-2.29.so" to force the game to use that instead of the default system one.
If you still get stuck please post the terminal log here
View PC info
It might be supported for 5 years but gaming is moving target on linux. having outdated drivers and other libraries makes it just awful.
View PC info
Lately a similar error occurred in Surviving Mars, with the new update, because people at Paradox used a newer compiler and now it won't work on "old systems", even if they are among the officially supported ones. But this is entirely their fault and hopefully they fix it soon. Your case is most likely not an accident, but deliberate.
damarrin: Win10 is a wrong example, as it is continuously updated with new "packages". If it cannot do that, then some programs already complain that "your Win10 version is too old". So we actually have multiple Win10 operating systems (quite a few at that), not simply a 6 year old one.
Last edited by tuxintuxedo on 18 April 2021 at 3:44 pm UTC
View PC info
Well you peeked my interest, I haven't played the game in a while but merely downloaded the latest GOG installers for offline keeping.
I found the following thread: https://steamcommunity.com/app/464920/discussions/0/3168820451548416725/
Seems like another case of GLIBC. I'll look into it for those that have the issue.
EDIT: Yep, confirmed giving GLIBC error.
EDIT 2: Got it running too.
View cookie preferences.
Accept & Show Accept All & Don't show this again Direct Link
In case anyone is running into the issue and wants to give it a shot, download the package I uploaded above for the OP. Run the game with LD_PRELOAD="/path/to/libm.so.6" (as shown in screenshot).
Last edited by Avehicle7887 on 18 April 2021 at 6:25 pm UTC
View PC info
View PC info
Case closed, thanks a lot!