Fallout 76

Fallout 76

Not enough ratings
Linux Fix Audio
By karloff
Fix for missing Audio in Linux using winetricks
   
Award
Favorite
Favorited
Unfavorite
Install missing xact packages
1.
Locate your install folder.

One way to find out your lokal PATH is using the game id
#sudo update db #locate 1151340 find ~/ -name "1151340" -type d

look for something like:
./Games/steam/steamapps/compatdata/1151340

2.
Now you know the PATH and can fix the problem by using winetricks to install missing xact packages

in my case the following commands used: (notice the pfx folder)
WINEPREFIX=/home/karloff/Games/steam/steamapps/compatdata/1151340/pfx/ winetricks xact WINEPREFIX=/home/karloff/Games/steam/steamapps/compatdata/1151340/pfx/ winetricks xact_64

You can also use FAudio from kron4ek github repo, which also can fix this problem:
https://github.com/Kron4ek/FAudio-Builds
1 Comments
Uncle Pavel 26 Aug, 2022 @ 5:03am 
how to run it on linux