rainyl / Flow.Launcher.Plugin.ClipboardR

A Flow Launcher Plugin which saves your clipboard activity.
Apache License 2.0
19 stars 4 forks source link

Error when starting Flow Launcher #12

Open skakspilleren opened 4 months ago

skakspilleren commented 4 months ago

Hi I was referred to you after having opened an issue over at Flow Launcher.

The error below happens everytime FL starts. ClipboardR is version 0.3.1.


Please open new issue in: https://github.com/Flow-Launcher/Flow.Launcher/issues

  1. upload log file: C:\Users...\AppData\Roaming\FlowLauncher\Logs\1.18.0\2024-05-29.txt
  2. copy below exception message

Flow Launcher version: 1.18.0 OS Version: 22631.3593 IntPtr Length: 8 x64: True

Python Path: C:\Users...\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe Node Path: Date: 05/29/2024 11:19:32 Exception: System.NullReferenceException: Object reference not set to an instance of an object. at ClipboardR.ClipboardR.Save() at Flow.Launcher.Core.Plugin.PluginManager.Save() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 58 at Flow.Launcher.PublicAPIInstance.SaveAppAllSettings() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 84 at Flow.Launcher.PublicAPIInstance.RestartApp() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 64 at Flow.Launcher.Plugin.Sys.Main.b1612(ActionContext c) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Sys\Main.cs:line 337 at Flow.Launcher.Plugin.Result.ExecuteAsync(ActionContext context) in //Flow.Launcher.Plugin/Result.cs:line 246 at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 307 at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask) at System.Threading.Tasks.Task.<>c.b128_0(Object state) 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)

2024-05-29.txt

skakspilleren commented 4 months ago

Deactivating the plugin also does not work, you get the error message all the same.