winetricks icon indicating copy to clipboard operation
winetricks copied to clipboard

dotnet40 without dotnet20 still causing popup on wineprefix update

Open spoon0042 opened this issue 4 years ago • 2 comments

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

spoon0042 avatar Feb 02 '21 17:02 spoon0042

Similar issue, I've run winetricks -q -v myfile.verb using Xvfb, expecting non-interactivity (due to -q), but got a Gecko popup: image

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 avatar Jun 22 '21 23:06 kenorb

@kenorb that is a completely unrelated issue (and not relatd to winetricks).

austin987 avatar Jun 23 '21 13:06 austin987