http://bugs.winehq.org/show_bug.cgi?id=33182 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW CC| |focht(a)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(a)gmx.net> 2013-11-10 13:08:25 CST --- Hello folks, refining summary. Source: http://source.winehq.org/git/wine.git/blob/38adec4ac558b4e49f285b9caeb75975e... --- 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.