[Bug 23965] Steam exits silently when querying system information (crash due to missing crypt32.dll PFXVerifyPassword stub)

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 3 06:17:00 CDT 2011


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
          Component|-unknown                    |crypt32
            Summary|Steam exits when querying   |Steam exits silently when
                   |system information          |querying system information
                   |                            |(crash due to missing
                   |                            |crypt32.dll
                   |                            |PFXVerifyPassword stub)

--- Comment #11 from Anastasius Focht <focht at gmx.net> 2011-06-03 06:16:58 CDT ---
Hello,

the problem is a missing export from crypt32.dll.
Steam imports various functions from crypt32 and advapi32.
When one of the crypt32 imports can't be found, an internal import error flag
is set.
Later this leads to a certain code path being skipped which imports additional
crypt functions from advapi32.


More information about the wine-bugs mailing list