[Bug 51762] New: Installing visual studio 2019 by manually extracting vs_installer.opc crashes wine

WineHQ Bugzilla wine-bugs at winehq.org
Fri Sep 17 03:43:45 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51762

            Bug ID: 51762
           Summary: Installing visual studio 2019 by manually extracting
                    vs_installer.opc crashes wine
           Product: Wine
           Version: 6.16
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: cedric.dewijs at eclipso.eu
      Distribution: ---

Created attachment 70664
  --> https://bugs.winehq.org/attachment.cgi?id=70664
Backtrace after running the extracted vs2019 installer

I'm trying to install visual studio 2019. Running the installer on a vanilla
wineprefix does not work it also does not work after installing corefonts and
dotnet462 See https://bugs.winehq.org/show_bug.cgi?id=51761

I found a possible workaround in this script:
https://bugs.winehq.org/attachment.cgi?id=65524
mentioned in this bugreport:
https://bugs.winehq.org/show_bug.cgi?id=47626

The workaround crashes wine.

To reproduce:
$ rm -rf ~/.wine
$ wineboot
$ winetricks -q corefonts dotnet462
$ 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 wine crashes, and gives me the opportunity to save a backtrace (attached).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list