[Bug 18549] Free Realms: Station Installer plugin (npsoe.dll) fails to download or display in Firefox 3.0.10

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 21 10:36:12 CDT 2009


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


Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juan_lang at yahoo.com




--- Comment #3 from Austin English <austinenglish at gmail.com>  2009-05-21 10:36:08 ---
(In reply to comment #2)
> (In reply to comment #1)
> > Seems the culprit is 
> > 
> > fixme:crypt:CertVerifyCertificateChainPolicy unimplemented for 3
> > 
> > Defaulting to ret = TRUE in CertVerifyCertificateChainPolicy lets the game
> > download. Sadly, for some reason no servers are open right now so can't test
> > any further.
> 
> Any possibility you might be able to describe where and how to default ret =
> true so that I can test myself as well?

You'd have to get the source, and change
dlls/crypt32/chain.c line 1877 from:
     BOOL ret = FALSE;
to:
     BOOL ret = TRUE;

cc'ing Juan.

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