Matoking / protontricks

A wrapper that does winetricks things for Proton enabled games, requires Winetricks.
GNU General Public License v3.0
1.66k stars 36 forks source link

Unable to install FAudio with bwrap enabled #99

Closed MadFatVlad closed 3 years ago

MadFatVlad commented 3 years ago

Describe the bug Installation stops with message: warning: /home/vlad/.cache/protontricks/proton/Proton 6.3/bin/wine cmd.exe /c echo '%AppData%' returned empty string, error message "wine: chdir to /hdd/SteamLibrary/Linux/steamapps/compatdata/1151340/pfx : No such file or directory" To Reproduce Steps to reproduce the behavior:

  1. Run command protontricks 1151340 faudio
  2. Command fails and error is displayed

Expected behavior FAudio install without problems

System (please complete the following information):

Additional context If i run the command with --no-bwrap everything installs correctly

Matoking commented 3 years ago

Looks like /hdd wasn't mounted inside the container, causing the error. This bug was fixed in #95, but hasn't appeared in a new release yet.

Since you're on Arch, you can try installing protontricks-git from AUR instead of protontricks to see if that solves your issue.

Matoking commented 3 years ago

Closing due to inactivity.