http://bugs.winehq.org/show_bug.cgi?id=9929
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2007-10-08 17:51:53 --- I've taken a quick look at this, and I won't have a quick fix for it. I'll send some patches that remove the crash, but the install will still fail. The reason is: 1. The Microsoft root certificates aren't trusted, that is, they're not likely to be in the CA root certificate list installed on your system. 2. Hacking around this (implementing a stub GenericChainCertificateTrust that just returns S_OK, for instance) leads to CertVerifyCertificateChainPolicy failing, due to the CERT_CHAIN_POLICY_MICROSOFT_ROOT policy not being implemented.