Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken paths in dxvk_opengl_1() #484

Open
X41 opened this issue Sep 23, 2024 · 0 comments
Open

Broken paths in dxvk_opengl_1() #484

X41 opened this issue Sep 23, 2024 · 0 comments

Comments

@X41
Copy link

X41 commented Sep 23, 2024

The script is trying to point to "$SELECTED_DIRECTORY/drive_c/users/$USER/Downloads/DXVK.reg", which does not exist. it looks like /wineprefixes/default/ is missing from there, so it never manages to store and install the .reg file

WINEPREFIX="$SELECTED_DIRECTORY/wineprefixes/default" sh "$SELECTED_DIRECTORY/bin/winetricks" -q dxvk
curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/resource/video_driver/dxvk/DXVK.reg -o "$SELECTED_DIRECTORY/drive_c/users/$USER/Downloads/DXVK.reg"
# Add the "return"-option. Here you can read more about it -> https://github.com/koalaman/shellcheck/issues/592
cd "$SELECTED_DIRECTORY/drive_c/users/$USER/Downloads" || return
WINEPREFIX="$SELECTED_DIRECTORY/wineprefixes/default" wine regedit.exe DXVK.reg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant