https://bugs.winehq.org/show_bug.cgi?id=46501
Anastasius Focht focht@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@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
obviously still present. Confirming on behalf of OP.
Wine source:
https://source.winehq.org/git/wine.git/blob/00401d2278298d151b555fcdffb15bb2...
--- 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