Fallout 76 How to Fix Audio on Linux Guide

Fallout 76 How to Fix Audio on Linux Guide 1 - steamsplay.com
Fallout 76 How to Fix Audio on Linux Guide 1 - steamsplay.com

Fix for missing Audio in Linux using winetricks
 
 

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 – [github.com] 
 
 

Written by karloff

 
 
Here we come to an end for Fallout 76 How to Fix Audio on Linux Guide hope you enjoy it. If you think we forget something to include or we should make an update to the post let us know via comment, and we will fix it asap! Thanks and have a great day!
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*