Fallout 76

Fallout 76

Ikke nok vurderinger
Linux Fix Audio
Av karloff
Fix for missing Audio in Linux using winetricks
   
Utmerkelse
Favoritt
Favoritter
Fjern som favoritt
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 kommentarer
Uncle Pavel 26. aug. 2022 kl. 5.03 
how to run it on linux