[Bug 34829] New: wintrust:softpub crashes on Windows 8

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 30 05:12:48 CDT 2013


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

             Bug #: 34829
           Summary: wintrust:softpub crashes on Windows 8
           Product: Wine
           Version: 1.7.5
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: wintrust
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: fgouget at codeweavers.com
    Classification: Unclassified


The wintrust:softpub conformance test crashes on Windows 8:

softpub.c:264: this is the last test seen before the exception
softpub: unhandled exception c0000005 at 75B0471A

The crash happens on this testObjTrust() line:

        ret = funcs->pfnObjectTrust(&data);
        ok(ret == S_FALSE, "Expected S_FALSE, got %08x\n", ret);

(funcs->pfnObjectTrust is not NULL)

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