https://bugs.winehq.org/show_bug.cgi?id=49836
Bug ID: 49836 Summary: Can't install Visual Studio Community 2019 Product: Wine Version: 5.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: transtrike@gmail.com Distribution: ---
Created attachment 68174 --> https://bugs.winehq.org/attachment.cgi?id=68174 Visual Studio Console Log after attempt to install
Can't even start the installer. Crashes with this log, provided in the attachment. Wine is latest in the current time: 5.17
- Dotnet info:
.NET Core SDK (reflecting any global.json): Version: 3.1.108 Commit: c423b556b5
Runtime Environment: OS Name: manjaro Platform: Linux RID: arch-x64 Base Path: /usr/share/dotnet/sdk/3.1.108/
.NET Core SDKs installed: 3.1.108 [/usr/share/dotnet/sdk]
.NET Core runtimes installed: Microsoft.NETCore.App 3.1.8 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
https://bugs.winehq.org/show_bug.cgi?id=49836
--- Comment #1 from Esme Povirk madewokherd@gmail.com --- 00f4:fixme:mscoree:CLRCreateInstance not implemented for class {90f1a06e-7712-4762-86b5-7a5eba6bdb02}
It's doing CLRCreateInstance(&CLSID_CLRRuntimeHost, &IID_ICLRRuntimeHost, &iface), but testing on Windows shows that this doesn't work: https://testbot.winehq.org/JobDetails.pl?Key=78923
So, the failure must be elsewhere.
Also, you should probably install native .NET for this.
https://bugs.winehq.org/show_bug.cgi?id=49836
--- Comment #2 from Esme Povirk madewokherd@gmail.com --- Created attachment 68192 --> https://bugs.winehq.org/attachment.cgi?id=68192 test for CLRCreateInstance with CLSID_CLRRuntimeHost
Attaching test case so it doesn't get lost this time.
https://bugs.winehq.org/show_bug.cgi?id=49836
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Esme Povirk madewokherd@gmail.com --- Mono tracing shows a lot of exceptions, one of which is a missing System.Windows.Controls.Ribbon library. A failure to load a GUI control is most likely fatal, so this is probably required. We have a bug for this library already.
*** This bug has been marked as a duplicate of bug 49804 ***
https://bugs.winehq.org/show_bug.cgi?id=49836
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.