Wox-launcher / Wox

A cross-platform launcher that simply works
http://wox-launcher.github.io/Wox/
GNU General Public License v3.0
24.47k stars 2.37k forks source link

cb 剪贴板插件,敲两次回车崩溃,可重现 #179

Closed Ji-Yuhang closed 10 years ago

Ji-Yuhang commented 10 years ago

出错操作: 输入cb命令,敲回车。显示出最近的剪贴板数据。再次敲回车。崩溃。可重现


错误代码如下

Exception

System.MissingMethodException: 找不到方法:“System.Action`1<System.String> Wox.Plugin.PluginInitContext.get_ShowCurrentResultItemTooltip()”。
   Source: Wox.Plugin.Clipboard
   TargetAssembly: Wox.Plugin.Clipboard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   TargetModule: Wox.Plugin.Clipboard.dll
   TargetSite: Boolean <Query>b__3(Wox.Plugin.ActionContext)
   在 Wox.Plugin.Clipboard.Main.<>c__DisplayClass7.<Query>b__3(ActionContext c)
   在 Wox.MainWindow.AcceptSelect(Result result) 位置 c:\Projects\Wox\Wox\MainWindow.xaml.cs:行号 556
   在 Wox.MainWindow.TbQuery_OnPreviewKeyDown(Object sender, KeyEventArgs e) 位置 c:\Projects\Wox\Wox\MainWindow.xaml.cs:行号 541
   在 System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   在 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   在 System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   在 System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   在 System.Windows.Input.InputManager.ProcessStagingArea()
   在 System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   在 System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   在 System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey)
   在 System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled)
   在 System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers)
   在 System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
   在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
   在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)

Environment

qianlifeng commented 10 years ago

感谢反馈,已经在clipboard插件中修复了。