Every article tag can be clicked to get a list of all articles in that category. Every article tag also has an RSS feed! You can customize an RSS feed too!
We do often include affiliate links to earn us some pennies. See more here.

It seems an update of glibc has caused a bunch of Linux ports from Feral Interactive to be broken. Here's a possible workaround for now.

Add this as a launch option:

LD_LIBRARY_PATH="/path/to/steam/games/steamapps/common/gamename/lib/x86_64/" %command%Set it to the correct install path and replace "gamename" with the name of the game.

That can be placed by right clicking the game in Steam, going to Properties, hit Set Launch Options and put that in.

While stuff like this doesn't happen too often, it is one of the problems of being on a rolling distribution. Updates can break stuff! It's why even after I posted about how I loved Antergos, I'm back and happy on Ubuntu on my main gaming machine, so I don't have to deal with stuff like this.

I've emailed the PR people at Feral Interactive to let them know, and to see if we can get a comment on what they plan to do. It's worth noting the bug was reported to them nearly a month ago and so they should already be aware.

Hopefully this will be sorted before too long. Feral will need to sort it, since Ubuntu and others will update before too long. It could be a regression in the updated packages and not intentional to be fair, so it might not be Feral's problem to solve.

Article taken from GamingOnLinux.com.
8 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly checked on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. You can also follow my personal adventures on Bluesky.
See more from me
The comments on this article are closed.
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
53 comments Subscribe
Page: «3/3
  Go to:

Brisse 22 Sep 2017
Feral games stopped working for me on Ubuntu 17.10 a few days ago. Remembered this article and suspected the issue might be related, however, the workaround provided does not work for me. Anyone else with Ubuntu 17.10 who have run into issues lately?
Dolus 22 Sep 2017
The problem is that the people who could do something about this, dont want to. They see it as a problem only affecting closed source software, and thus not worthy of any attention.

Lately, they actually have been fixing bugs that only breaks closed source software. In fact, there was a change that broke older 64-bit Unity games in Arch, and that got fixed.
Dolus 22 Sep 2017
The glibc bug I'm referring to:

https://bugzilla.redhat.com/show_bug.cgi?id=1440287
Dolus 23 Sep 2017
The glibc bug I'm referring to:

https://bugzilla.redhat.com/show_bug.cgi?id=1440287

Notice the first comment from one of the maintainers.

Not seeing the problem. Sure, the reply assumed you'd be able to recompile whatever was broken, but the bug got fixed.
Anjune 26 Sep 2017
Feral games stopped working for me on Ubuntu 17.10 a few days ago. Remembered this article and suspected the issue might be related, however, the workaround provided does not work for me. Anyone else with Ubuntu 17.10 who have run into issues lately?

Yep, me.
Brisse 26 Sep 2017
Yep, me.

I was in contact with someone at Feral and they were kind enough to report the bug to Canonical, and apparently it's been fixed upstream, but that fix has yet to make it's way into Ubuntu. Should only be a matter of time though.
Anjune 26 Sep 2017
Awesome :)
Anjune 28 Sep 2017
I found a workaround that works here: https://www.reddit.com/r/linux_gaming/comments/70k7t9/mad_max_wont_run_on_slackwarecurrent_steam/

Basically, cd to the game's lib directory and run ln -s x86_64/* . -- worked with Life is Strange and Shadow of Mordor, haven't tried any others yet.

Edit: Tried on Ubuntu 17.10


Last edited by Anjune on 28 Sep 2017 at 8:47 pm UTC
Brisse 28 Sep 2017
I found a workaround that works here: https://www.reddit.com/r/linux_gaming/comments/70k7t9/mad_max_wont_run_on_slackwarecurrent_steam/

Basically, cd to the game's lib directory and run ln -s x86_64 . -- worked with Life is Strange and Shadow of Mordor, haven't tried any others yet.

Edit: Tried on Ubuntu 17.10

Thanks! Worked for all my currently installed Feral games, including Dirt Rally which I recently bought and haven't played yet so that makes me really excited :)

Oh, and the last line should be
$ ln -s x86_64/* .
Didn't work without the asterix for me.


Last edited by Brisse on 28 Sep 2017 at 8:41 pm UTC
Anjune 28 Sep 2017
Oops! Brain lapse.
_J_30000 4 Oct 2017
View PC info
  • Supporter
I found a workaround that works here: https://www.reddit.com/r/linux_gaming/comments/70k7t9/mad_max_wont_run_on_slackwarecurrent_steam/

Basically, cd to the game's lib directory and run ln -s x86_64 . -- worked with Life is Strange and Shadow of Mordor, haven't tried any others yet.

Edit: Tried on Ubuntu 17.10

Thanks! Worked for all my currently installed Feral games, including Dirt Rally which I recently bought and haven't played yet so that makes me really excited :)

Oh, and the last line should be
$ ln -s x86_64/* .
Didn't work without the asterix for me.

"hmm worked in Hitman but not in Total War Warhammer...."

now fixed, only use one fix I tried the LD path and the ln -s x86_64 at the same time and that did not work at all

anybody had success on that with Ubuntu 17.10?

thanks


Last edited by _J_30000 on 7 Oct 2017 at 4:03 pm UTC
Brisse 14 Oct 2017
Just received an update on Ubuntu 17.10 which claims to fix this issue.
_J_30000 14 Oct 2017
View PC info
  • Supporter
Just received an update on Ubuntu 17.10 which claims to fix this issue.

yes seems to work - just deleted the symbolic links in Total War Warhammer and it starts!!!

Excellent
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!
The comments on this article are closed.