[Bug 8275] Future Pinball can't load tables without native crypt32 & rsaenh dlls

Wine Bugs wine-bugs at winehq.org
Fri May 4 15:49:46 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8275





------- Additional Comments From juan_lang at yahoo.com  2007-04-05 15:49 -------
It looks as though the second log still uses builtin crypt32, else we wouldn't
see all the trace:crypt:CryptHashData calls.  So the bug must be in rsaenh
somewhere.

It looks superficially as though CryptAcquireContext might be failing, since
when using builtin rsaenh, the HCRYPTPROV argument to CryptCreateHash et al is
NULL.  But the builtin rsaenh returns an index into a handle table rather than a
pointer, so the first returned handle is always 0.  So the bug appears to be
elsewhere.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list