protonscr
8 results, 8 hits for WINEPREFIX=/path/to/wineprefix

Documentation: 32 bit and 64 bit mixed? dxvkclosedquestion

#4189 · 1 comments · updated 2024-08-06 · 1 matching
issue by lrfinotti · 2024-08-06 · view · github
Under "How to Use" in the README/documentation we see ``` export WINEPREFIX=/path/to/wineprefix cp x64/*.dll ...

Install Instructions dxvkclosed

#4697 · 2 comments · updated 2025-02-19 · 1 matching
issue by ghost · 2025-02-19 · view · github
Under "How To Use" export WINEPREFIX=/path/to/wineprefix cp x64/*.dll $WINEPREFIX/drive_c/windows/system32 **<-- backwards** cp ...

README instructions seem to be incorrect dxvkclosedduplicate

#3303 · 3 comments · updated 2023-03-23 · 1 matching
issue by GenericEric · 2023-03-23 · view · github
``` WINEPREFIX=/path/to/wineprefix cp x64/*.dll $WINEPREFIX/drive_c/windows/system32 cp x32/*.dll $WINEPREFIX/drive_c/windows/syswow64 ...

error on first page dxvkclosed

#4920 · 3 comments · updated 2025-05-18 · 1 matching
issue by naxil · 2025-05-17 · view · github
... u make a mistake like VICEVERSA export WINEPREFIX=/path/to/wineprefix cp x64/*.dll $WINEPREFIX/drive_c/windows/system32 ...

Why should install x64 dlls in system32 and x32 dlls in syswow64? dxvkclosed

#3228 · 3 comments · updated 2023-01-31 · 1 matching
issue by nerun · 2023-01-31 · view · github
In README, installation instructions says: ``` WINEPREFIX=/path/to/wineprefix cp x64/*.dll $WINEPREFIX/drive_c/windows/system32 cp x32 ...

Re: DXVK How to use dxvkclosed

#3246 · 2 comments · updated 2023-02-10 · 1 matching
issue by noelcurray · 2023-02-10 · view · github
... in the instruction in the "**How to use**" section of the front page, it says here: ``` WINEPREFIX=/path ...

System compiled dxvk causes stack smashing with wine when playing yakuza-0/kiwami. dxvkclosedbuild

#3981 · 22 comments · updated 2025-04-14 · 1 matching
comment by mbriar · 2024-05-02 · view · github
... prefix that would be as follows: >export WINEPREFIX=/path/to/wineprefix >cp x64/*.dll $WINEPREFIX/drive_c/windows/system32 ...

Install dxvk dxvkclosedquestion

#1573 · 32 comments · updated 2024-06-02 · 1 matching
comment by IroAlexis · 2020-04-16 · view · github
... an wine prefix and you should use : `WINEPREFIX=/path/to/wineprefix /path/to/setup_dxvk.sh install`. But since ...