protonscr
300 results, 448 hits for 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 ...

wine prefix manager and multiple games in a same wineprefix protonclosedFeature Request

#2691 · 2 comments · updated 2023-05-21 · 1 matching
issue by ghost · 2019-05-15 · view · github
... wineprefix manager and install multiple games in a same wineprefix for example i wanna create a wineprefix for ...

[proton] option to copy wineprefix after game is downloaded steamclosedFeature RequestProton

#6805 · 2 comments · updated 2020-04-06 · 1 matching
issue by soredake · 2020-01-02 · view · github
Option to copy wineprefix after game is downloaded, not after pressing play button, to make use of protontricks ...

Install Instructions dxvkclosed

#4697 · 2 comments · updated 2025-02-19 · 2 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 ...
comment by ghost · 2025-02-19 · view · github
Indeed, especially when below that is `cp x32/*.dll $WINEPREFIX/drive_c/windows/system32` Thanks for the heads up.

README instructions seem to be incorrect dxvkclosedduplicate

#3303 · 3 comments · updated 2023-03-23 · 2 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 ...
comment by IroAlexis · 2023-03-23 · view · github
... like this: ``` # 32bits WINEPREFIX=/path/to/prefix wine winepath -u 'c:\\windows\\system32' ``` ``` # 64bits WINEPREFIX=/path/to/prefix ...

error on first page dxvkclosed

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

Metro: Exodus does not start if wineprefix was created with wine 4.x dxvkclosed

#1024 · 12 comments · updated 2022-02-08 · 1 matching
issue by mittorn · 2019-04-21 · view · github
When using wineprefix created in wine-3.13, game starts in all used wine versions (3.13, 4 ...

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 ...

dxvk dlls cant loading from wineprefix/drive_c/windows/system32 and syswow64 dxvkclosed

#825 · 1 comments · updated 2018-12-23 · 1 matching
issue by andysendo · 2018-12-23 · view · github
... then copy x32 and x64 dlls to wineprefix/.../system32 and syswow64, set env WINEARCH=win32 or win64; WINEDLLOVERRIDES ...

x32 WINEPREFIX driver loading problem dxvkclosedinvalid

#128 · 2 comments · updated 2018-03-08 · 1 matching
issue by XEmpty · 2018-03-05 · view · github
... But in another wineprefix x32 still it's the same problem. So, on working x64 wineprefix apps working ...

setup_dxvk is copying both arch to same location dxvkclosedinvalid

#331 · 2 comments · updated 2018-04-29 · 1 matching
issue by Zlopez · 2018-04-28 · view · github
... compiling/directory/x32/ > WINEPREFIX=/your/wineprefix bash setup_dxvk.sh > cd ../x64/ > WINEPREFIX=/your/wineprefix bash setup_dxvk.sh > ``` I ...

Install via winetricks fails with "same file" for dxgi and others dxvkclosed

#592 · 2 comments · updated 2019-02-28 · 1 matching
issue by Xaenalt · 2018-08-23 · view · github
... If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug. ------------------------------------------------------ Using winetricks ...

Unable to start Forgive Me Father (UE4 d3d11) dxvkclosed

#5447 · 6 comments · updated 2026-04-29 · 1 matching
issue by MiscStuff839 · 2026-01-15 · view · github
... Reproduced in a clean wineprefix. Please help ### Software information Forgive Me Father ### System information - GPU: Nvidia GeForce RTX ...

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

#3981 · 22 comments · updated 2025-04-14 · 2 matching
comment by mbriar · 2024-05-02 · view · github
... export WINEPREFIX=/path/to/wineprefix >cp x64/*.dll $WINEPREFIX/drive_c/windows/system32 >cp x32/*.dll $WINEPREFIX/drive_c/windows ...
comment by ghost · 2024-05-02 · view · github
In order to setup dxvk in my wineprefix, which I created a brand new one just for yakuza ...

I would like you to return the setup_dxvk.sh installation script. dxvkclosed

#572 · 19 comments · updated 2018-08-20 · 5 matching
comment by pchome · 2018-08-17 · view · github
@Kerrung > I have a large number of separate WINEPREFIX's. ```bash for prefix in *; do [ -d $prefix ] && echo ...
comment by mrdeathjr28 · 2018-08-17 · view · github
... For 32bit prefix WINEPREFIX='/home/linuxdesktopx86/.wine/' ./setup_dxvk.sh For 64bit prefix WINEPREFIX='/home/linuxdesktopx86/.local/share/wineprefixes ...
comment by doitsujinmaintainer · 2018-08-17 · view · github
... the winetricks script for updates in every single WINEPREFIX, which lead to a lot of inconvenience in cases ...

Dark Souls III refuses to launch protonclosedGame compatibility

#5216 · 4 comments · updated 2021-10-12 · 2 matching
comment by kisak-valvemaintainer · 2021-10-12 · view · github
Hello @lumbo7332, it looks like the wineprefix for the game is corrupted. Can you move `/home/cassidy/.local ...
comment by kisak-valvemaintainer · 2021-10-12 · view · github
... which hints that something happened to trash the wineprefix. In this case, unfortunately, we only get to see ...

Can not build on Ubuntu 17.10 dxvkclosedbuild

#11 · 30 comments · updated 2018-08-20 · 1 matching
comment by pop2010 · 2018-02-02 · view · github
... Use the generated bash file to install the dlls in the wineprefix of your choice, as explained on ...

Warframe freezes with DXVK >0.90 dxvkclosednvidia proprietary

#802 · 48 comments · updated 2019-03-05 · 1 matching
comment by NeroBurner · 2019-02-15 · view · github
@doitsujin I've written a little guide how to use the system wine with a testing wineprefix with ...

Assasins Creed 1 black screen issue - DX10 title dxvkclosed

#577 · 11 comments · updated 2018-08-18 · 2 matching
comment by Rotscha · 2018-08-18 · view · github
WINEPREFIX=/pathtoprefix winetricks d3dcompiler_43
comment by Leopard1907 · 2018-08-18 · view · github
- I also have 64 bit fresh wineprefix -I just used new DXVK script method `export WINEPREFIX=/path/to ...
page 1 of 15next