http://bugs.winehq.org/show_bug.cgi?id=33947
--- Comment #4 from Ben Deane wine@elbeno.com 2013-07-10 19:16:52 CDT --- Created attachment 45185 --> http://bugs.winehq.org/attachment.cgi?id=45185 Adds simple support for HCCE_LOCAL_MACHINE in the crypt32 dll CertGetCertificateChain function.
The Battle.net desktop app makes a call to CertGetCertificateChain passing in HCCE_LOCAL_MACHINE for the hChainEngine parameter. Lack of support for this causes the crash. This patch hacks in simple support for HCCE_LOCAL_MACHINE.