http://bugs.winehq.org/show_bug.cgi?id=20678
Summary: BizAgi Process Modeler under .NET 2.0 raises an unhandled isolated storage exception Product: Wine Version: 1.1.32 Platform: PC URL: http://download.bizagi.com/modeler/BizAgiPMSetup.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=24696) --> (http://bugs.winehq.org/attachment.cgi?id=24696) BizAgi Process Modeler standard error
With wine-1.1.32-539-gab081aa, after running winetricks dotnet20 and installing the BizAgi Process Modeler, launching the application yields a .NET unhandled exception dialog box with:
System.IO.IsolatedStorage.IsolatedStorageException: Unable to create the store directory. (Exception from HRESULT: 0x80131468) at System.IO.IsolatedStorage.IsolatedStorageFile.nGetRootDir(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(IsolatedStorageScope scope) ...
The complete backtrace and standard error traces are attached.