[Bug 28798] GearoticMotion.exe: Getting NTE_BAD_DATA calling crypt32.dll

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 26 17:29:21 CDT 2011


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

--- Comment #4 from allistar.m at gmail.com 2011-10-26 17:29:21 CDT ---
I have spoken to the developer of the application about this and here is the
code that is throwing that error:

  if (!CryptImportKey(hCryptProv, pbPrivateKey, 595, 0, 0, &hKey))
{
     // Error
     strEncryptedFile.Format( _T(" Importation Error %x Contact Support."), 
GetLastError() );
    MessageBox( strEncryptedFile );
return 1;
}

Is there any reason why this works on Windows but not under Wine?

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