http://bugs.winehq.org/show_bug.cgi?id=9929
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2007-10-09 15:06:52 --- Created an attachment (id=8481) --> (http://bugs.winehq.org/attachment.cgi?id=8481) Error dialog
With today's git, this error dialog appears. A snipped from a +crypt,+wintrust log shows the root of the problem:
trace:wintrust:GenericChainFinalProv (0x11ec88) trace:crypt:CertVerifyCertificateChainPolicy (#0001, 0xa893a0, 0x33f9c4, 0x33f9b0) trace:wintrust:GenericChainFinalProv returning 1 (800b0109) trace:wintrust:WINTRUST_DefaultVerify returning 00000001 trace:wintrust:WinVerifyTrust returning 00000001
800b0109 is CERT_E_UNTRUSTEDROOT, because the Microsoft root certificates aren't installed on my system. It may be possible to work around the problem by downloading the Microsoft root certificates from somewhere (I don't know where) and installing them as trusted CA certs on the local system.