beauli / slimtune

Automatically exported from code.google.com/p/slimtune
MIT License
0 stars 0 forks source link

UI Bug (r170): RunDialog won't close due to exception when running without admin privilages. #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1.  Run SlimTuneUI without admin elevation
2.  Click "Run..."
3.  Try to close RunDialog

System.IO.IsolatedStorage.IsolatedStorageException: Unable to create mutex. 
(Exception from HRESULT: 0x80131464)
   at System.IO.IsolatedStorage.IsolatedStorageFile.nOpen(String infoFile, 
String syncName)
   at System.IO.IsolatedStorage.IsolatedStorageFile.Lock()
   at System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(String 
path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, 
IsolatedStorageFile isf)
   at System.IO.IsolatedStorage.IsolatedStorageFileStream..ctor(String 
path, FileMode mode, FileAccess access, IsolatedStorageFile isf)
   at SlimTuneUI.RunDialog.RunDialog_FormClosed(Object sender, 
FormClosedEventArgs e) in C:\tools\slimtune\SlimTuneUI\RunDialog.cs:line 
270
   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)
   at System.Windows.Forms.Form.WmClose(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& 
m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, 
IntPtr wparam, IntPtr lparam)

Original issue reported on code.google.com by pandamojo@gmail.com on 21 Feb 2010 at 4:25

GoogleCodeExporter commented 8 years ago
Turns out isolated storage has to be closed again. Oops.

Original comment by promit....@gmail.com on 21 Feb 2010 at 4:40

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r174.

Original comment by promit....@gmail.com on 21 Feb 2010 at 11:23