Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone with no article paywalls. Just good, fresh content! Alternatively, you can donate through PayPal or Buy us a Coffee. You can also buy games using our partner links for GOG and Humble Store.
We do often include affiliate links to earn us some pennies. See more here.

Recently Sid Meier's Civilization VI from Firaxis Games had a major update and DLC release that broke it on macOS and reverted to a really old version for Linux but porter Aspyr Media has partially fixed it for Linux now.

For the Native Linux build, it is at least now up to date with version 1.0.12.9 instead of the really old version they seemingly put up by accident. It still won't launch on a lot of newer Linux distributions without workarounds though, which Aspyr are likely to never fix and that has been a problem for years. This means the new Leader Pass should work fine.

As an example of the Linux workaround for the Native version, you can use a simple Steam Launch Option:

Arch:

LD_PRELOAD=/usr/lib/libfreetype.so.6 %command%

Fedora:

LD_PRELOAD=/lib64/libfreetype.so.6 %command%

Debian:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libfreetype.so.6 %command%

I'm still honestly amazed such a seemingly simple library issue was left in for years. It's also surprising it took over a week for them to fix the wrong game version for Linux…

However, due to performance, you're likely far better off with the Windows version in Proton and you can work around the problematic 2K launcher with this Steam launch option:

eval $( echo "%command%" | sed "s/2KLauncher\/LauncherPatcher.exe'.*/Base\/Binaries\/Win64Steam\/CivilizationVI.exe'/" )

Seems like they haven't yet fixed it for macOS, with lots of complaints on Steam about it. Aspyr really dropped the ball on this update and the annoyance from users is quite understandable.

Article taken from GamingOnLinux.com.
10 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 came back to check 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.
See more from me
7 comments

dpanter 5 Dec, 2022
Debian and derivatives:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libfreetype.so.6 %command%
Liam Dawe 5 Dec, 2022
Quoting: dpanterDebian and derivatives:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libfreetype.so.6 %command%
Thanks, added in.
dpanter 5 Dec, 2022
*buntu was implied in the 'derivatives' part. ;)
Geamandura 5 Dec, 2022
I can't play Civ 5 and BE any more due to startup crashes (have to force Win version in Proton instead), I'm disgusted by 2K, just trash on a platter instead of goodwill, but I'm really surprised this trash has caught up with Civ 6 so quick after release. It's still their flagship Civ... JFC 2K. Not seeing a penny, rather give it to Humankind or Old world.
Teodosio 6 Dec, 2022
They should stop porting their games, and start releasing native versions instead. They have plenty of money, get another couple of developers and check that the game compiles on GNU from the start.
Arale-senpai 6 Dec, 2022
That launcher bypass command sounds really interesting, I'm gonna have to check that out later.

Edit: I'm trying this out with the GOG version of Saints Row the Third (it's the only installed game with a launcher to test, shhhh) and it fails when running. It's likely something I'm doing wrong in editing the parameters, but entering what I think Steam sends through %command% into Terminal results in it failing due to having a space in the folder name. Any suggestions?

 
eval $( echo "%command%" | sed "s/game_launcher.exe/SaintsRowTheThird_DX11.exe/" )


Edit 2: For the second part, you have to use apostrophes instead of quotation marks.

 
eval $( echo "%command%" | sed 's/game_launcher.exe/SaintsRowTheThird_DX11.exe/' )



Last edited by Arale-senpai on 23 December 2022 at 5:17 pm UTC
LNX 8 Dec, 2022
"All I wanna say is that they don't really care about us" (c)
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 with no article paywalls. We also don't have tons of adverts, there's also no tracking and we respect your privacy. Just 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

Or login with...
Sign in with Steam Sign in with Google
Social logins require cookies to stay logged in.