http://bugs.winehq.org/show_bug.cgi?id=15670
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Dotnet apps crash because |.NET applications that make |of missing reg key |use of |([HKEY_LOCAL_MACHINE\Softwa |System.IO.IsolatedStorage |re\Microsoft\Windows |crash (missing |NT\CurrentVersion\ProfileLi |"HKLM\Software\Microsoft\Wi |st\S-1-*-*]) |ndows | |NT\CurrentVersion\ProfileLi | |st<UserSID>" registry | |subkey)
--- Comment #14 from Anastasius Focht focht@gmx.net 2012-03-11 10:50:01 CDT --- Hello,
still present. Also encountered with "mageui.exe" tool from Windows 7/.NET Framework 4.0 SDK:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin ... $ wine ./mageui.exe ... Unhandled Exception: 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.InitGlobalsNonRoamingUser(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetRootDir(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetGlobalFileIOPerm(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.Init(IsolatedStorageScope scope) at System.IO.IsolatedStorage.IsolatedStorageFile.GetStore(IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType) at Mage.Preferences.ReadPreferences() at Mage.MainForm..ctor(String[] args) at Mage.MageApp.RunIt(String[] args) at Mage.MageApp.Main(String[] args) wine: Unhandled exception 0xe0434f4d at address 0x7b83925f (thread 0009), starting debugger... --- snip ---
Refining summary.
$ wine --version wine-1.4-78-g94953f1
Regards