https://bugs.winehq.org/show_bug.cgi?id=44416
Bug ID: 44416 Summary: MorphIt 5.1 (32 bit): Fails to execute with a FATAL UNHANDLED EXCEPTION Product: Wine Version: 3.0-rc6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: thawkins@edge-ka.com Distribution: ---
Created attachment 60346 --> https://bugs.winehq.org/attachment.cgi?id=60346 Stack Trace
wine MorphIt.exe fails to run
FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for 'MorphIt.Application' threw an exception. ---> System.Security.Cryptography.CryptographicException: Improperly protected machine's key pairs in 'C:\ProgramData.mono\keypairs'.
Found in Ubuntu and the same problem on macOS
https://bugs.winehq.org/show_bug.cgi?id=44416
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Severity|blocker |normal
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Not a blocker. Also doesn't seem like a wine issue to me, AFAIK the keyfiles it mentions must be in a folder that is only accessible for the current user, and noone else. Can you make sure this is the case and try again?
https://bugs.winehq.org/show_bug.cgi?id=44416
--- Comment #2 from Ted Hawkins thawkins@edge-ka.com --- I changed the keypairs folder using chmod 700 =>
drwx------ 2 thawkins thawkins 4096 Jan 22 13:54 keypairs
which should work according to
https://bugzilla.xamarin.com/show_bug.cgi?id=19274
But when I attempt to run the application I notice the permissions have been set back to
drwxrwxr-x 2 thawkins thawkins 4096 Jan 22 13:54 keypairs
As you say, this may be a problem with someone else's code.