http://bugs.winehq.org/show_bug.cgi?id=25925
--- Comment #6 from Juan Lang juan_lang@yahoo.com 2011-01-31 10:30:23 CST --- I still don't think that's the offending commit. Here's what I see in the good log: trace:crypt:CertRDNValueToStrW returning 36 (L"Take-Two Interactive Software, Inc.") and here's what I see in the bad one: trace:crypt:CertRDNValueToStrW returning 38 (L""Take-Two Interactive Software, Inc."")
Note the extra quotes. In the failing log, the app quits shortly after the second call to CertRDNValueToStrW that yields Take-Two, while in the succeeding log, the app continues with more WinVerifyTrust calls. I have a feeling that 993068038e0958ccb3f866c7faf0ebe012b9fa21 is a more likely candidate.