http://bugs.winehq.org/show_bug.cgi?id=28798 --- Comment #4 from allistar.m(a)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.