protonscr
Search
Group
by game
by thread
Sort
relevance
recent
Activity
any time
30 days
90 days
1 year
2 years
Repo
dxvk
25
proton
6
State
closed
31
Label
question
2
build
2
wine bug
2
duplicate
1
d3d11
1
dxgi
1
Game compatibility - Unofficial
1
Regression
1
XAudio2
1
nvidia proprietary
1
d3d10
1
32-bit
1
performance
1
d3d8
1
d3d9
1
31
results, 39 hits for
WINEPREFIX=path
Documentation: 32 bit and 64 bit mixed?
dxvk
closed
question
#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 ...
[Question] How can I install it with --symlink and --with-d3d10
dxvk
closed
#2078 · 8 comments · updated 2021-06-08 · 1 matching
issue by
ghost
· 2021-06-03 ·
view
·
github
... let's call it prefix x via ``` export
WINEPREFIX=path
/to/prefix\ x ./setup_dxvk.sh install ``` normally,and ...
README instructions seem to be incorrect
dxvk
closed
duplicate
#3303 · 3 comments · updated 2023-03-23 · 2 matching
comment by
IroAlexis
· 2023-03-23 ·
view
·
github
... this: ``` # 32bits
WINEPREFIX=/path
/to/prefix wine winepath -u 'c:\\windows\\system32' ``` ``` # 64bits
WINEPREFIX=/path
/to/prefix wine64 ...
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 ...
Install Instructions
dxvk
closed
#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 ...
STALKER Lost Alpha DX11 (Windows/Linux) still won't work with DXVK but now there's an error message!
dxvk
closed
d3d11
dxgi
#3047 · 20 comments · updated 2022-12-15 · 3 matching
comment by
Kron4ek
· 2022-11-11 ·
view
·
github
They can be installed via winetricks, like: ``` $
WINEPREFIX="/path
/to/your/prefix" winetricks d3dx9 d3dcompiler_42 d3dcompiler_43 d3dcompiler_46 d3dcompiler_47 ...
comment by
Deus-nsf
· 2022-12-13 ·
view
·
github
> They can be installed via winetricks, like: > > ``` > $
WINEPREFIX="/path
/to/your/prefix" winetricks d3dx9 d3dcompiler_42 d3dcompiler_43 d3dcompiler_46 d3dcompiler_47 ...
comment by
Deus-nsf
· 2022-11-25 ·
view
·
github
> They can be installed via winetricks, like: > > ``` > $
WINEPREFIX="/path
/to/your/prefix" winetricks d3dx9 d3dcompiler_42 d3dcompiler_43 d3dcompiler_46 d3dcompiler_47 ...
Need help with the installation
dxvk
closed
#948 · 6 comments · updated 2020-05-07 · 3 matching
issue by
halukcang
· 2019-03-04 ·
view
·
github
... export
WINEPREFIX=/path
/to/.wine-prefix ./setup_dxvk.sh install Command I keep getting a "not a valid wine ...
comment by
doitsujin
maintainer
· 2019-03-04 ·
view
·
github
Don't run `export
WINEPREFIX=/path
/to/.wine-prefix` if you don't have multiple wine prefixes, or ...
comment by
PreritBhandari
· 2020-05-07 ·
view
·
github
first write the export
WINEPREFIX=/path
/to/.wine-prefix in the terminal window and run it. then open ...
error on first page
dxvk
closed
#4920 · 3 comments · updated 2025-05-18 · 1 matching
issue by
naxil
· 2025-05-17 ·
view
·
github
... think u make a mistake like VICEVERSA export
WINEPREFIX=/path
/to/wineprefix cp x64/*.dll $WINEPREFIX/drive_c/windows ...
Install dxvk
dxvk
closed
question
#1573 · 32 comments · updated 2024-06-02 · 1 matching
comment by
IroAlexis
· 2020-04-16 ·
view
·
github
... wine prefix and you should use : `
WINEPREFIX=/path
/to/
wineprefix /path
/to/setup_dxvk.sh install`. But since Wine ...
Why should install x64 dlls in system32 and x32 dlls in syswow64?
dxvk
closed
#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
dxvk
closed
#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
...
Request: Let us choose to make 32b prefixes.
proton
closed
#475 · 2 comments · updated 2018-08-25 · 1 matching
issue by
nstgc
· 2018-08-25 ·
view
·
github
... make a prefix in advance with `WINEARCH=win32
WINEPREFIX/path
/to/steam/SteamApps/compatdata/gameID/pfx /path/to ...
The proton script should be able to run executables via the windows search path
proton
closed
#1208 · 7 comments · updated 2019-12-30 · 1 matching
comment by
Elkasitu
· 2018-09-03 ·
view
·
github
... I guess my question is, how is ``` STEAM_COMPAT_DATA_PATH=/path/to/prefix proton rundirect winetricks dotnet40 ``` better than ```
WINEPREFIX
...
Resident Evil 2
appid 883710
2 threads, 1 open
1 matching
Resident Evil 2 Remake
proton
closed
Game compatibility - Unofficial
Regression
XAudio2
#2266 · 267 comments · updated 2026-05-03 · 1 matching
comment by
hivehivemind
· 2019-02-24 ·
view
·
github
Deleting your
wineprefix path
for the game (ex. Steam/steamapps/compatdata/883710) and let Steam create a new ...
World of Warcraft Freezes/Hangs Patch 8.1.5
dxvk
closed
nvidia proprietary
#964 · 43 comments · updated 2019-06-07 · 1 matching
comment by
prosenboim
· 2019-03-14 ·
view
·
github
... extract it, and in created directory, run command `
WINEPREFIX=/path
/to/your/wineprefix ./setup_dxvk.sh install` If you ...
Witcher 3 Freezing at Loading Screen
dxvk
closed
#281 · 7 comments · updated 2018-04-15 · 1 matching
comment by
Glog78
· 2018-04-15 ·
view
·
github
... env
WINEPREFIX=/path
/to/prefix __GL_NextGenCompiler=0 DXVK_HUD=somesettigns wine ....
ESYNC/FSYNC causes origin to fail to upgrade
proton
closed
#5549 · 3 comments · updated 2022-02-11 · 1 matching
comment by
ipr
· 2022-02-11 ·
view
·
github
... use Uplay which can be installed manually with:
WINEPREFIX=/path
/steamapps/compatdata/582160/pfx /path/steamapps/common/Proton ...
Just Cause II is very unstable
dxvk
closed
d3d10
32-bit
#567 · 34 comments · updated 2019-03-11 · 1 matching
comment by
legluondunet
· 2018-09-19 ·
view
·
github
@mozo78 launch this command:
WINEPREFIX=path
/to/your/pfx/game winetricks --gui click on "install" applications", valid, escape ...
Assasins Creed 1 black screen issue - DX10 title
dxvk
closed
#577 · 11 comments · updated 2018-08-18 · 1 matching
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 ...
Explore advanced toolchain optimizations (e.g. PGO, LTO, whole program optimization, etcetera)
dxvk
closed
#646 · 100 comments · updated 2018-10-03 · 2 matching
comment by
pchome
· 2018-09-25 ·
view
·
github
... Have you tried my dxvk-9999 ebuilds? and `
WINEPREFIX=/path
/to/pfx dxvk-setup-9999` > are the release ...
comment by
pchome
· 2018-10-02 ·
view
·
github
... And use script ``` #!/bin/sh tst_wine="/var/tmp/wine-3.17"
WINEPREFIX="/path
/to/pfx" WINE="${tst_wine}/bin ...
System compiled dxvk causes stack smashing with wine when playing yakuza-0/kiwami.
dxvk
closed
build
#3981 · 22 comments · updated 2025-04-14 · 1 matching
comment by
mbriar
· 2024-05-02 ·
view
·
github
... Wine prefix that would be as follows: >export
WINEPREFIX=/path
/to/wineprefix >cp x64/*.dll $WINEPREFIX/drive_c/windows ...
page 1 of 2
next