http://bugs.winehq.org/show_bug.cgi?id=20011
Summary: Oracle IRM Desktop application fails with "error code: 80040325" message box Product: Wine Version: 1.1.29 Platform: PC URL: http://download.oracle.com/otn_software/sealed/PR51/De sktop/Oracle IRM Desktop EN 5.5.15.22.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: crypt32 AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
With wine-1.1.29-209-gbf1b965, after installing the Oracle IRM Desktop application, the installer launches sealmon.exe, which fails with the message box:
"Error code: 80040325"
The only visible message is:
fixme:crypt:CDecodeSignedMsg_GetParam unimplemented for 28
Using native crypt32 along with its msasn1.dll dependency allows sealmon.exe to proceed further.
http://bugs.winehq.org/show_bug.cgi?id=20011
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=20011
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2009-09-11 11:03:08 --- 28 is CMSG_ENCODED_SIGNER, and it's probably used for verifying countersignatures. See sample code that uses it at: http://msdn.microsoft.com/en-us/library/aa382050(VS.85).aspx http://msdn.microsoft.com/en-us/library/aa375560(VS.85).aspx
I'll attach a quick patch that might fix this, though I expect it'll lead to a failure trying to use the encoded signer.
http://bugs.winehq.org/show_bug.cgi?id=20011
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2009-09-11 11:04:28 --- Created an attachment (id=23556) --> (http://bugs.winehq.org/attachment.cgi?id=23556) Patch: Implement retrieving the encoded signer of a decoded signed message
Does this help at all?
http://bugs.winehq.org/show_bug.cgi?id=20011
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2009-09-11 20:15:59 --- Indeed, this seems to placate sealmon.exe. There is another crash when trying to open the options window from the systray menu, but that is a separate issue.
http://bugs.winehq.org/show_bug.cgi?id=20011
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #4 from Andrew Nguyen arethusa26@gmail.com 2009-09-15 18:09:33 --- This is fixed by commit 96be0ee8dcfb487d1582c4e8bb9f09162a934a7c.
http://bugs.winehq.org/show_bug.cgi?id=20011
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2009-09-25 12:26:15 --- Closing bugs fixed in 1.1.30.