https://bugs.winehq.org/show_bug.cgi?id=43558
Bug ID: 43558 Summary: Infinite loop of .NET Framework 4.6 install during Trikker install Product: Wine Version: 2.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: anonymous.maarten@gmail.com Distribution: ---
Created attachment 58963 --> https://bugs.winehq.org/attachment.cgi?id=58963 Console output of the installation
Hey,
While trying to install the demo version of Trikker (=dutch electrical wiring drawing program), the installation of Microsoft .NET Framework 4.6 (x86 and x64) takes forever (as in does not stop). A dialog of the installation appears, the progress bar progresses but upon reaching 100%, resets to 0%. Over and over again. The windows remains interactive and cancellable (but actual cancelling does not work).
I have attached the console output.
Project download page: http://www.bluebits.be/Trikker_Install.aspx
Direct download url: http://www.bluebits.be/releases/Installeer_Trikker_V1.5.57_(Web).exe
$ du -b Installeer_Trikker_V1.5.57_(Web).exe 858008 Installeer_Trikker_V1.5.57_(Web).exe
$ sha1sum Installeer_Trikker_V1.5.57_(Web).exe c012505bc28c0cf7a709f2cae61c8723ee7d697b Installeer_Trikker_V1.5.57_(Web).exe
https://bugs.winehq.org/show_bug.cgi?id=43558
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- "winetricks -q dotnet46" is a workaround, making the install work fine.
Alternatively, you can copy "qmgrprxy.dll" from a win7 install and add an override, the installation will then continue further. It crashes later due to a problem with the dotnet40 install though.
If you use "winetricks -q dotnet40", set the windows version to win7 again and use the mentioned dll override it works fine again.
https://bugs.winehq.org/show_bug.cgi?id=43558
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Fabian Maurer from comment #1)
Alternatively, you can copy "qmgrprxy.dll" from a win7 install and add an override, the installation will then continue further. It crashes later due to a problem with the dotnet40 install though.
Do you mean this will help with :
--- err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 ---
Because I see it registered to different proxy dll on Win7.
https://bugs.winehq.org/show_bug.cgi?id=43558
--- Comment #3 from Fabian Maurer dark.shadow4@web.de ---
Do you mean this will help with :
err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002
Well, the error message still appears, but with the override the installation then continues and doesn't freeze there. Don't ask me why though.
https://bugs.winehq.org/show_bug.cgi?id=43558
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Fabian Maurer from comment #3)
Do you mean this will help with :
err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {659cdeac-489e-11d9-a9cd-000d56965251} with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002
Well, the error message still appears, but with the override the installation then continues and doesn't freeze there. Don't ask me why though.
Ok, thanks.