Exception:异常来自 HRESULT:0x80072EE4

报错信息

   在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   在 MS.Win32.WinInet.get_InternetCacheFolder()
   在 System.Windows.Media.Imaging.BitmapDownload.BeginDownload(BitmapDecoder decoder, Uri uri, RequestCachePolicy uriCachePolicy, Stream stream)
   在 System.Windows.Media.Imaging.LateBoundBitmapDecoder..ctor(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy requestCachePolicy)
   在 System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
   在 System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
   在 System.Windows.Media.Imaging.BitmapImage.EndInit()
   在 Quicker.Utilities.IconHelper.UrlToBitmapSource(String url)
   在 Quicker.Utilities.AppHelper.AddMenuItem(ItemCollection items, String header, String tooltip, String icon, RoutedEventHandler handler)
   在 Quicker.Domain.Services.ActionEditMgr.<>c__DisplayClass48_0.<CreateContextMenuForEmptyButton>g__CreateNewActionMenuItem|0(String header, String tooltip, Nullable`1 newActionType, String icon)
   在 Quicker.Domain.Services.ActionEditMgr.CreateContextMenuForEmptyButton(ContextMenu menu, ActionProfile profile, Int32 row, Int32 col, Window ownerWindow)
   在 Quicker.Domain.Services.ActionEditMgr.BuildMenuForActionButton(ContextMenu menu, ActionItem action, ActionProfile profile, Int32 row, Int32 col, Window ownerWindow, ActionTrigger actionTrigger)
   在 Quicker.View.PopupWindow.ShowBtnContextMenu(ActionButton btn)
   在 Quicker.View.PopupWindow.BtnOnPreviewMouseUp(Object sender, MouseButtonEventArgs e)
   在 System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   在 System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   在 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   在 System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   在 System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   在 System.Windows.Input.InputManager.ProcessStagingArea()
   在 System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   在 System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   在 System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   在 System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   在 System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) 

解决方法

因为系统原因导致Quicker无法访问 “Internet临时文件” 目录,缓存图片出错。

可以尝试下面的方法:

  1. 如果安装了安全或管家软件,请退出它们测试是否正常。
  2. 更改 Internet临时文件目录的安全设置,给Users用户组添加所有权限。
  3. 更改Internet临时文件目录位置。

详情参考:https://getquicker.net/kc/help/doc/error_0x80072ee4  



相关信息
0 查看
2023-12-13 23:34
Quicker版本
版本 反馈次数