Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. The error time: 6/18/2018 5:47 PM
  2. Exception: System.UnauthorizedAccessException: Access to the path 'C:\Windows\system32\dewrito_prefs.yaml' is denied.
  3. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  4. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  5. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  6. at DoritoPatcherWPF.MainWindow.SaveSettings()
  7. at DoritoPatcherWPF.MainWindow.Window_Loaded(Object sender, RoutedEventArgs e)
  8. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  9. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  10. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  11. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  12. at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
  13. at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
  14. at MS.Internal.LoadedOrUnloadedOperation.DoWork()
  15. at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
  16. at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
  17. at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
  18. at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
  19. at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
  20. at System.Windows.Interop.HwndTarget.OnResize()
  21. at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
  22. at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  23. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  24. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  25. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  26. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement