https://bugs.winehq.org/show_bug.cgi?id=55399
Bug ID: 55399 Summary: .NET 4.8 application cannot download (by browser launch) from the Internet Product: Wine Version: 8.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: brian@interlinx.bc.ca Distribution: ---
Created attachment 74958 --> https://bugs.winehq.org/attachment.cgi?id=74958 Screenshot of stack trace in error dialog
I am trying to use an application called GenuTax (https://www.genutax.ca/Home/Download) with .NET 4.8 and Wine 8.12.
Once I created a 32-bit prefix and installed .NET 4.8 with winetricks the application installs and runs successfully. I was optimistic at this point.
At some point though the application wants to launch a browser to a certain URL to log into an information portal. At that point it fails with a System.Runtime.InteropServices.COMException.
I have attached a screenshot (sorry for a screenshot, but I was unable to copy the text from the dialog to be able to paste here).
There is a working iexplore.exe in this installation, so there should be a browser for .NET to use.
https://bugs.winehq.org/show_bug.cgi?id=55399
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
https://bugs.winehq.org/show_bug.cgi?id=55399
Maotong Zhang zmtong1988@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zmtong1988@gmail.com
--- Comment #1 from Maotong Zhang zmtong1988@gmail.com --- This seems to be a bug in dotnet48
https://bugs.winehq.org/show_bug.cgi?id=55399
--- Comment #2 from Maotong Zhang zmtong1988@gmail.com --- Try lowering the dotnet version a bit
https://bugs.winehq.org/show_bug.cgi?id=55399
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl@bk.ru
--- Comment #3 from Sergey Isakov isakov-sl@bk.ru --- (In reply to Maotong Zhang from comment #1)
This seems to be a bug in dotnet48
Wow! May be my bug 57733 is affected too?
https://bugs.winehq.org/show_bug.cgi?id=55399
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- Why would this be a bug in dotnet48?
https://bugs.winehq.org/show_bug.cgi?id=55399
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- This will need a +winhttp log, to see why it rejects a session handle.
https://bugs.winehq.org/show_bug.cgi?id=55399
--- Comment #6 from Maotong Zhang zmtong1988@gmail.com --- I tested an application and the error was the same as this one. I put it on .net47, no problem. I remember this error was also reported on Windows, you need to set net48 to resolve this error.
https://bugs.winehq.org/show_bug.cgi?id=55399
--- Comment #7 from Maotong Zhang zmtong1988@gmail.com --- (In reply to Sergey Isakov from comment #3)
(In reply to Maotong Zhang from comment #1)
This seems to be a bug in dotnet48
Wow! May be my bug 57733 is affected too?
I'm not sure, you can test it.