https://bugs.winehq.org/show_bug.cgi?id=56559
Bug ID: 56559 Summary: wine is unable to launch a .exe that just downloads a file Product: Wine Version: 9.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gerard.labadie@sysgroup.fr Distribution: ---
all the info is in https://forum.winehq.org/viewtopic.php?t=38779
I want to launch iologo-launcher that is avalable at https://cellar-c2.services.clever-cloud.com/iologo-app/launcher2/5/iologo-la... and wine iolog-launcher.exe does nothing
on Windows this file just downloads iologo_setup.exe and then I am able to launch iologo_setup.exe with wine
qwertymnb offered a hack and said it is a wine bug
[quote]diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c index 7768e9e5bd3..e23f63f86e7 100644 --- a/dlls/cryptnet/cryptnet_main.c +++ b/dlls/cryptnet/cryptnet_main.c @@ -2304,7 +2304,7 @@ typedef struct _OLD_CERT_REVOCATION_STATUS { BOOL WINAPI CertDllVerifyRevocation(DWORD dwEncodingType, DWORD dwRevType, DWORD cContext, PVOID rgpvContext[], DWORD dwFlags, PCERT_REVOCATION_PARA pRevPara, PCERT_REVOCATION_STATUS pRevStatus) -{ +{return 1; DWORD error = 0, i; FILETIME now; LPFILETIME pTime = NULL; [/quote]
my wine version [code]$ wine --version wine-9.6 [/code]
https://bugs.winehq.org/show_bug.cgi?id=56559
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- The launcher passes CERT_CHAIN_REVOCATION_CHECK_CACHE_ONLY which means the revocation check will fail if the CRLs it needs are not cached.
If you run these commands first:
$ wine iexplore http://x1.c.lencr.org/ $ wine iexplore http://crl.usertrust.com/USERTrustRSACertificationAuthority.crl
the launcher proceeds to download the file. Since these are popular certificate authorities, chances are that these CRLs are already cached on Windows.
https://bugs.winehq.org/show_bug.cgi?id=56559
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://cellar-c2.services. | |clever-cloud.com/iologo-app | |/launcher2/5/iologo-launche | |r.exe Summary|wine is unable to launch a |iologo launcher cannot |.exe that just downloads a |download setup program |file | Keywords| |download Severity|normal |minor
--- Comment #2 from Ken Sharp imwellcushtymelike@gmail.com --- I assume the app is called iologo? "An app" is no use to anyone.
https://bugs.winehq.org/show_bug.cgi?id=56559
--- Comment #3 from gerard.labadie@sysgroup.fr --- yes, and the website is