【异常报告】1.25.13 Value cannot be null. Parameter name: collection

异常报告 · 891 次浏览
591 创建于 2021-07-30 15:11

引发异常的动作:剪贴板历史

 

ArgumentNullException
   at System.Windows.Data.CollectionView..ctor(IEnumerable collection, Int32 moveToFirst)
   at System.Windows.Data.ListCollectionView..ctor(IList list)
   at IntelliTools.View.Favorite.Nodes.FavorListControl.CreateBinding()
   at IntelliTools.View.Favorite.Nodes.FavorListControl.Init()
   at IntelliTools.View.Favorite.Nodes.FavorListControl.set_FavorNode(FavorNode value)
   at IntelliTools.View.Favorite.FavorItemListControl.<.ctor>b__3_0(Object s, RoutedEventArgs e)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
   at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
   at MS.Internal.LoadedOrUnloadedOperation.DoWork()
   at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
   at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
   at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
   at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
   at System.Windows.Interop.HwndTarget.OnResize()
   at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)


回复内容
CL 2021-07-30 15:14
#1

这个是动作里的c#脚本里面的,Quicker本身无法拦截,在Quicker的免责条款中😂(第3条)

请@Ceastld大佬有空的时候看看。

591 2021-07-30 15:15 :

哦哦,好的!

Cea 2021-07-30 15:44 :

这个不好意思,动作还在开发中,刚刚有用户反馈bug,临时修复了一下,
报错的是一些测试时添加的选项,没有删掉😂

回复主贴