xXxTheDarkprogramerxXx / PS3Tools

Open Source PlayStation Tools
259 stars 39 forks source link

Fix System.UnauthorizedAccessException in MainWindow.ExtractAllResources () #37

Closed xXxTheDarkprogramerxXx closed 4 years ago

xXxTheDarkprogramerxXx commented 4 years ago

Version 1.0.0.23(1.0.0.23)

Stacktrace

PS4_PS2_Classics_GuiWPF_.MainWindow.ExtractAllResources();PS4_PS2_Classics_GuiWPF_

PS4_PS2_Classics_Gui_WPF.MainWindow.btnConvert_Click(Object sender, RoutedEventArgs e);PS4_PS2_Classics_Gui_WPF

MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled);MS.Win32

MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o);MS.Win32

MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler);MS.Internal.Threading

MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam);MS.Win32

MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg);MS.Win32

PS4_PS2_Classics_GuiWPF_.App.Main();PS4_PS2_Classics_GuiWPF_

Reason

System.UnauthorizedAccessException

Link to App Center

xXxTheDarkprogramerxXx commented 4 years ago

Seems to be a duplicate of #38