http://bugs.winehq.org/show_bug.cgi?id=36517
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello Sergey,
--- quote --- But I still get "exception" when run this application in WINE (see details in new attachments). --- quote ---
Your log:
--- snip --- ... wine: Call from 0x7b83be75 to unimplemented function bcrypt.dll.BCryptGetFipsAlgorithmMode, aborting ... fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000402,(nil),0x0001,0x00000000,0x32d848,(nil)): stub err:eventlog:ReportEventW L"Application: slovoeb.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.TypeInitializationException\nStack:\n" fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Unhandled Exception: System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.Runtime.InteropServices.SEHException: External component has thrown an exception. at Microsoft.Win32.Win32Native.BCryptGetFipsAlgorithmMode(Boolean& pfEnabled) at System.Security.Cryptography.CryptoConfig.get_AllowOnlyFipsAlgorithms() at System.Security.Cryptography.RijndaelManaged..ctor() at e9CfQtWSpHKQRefoYV.e8Q9fCe5Zu4VSjVMpx.e0obEDrXS() at e9CfQtWSpHKQRefoYV.e8Q9fCe5Zu4VSjVMpx.??? ... --- snip ---
That's bug 32194
More importantly it shows you changed the default Windows version from 'Windows XP' to something different (most likely 'Windows 7').
Unless that app specifically asks for a higher Windows version DO NOT change the default! Reporting a higher Windows version doesn't make things "magically" better. In fact it can make things worse - as seen in this case.
Additionally, omitting such important information makes proper bug analysis harder.
Regards