https://bugs.winehq.org/show_bug.cgi?id=51762
--- Comment #5 from Cedric cedric.dewijs@eclipso.eu --- I've retested with the latest git version, as arch linux doesn't have wine 6.17 yet. # reboot $ wine --version wine-6.17-261-g16e73be10d9 $ rm -rf ~/.cache/wine* $ rm -rf ~/.wine $ wineboot Now wine is asking to install wine-mono, even though I've the ach linux version installed. I click install, and wine downloads and installs it. $ winetricks -q arial d3dcompiler_47 dotnet472 $ winetricks vstools2019 $ sha256sum ~/.cache/winetricks/vstools2019/vstools2019.zip # nano /usr/bin/winetricks #update the hash in load_vstools2019(), line 13072 $ winetricks vstools2019 $ wget https://aka.ms/vs/16/release/installer -O vs_installer.opc $ md5sum vs_installer.opc 8bcc6fd057a5f066185fb287d7fff99e vs_installer.opc $ mkdir -p opc $ unzip -d opc vs_installer.opc $ wine opc/Contents/vs_installer.exe install --channelId VisualStudio.16.Release --channelUri "https://aka.ms/vs/16/release/channel" --productId Microsoft.VisualStudio.Product.BuildTools
Now the visual studio installer comes up. I have not yet tried to actually install it, but so far it works, so this bug is fixed.