[Bug 33182] Penny Girl fails with Mono, mscoree.StrongNameSignatureVerificationEx is a stub

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 10 13:08:25 CST 2013


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download
             Status|UNCONFIRMED                 |NEW
                 CC|                            |focht at gmx.net
          Component|-unknown                    |mscoree
            Summary|Penny Girl fails to run     |Penny Girl fails with Mono,
                   |                            |mscoree.StrongNameSignature
                   |                            |VerificationEx is a stub
     Ever Confirmed|0                           |1

--- Comment #32 from Anastasius Focht <focht at gmx.net> 2013-11-10 13:08:25 CST ---
Hello folks,

refining summary.

Source:
http://source.winehq.org/git/wine.git/blob/38adec4ac558b4e49f285b9caeb75975e194d127:/dlls/mscoree/mscoree_main.c#l533

--- snip ---
533 BOOL WINAPI StrongNameSignatureVerificationEx(LPCWSTR filename, BOOL
forceVerification, BOOL* pVerified)
534 {
535     FIXME("(%s, %u, %p): stub\n", debugstr_w(filename), forceVerification,
pVerified);
536     return FALSE;
537 }
--- snip ---

Regards

-- 
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