http://bugs.winehq.org/show_bug.cgi?id=32783
fangendou fangendoucg@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.5.22 |1.5.30
--- Comment #7 from fangendou fangendoucg@gmail.com 2013-05-15 08:46:55 CDT --- Hello everybody,
While I run Setup.exe in WINEDEBUG, the following logs may mean something.
--- snip --- 0111:Call advapi32.CryptAcquireContextW(0050f26c,0055d428 L"{3376A021-58FA-4A00-923A-9E97A85AC497}",004f7308 L"Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider",0000000d,00000020) ret=004caf10 0111:Ret advapi32.CryptAcquireContextW() retval=00000000 ret=004caf10 0111:Call KERNEL32.GetLastError() ret=004caf16 0111:Ret KERNEL32.GetLastError() retval=80090019 ret=004caf16 0111:Call advapi32.CryptAcquireContextW(0050f26c,0055d428 L"{3376A021-58FA-4A00-923A-9E97A85AC497}",004f7308 L"Microsoft Enhanced DSS and Diffie-Hellman Cryptographic Provider",0000000d,00000028) ret=004caf47 0111:Ret advapi32.CryptAcquireContextW() retval=00000000 ret=004caf47 0111:Call KERNEL32.GetLastError() ret=004391d4 0111:Ret KERNEL32.GetLastError() retval=80090019 ret=004391d4 0111:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0083e53c) ret=78158e69 0111:Call KERNEL32.GetLastError() ret=78132dba 0111:Ret KERNEL32.GetLastError() retval=80090019 ret=78132dba --- snip ---
The return value of CryptAcquireContextW is 0, that means a failure.But I can't find out how it happened. Any of your help will be appreciated!
Regards.