http://bugs.winehq.org/show_bug.cgi?id=28837
Bug #: 28837 Summary: Internet Explorer 3.02 crashes from unimplemented function wintrust.dll.FindCertsByIssuer Product: Wine Version: 1.3.30 Platform: x86-64 URL: http://www.mirrorservice.org/sites/browsers.evolt.org/ browsers/ie/win32/3.02/win95full/msie302m95.exe OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: wintrust AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com Classification: Unclassified
If native wininet is used to work around bug 28829, IE3's control panel applet crashes when viewing personal certificates because of this instead:
wine: Call from 0x7b83b6d2 to unimplemented function wintrust.dll.FindCertsByIssuer, aborting wine: Unimplemented function wintrust.dll.FindCertsByIssuer called at address 0x7b83b6d2 (thread 0009), starting debugger...
To test, install with winetricks from svn using 'wintricks win95 ie3' or follow steps 1-3 from bug 28829. Then:
- Run WINEDLLOVERRIDES=wininet=n wine control inetcpl.cpl - Go to the security tab and click "personal" under "certificates"
Adding wintrust to the overrides works around it.