[Bug 22064] The Settlers 7 Demo fails to start

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 18 14:56:43 CDT 2010


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





--- Comment #28 from Mikko Rasa <tdb at tdb.fi>  2010-08-18 14:56:43 ---
Created an attachment (id=30214)
 --> (http://bugs.winehq.org/attachment.cgi?id=30214)
Log without the crypto patch

Here's the log without the above patch.  The game first calls
CryptMessageVerifySignature with a NULL pcbDecoded to find out the decoded
message size, then allocates a buffer for it and calls again.  However, since
pcbDecoded is cleared in the beginning, the rest of the function will think the
buffer is zero bytes long and doesn't have enough space to copy the message in.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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