[Bug 46501] Multiple GFWL (Games For Windows Live) games fail to verify cert file ('wintrust.CryptCATGetMemberInfo' is a stub)(Universe at War Earth Assault)

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jan 17 12:04:05 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=46501

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
            Summary|GFWL: fails to verify cert  |Multiple GFWL (Games For
                   |file                        |Windows Live) games fail to
                   |                            |verify cert file
                   |                            |('wintrust.CryptCATGetMembe
                   |                            |rInfo' is a stub)(Universe
                   |                            |at War Earth Assault)
                 CC|                            |focht at gmx.net

--- Comment #4 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

obviously still present. Confirming on behalf of OP.

Wine source:

https://source.winehq.org/git/wine.git/blob/00401d2278298d151b555fcdffb15bb282c512a7:/dlls/wintrust/crypt.c#l596

--- snip ---
 596 CRYPTCATMEMBER * WINAPI CryptCATGetMemberInfo(HANDLE hCatalog, LPWSTR tag)
 597 {
 598     struct cryptcat *cc = hCatalog;
 599 
 600     FIXME("%p, %s\n", hCatalog, debugstr_w(tag));
 601 
 602     if (!hCatalog || hCatalog == INVALID_HANDLE_VALUE || cc->magic !=
CRYPTCAT_MAGIC)
 603     {
 604         SetLastError(ERROR_INVALID_PARAMETER);
 605         return NULL;
 606     }
 607     SetLastError(CRYPT_E_NOT_FOUND);
 608     return NULL;
 609 }
--- snip ---

$ wine --version
wine-6.0

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list