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

winetricks using proton wine much slower than with system wine #34

Closed
frostworx opened this issue Aug 22, 2020 · 1 comment
Closed

winetricks using proton wine much slower than with system wine #34

frostworx opened this issue Aug 22, 2020 · 1 comment

Comments

@frostworx
Copy link
Collaborator

frostworx commented Aug 22, 2020

title says it all
when using winetricks with proton wine it is much slower than with system wine.
f.e.
LC_ALL="C" PATH="/usr/local/bin:/usr/bin" LD_LIBRARY_PATH="" LD_PRELOAD="" WINE="/usr/bin/wine" WINEARCH=win64 WINEDEBUG="-all" WINEPREFIX="/media/B4-1/SteamLibrary/steamapps/compatdata/8080/pfx" winetricks --unattended d3dx9_31 d3dx9_34
takes about 6 seconds
and
LC_ALL="" PATH="/usr/local/bin:/usr/bin" LD_LIBRARY_PATH="" WINE="/media/ssdeam/SteamLibrary/steamapps/common/Proton 5.0/dist/bin/wine" WINEARCH=win64 WINEDEBUG="-all" WINEPREFIX="/media/B4-1/SteamLibrary/steamapps/compatdata/8080/pfx" winetricks --unattended d3dx9_31 d3dx9_34
takes 40 seconds - both creating a fresh WINEPREFIX.

edit: system wine is wine-5.15
proton wine is wine-5.0-667-ge9264df

Proton 4.2 wine (wine-4.2) needs 23 seconds for the same command
Proton-5.9-GE-3-ST (wine-5.9 (Staging)) needs 10 seconds

@frostworx
Copy link
Collaborator Author

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