This wiki is archived from 2021-09-05

Crashing in Ubuntu 16.04 when using Steam

From Planetary Annihilation: TITANS and Classic PA Wiki
Revision as of 18:53, 25 April 2016 by DeathByDenim (talk | contribs) (Created page with "Category:Linux/SteamOS = 50px Crashing in Ubuntu 16.04 when using Steam = == 50px Description == Launching PA in S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:Titans-icon.png Crashing in Ubuntu 16.04 when using Steam

File:Platinum-rank-icon.png Description

Launching PA in Steam while running Ubuntu 16.04 or any other distribution with alsa-lib 1.1.0 or higher causes PA to crash. This is actually due to an issue with the libasound.so.2 library that is distributed with Steam.

File:Gold-rank-icon.png Solution

Until this is fixed by Steam, you can use a workaround be starting Steam in Ubuntu 16.04 in the following manner:

LD_PRELOAD="/usr/lib/i386-linux-gnu/libasound.so.2:/usr/lib/x86_64-linux-gnu/libasound.so.2" steam

For other distributions, change the path to libasound.so.2 accordingly.