protonscr
74 results, 102 hits for WINEPREFIX=path

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

GTA V appid 271590 8 threads, 1 open 5 matching

Grand Theft Auto V protonopenGame compatibility - UnofficialRegression

#37 · 1,693 comments · updated 2026-06-25 · 5 matching
comment by ghost · 2019-08-04 · view · github
@jug007 `WINEPREFIX=/path/to/pfx wine control`
comment by steve-todorov · 2018-08-26 · view · github
@Lemai-zz try: ``` export WINEPREFIX=/path/to/library/steamapps/compatdata/271590/pfx winetricks --gui ``` Then `select default prefix ...

Shadows: Awakening appid 585450 1 threads, 1 open 2 matching

Shadows: Awakening protonopenGame compatibility - Unofficial

#1102 · 40 comments · updated 2026-07-10 · 2 matching
comment by omicron-b · 2018-09-08 · view · github
looks like you can try `WINEPREFIX="<path to proton>" winetricks mf`
comment by lieff · 2018-09-08 · view · github
... mfreadwrite.dll" "ThreadingModel"="Both" ``` And register script: ``` export WINEPREFIX=/path/to/SteamLibrary/steamapps/compatdata/585450/pfx wine start ...

DOOM appid 379720 52 threads, 22 open 5 matching

Doom 2016 Black screen on start up, no sound. Game crashes after a few minutes. protonopenGame compatibility

#788 · 9 comments · updated 2018-08-29 · 3 matching
comment by SteveHeist · 2018-08-28 · view · github
Installing vcrun2015 through winetricks is easy - `WINEPREFIX="path/to/steam/pfx" winetricks vcrun2015`
comment by coffeecrispbar · 2018-08-28 · view · github
> Installing vcrun2015 through winetricks is easy - WINEPREFIX="path/to/steam/pfx" winetricks vcrun2015 Yup, that did it. Thank ...

[SteamOS] [Doom 2016] Game launches to black screen protonopenGame compatibility

#217 · 31 comments · updated 2021-01-09 · 2 matching
comment by cjfcollins · 2018-08-28 · view · github
@coffeecrispbar to install vcrun2015 “WINEPREFIX=/path to your steamlibrary/SteamLibrary/steamapps/compatdata/379720/pfx winetricks vcrun2015” You may ...
comment by daschaffert · 2018-08-23 · view · github
... the problem by installing xinput dll via winetricks ... WINEPREFIX=/path to your steamlibrary/SteamLibrary/steamapps/compatdata/379720/pfx ...

[Question] How can I install it with --symlink and --with-d3d10 dxvkclosed

#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 dxvkclosedduplicate

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

Late Shift - 584980 protonopenGame compatibility - Unofficial

#2373 · 8 comments · updated 2021-10-19 · 1 matching
comment by mozo78 · 2020-04-10 · view · github
You'll have to just export your wine prefix: export WINEPREFIX="/path/to/the/prefix/"

Halo: The Master Chief Collection appid 976730 1 threads, 1 open 1 matching

Halo: The Master Chief Collection protonopenGame compatibility - UnofficialRegressionXAudio2Mesa drivers

#2907 · 991 comments · updated 2026-08-25 · 1 matching
comment by solenum · 2019-12-05 · view · github
`WINEPREFIX="path/to/SteamLibrary/steamapps/compatdata/976730/pfx" wineserver -k` normally does the trick for me

RIFT appid 39120 1 threads, 1 open 2 matching

RIFT protonopenGame compatibility - UnofficialRegression

#689 · 17 comments · updated 2025-11-23 · 2 matching
comment by fls2018 · 2018-11-06 · view · github
Fix it with winetricks using this in terminal: `WINEPREFIX=/path/to/steamapps/compatdata/39120/pfx winetricks d3dcompiler_43 d3dx9_43`
comment by supashang · 2019-02-13 · view · github
Works great with `WINEPREFIX=/path/to/steamapps/compatdata/39120/pfx winetricks d3dcompiler_43 d3dx9_43` No more black texture bugs ...

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

STALKER Lost Alpha DX11 (Windows/Linux) still won't work with DXVK but now there's an error message! dxvkclosedd3d11dxgi

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

Final Fantasy VIII appid 39150 1 threads, 1 open 1 matching

Final Fantasy VIII protonopenGame compatibility - Unofficial

#696 · 14 comments · updated 2024-06-08 · 1 matching
comment by nstgc · 2018-08-26 · view · github
Have any of you tried `WINEPREFIX=/path/to/prefix/ WINE=/path/to/proton/wine winetricks dmusic dsound`? Or ...

Need help with the installation dxvkclosed

#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 doitsujinmaintainer · 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 dxvkclosed

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

Final Fantasy 14 appid 39210 5 threads, 1 open 4 matching

Final Fantasy 14 protonopenGame compatibility - UnofficialNVIDIA driversXAudio2

#580 · 1,061 comments · updated 2025-12-16 · 4 matching
comment by HereInPlainSight · 2019-05-08 · view · github
... Either do something along the lines of `WINEPREFIX=<path-to-prefix> winetricks hidewineexports=enable` (or protontricks instead of ...
comment by thunder1410 · 2024-03-19 · view · github
... pfx winetricks hidewineexports=enable` Of course change the WINEPREFIX path to where your games prefix is installed. I ...

Install dxvk dxvkclosedquestion

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

Request: Let us choose to make 32b prefixes. protonclosed

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

Age Of Empire 3: Complete Collection appid 105450 1 threads, 1 open 1 matching

Age Of Empire 3: Complete Collection protonopenGame compatibility - Unofficial.NET

#17 · 86 comments · updated 2024-10-18 · 1 matching
comment by ghost · 2018-08-22 · view · github
You can do that like so: ``` WINEPREFIX=/path/to/steam/steamapps/compatdata/APPID/pfx/ winetricks allfonts ``` Just replace ...
page 1 of 4next