Winetricks / winetricks

Winetricks is an easy way to work around problems in Wine
GNU Lesser General Public License v2.1
2.73k stars 398 forks source link

BUG: NO GUI: winetricks arch=win32 prefix=~/new-prefix --gui #1948

Open fastrizwaan opened 2 years ago

fastrizwaan commented 2 years ago

I use win64 prefixes, with my flatpak-wine and WineZGUI as they are wow64.

but GUI won't start when we use arch=win64 or arch=win32

Example:

64 bit

winetricks arch=win64 prefix=~/.wine64 --gui

32 bit

winetricks arch=win32 prefix=~/.wine32 --gui

Thanks!

austin987 commented 2 years ago

1) In the future, please attach terminal output/state wine/winetricks version 2) Yeah, looks like a bug. Seems to be avoided by using WINEPREFIX/WINEARCH (i.e., the upstream variables, rather than winetricks specific ones). I don't see having time to look into this in the near future, help would be appreciated if someone else wants to though.