winetricks
winetricks copied to clipboard
dotnet40 without dotnet20 still causing popup on wineprefix update
Like it says. Did a 'winetricks --self-update' then 'winetricks -q dotnet40' with wine devel 6.1. Switch to stable 6.0 and get a popup. Switch back and get it again. "Unable to find a version of the runtime to run this application."
I couldn't find the issue here, I think there was one. Relevant links over at winehq: https://forum.winehq.org/viewtopic.php?f=8&t=34839 https://bugs.winehq.org/show_bug.cgi?id=41727
Similar issue, I've run winetricks -q -v myfile.verb using Xvfb, expecting non-interactivity (due to -q), but got a Gecko popup:

Did the screenshot by:
apt-get install x11-apps imagemagick
xwd -display :0 -root -silent | convert xwd:- png:/tmp/screenshot.png
Config:
- wine-6.11
- winetricks 20200412
The workaround is to set WINEDLLOVERRIDES="mscoree,mshtml=" (although I'm not sure).
@kenorb that is a completely unrelated issue (and not relatd to winetricks).