-
Notifications
You must be signed in to change notification settings - Fork 4
Error when starting Flow Launcher #12
Description
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
- upload log file: C:\Users...\AppData\Roaming\FlowLauncher\Logs\1.18.0\2024-05-29.txt
- 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.b__16_12(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.b__128_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)