https://bugs.winehq.org/show_bug.cgi?id=41397
Bug ID: 41397 Summary: cTrader .NET 4.0 'ClickOnce' install fails Product: Wine Version: 1.9.19 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mglawing@gmail.com Distribution: ---
cTrader is a .NET 4.0 ClickOnce application.
The cTrader installer fails to detect dotnet40 is already installed, and tries to install it again, the installer pop up window says "Installing Microsoft .NET Framework 4 Client Profile (x86 and x64)", the progress bar is ticking forward slowly and when the progress bar has reached 100% is goes down to 0% and this repeats in a loop without ending. While the installer window is visible no network traffic is generated.
Packages already installed by winetricks: dotnet40, corefonts, vcrun6, msxml6. Windows version: 10.
OUTPUT fixme:ole:DllRegisterServer stub err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available. fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:process:SetProcessDEPPolicy (1): stub fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:advapi:LsaOpenPolicy ((null),0x33e628,0x00000001,0x33e614) stub fixme:advapi:LsaClose (0xcafe) stub fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20 err:wininet:HTTP_ParseDateAsAsctime unexpected weekday L"-1" err:wininet:HTTP_ParseDate unexpected date format L"-1" fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3 fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:process:SetProcessDEPPolicy (3): stub fixme:clusapi:OpenCluster ((null)) stub! fixme:clusapi:ClusterOpenEnum (0xdeadbeef, 4) stub! fixme:clusapi:ClusterEnum (0xdeadbeef, 0, 0x33f850, 0x13fde0, 261) stub! fixme:clusapi:ClusterCloseEnum (0xdeadbeef) stub! fixme:clusapi:CloseCluster (0xdeadbeef) stub! fixme:advapi:DecryptFileW (L"C:\0695b5cf8b51d7d2a5face020666cf\", 00000000): stub err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available. fixme:ntdll:EtwRegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33fca0, (null), (null), 0x6cd20188): stub fixme:ntdll:EtwRegisterTraceGuidsW register trace class {e2821408-c59d-418f-ad3f-aa4e792aeb79} fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:process:SetProcessDEPPolicy (1): stub fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub fixme:thread:SetThreadStackGuarantee (0x33fb58): stub fixme:advapi:LsaOpenPolicy ((null),0x33f448,0x00000001,0x33f434) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:LsaOpenPolicy ((null),0xa5c378,0x00000001,0xa5c364) stub fixme:advapi:LsaClose (0xcafe) stub fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),1,3,(nil),0,(nil)) - stub! fixme:qmgr:BackgroundCopyJob_AddFileSet Check for valid filenames and supported protocols fixme:advapi:ControlTraceW (0, (null), 0xa558dc, 1) stub fixme:qmgr:BackgroundCopyJob_AddFileSet Check for valid filenames and supported protocols fixme:qmgr:BackgroundCopyJob_SetPriority (0x135d50)->(0): stub fixme:qmgr:BackgroundCopyJob_SetNoProgressTimeout (0x135d50)->(120): stub 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
https://bugs.winehq.org/show_bug.cgi?id=41397
--- Comment #1 from Matty mglawing@gmail.com --- cTrader can be downloaded from here http://www.spotware.com/products/client-side-applications/ctrader
https://bugs.winehq.org/show_bug.cgi?id=41397
Matty mglawing@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mglawing@gmail.com URL| |http://www.spotware.com/pro | |ducts/client-side-applicati | |ons/ctrader
https://bugs.winehq.org/show_bug.cgi?id=41397
Matty mglawing@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet
https://bugs.winehq.org/show_bug.cgi?id=41397
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Matty from comment #0)
cTrader is a .NET 4.0 ClickOnce application.
The cTrader installer fails to detect dotnet40 is already installed, and tries to install it again, the installer pop up window says "Installing Microsoft .NET Framework 4 Client Profile (x86 and x64)", the progress bar is ticking forward slowly and when the progress bar has reached 100% is goes down to 0% and this repeats in a loop without ending. While the installer window is visible no network traffic is generated.
Packages already installed by winetricks: dotnet40, corefonts, vcrun6, msxml6. Windows version: 10.
OUTPUT err:winediag:schan_imp_init Failed to load libgnutls, secure connections will not be available.
If you're seeing network issues, you should fix that.
Also, please attach output in the future, instead of pasting inline.
https://bugs.winehq.org/show_bug.cgi?id=41397
--- Comment #3 from Matty mglawing@gmail.com --- There are no network issues, that is not what I meant. The installer seems to just do nothing is what I am trying to say, and it can not be stopped by the cancel button, but only by killing the process.
When I do the same thing on wine 1.6.2 then the cTrader installer notices that dotnet40 is installed and does not trigger the .NET installer.
It is the triggering of the .NET installer which creates the whole problem with not being able to install cTrader.
Ok, I will attach next time.
https://bugs.winehq.org/show_bug.cgi?id=41397
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to Matty from comment #3)
There are no network issues, that is not what I meant. The installer seems to just do nothing is what I am trying to say, and it can not be stopped by the cancel button, but only by killing the process.
When I do the same thing on wine 1.6.2 then the cTrader installer notices that dotnet40 is installed and does not trigger the .NET installer.
Could you run a regression test? https://wiki.winehq.org/RegressionTesting
https://bugs.winehq.org/show_bug.cgi?id=41397
--- Comment #5 from Matty mglawing@gmail.com --- Sorry, that is beyond my capability I'm afraid.
https://bugs.winehq.org/show_bug.cgi?id=41397
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 CC| |xerox.xerox2000x@gmail.com
--- Comment #6 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi this starts fine for me, cannot reproduce the error
sha1sum Downloads/ctrader-spotware-setup.exe 1a58dbbf773c8c0cd386bade777adcf4c1f38bfc Downloads/ctrader-spotware-setup.exe
Did winetricks dotnet40 and allfonts.
Corefonts was not enough to prevent a crash, don`t know what font it needs and takes too much time to sort this out.
@Reporter of bug: Please retry this in current wine and report backplease
https://bugs.winehq.org/show_bug.cgi?id=41397
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org