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]