Flow.Launcher
Flow.Launcher copied to clipboard
BUG: Error on startup
Checks
-
[x] I have checked that this issue has not already been reported.
-
[ ] I am using the latest version of Flow Launcher.
Problem Description
Everytime I try to open Flow Launcher, I get a popup showing "Flow Launcher got an error", followed by asking me to open and issue with the logs provided.
To Reproduce
No response
Screenshots
No response
Flow Launcher Version
1.19.0
Windows Build Number
26120.3073
Error Log
10:08:58.6780+05:30 - INFO - App.OnStartup - Begin Flow Launcher startup ----------------------------------------------------
10:08:58.6780+05:30 - INFO - App.OnStartup - Runtime info:
Flow Launcher version: 1.19.0
OS Version: 26120.3073
IntPtr Length: 8
x64: True
10:09:11.9512+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Explorer> is <317ms>
10:09:11.9512+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Plugin Indicator> is <51ms>
10:09:11.9512+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Process Killer> is <60ms>
10:09:11.9692+05:30 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json
10:09:11.9692+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <System Commands> is <99ms>
10:09:11.9964+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <URL> is <84ms>
10:09:12.0082+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Calculator> is <233ms>
10:09:12.0082+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Shell> is <168ms>
10:09:12.0455+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Web Searches> is <167ms>
10:09:12.0693+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Windows Settings> is <256ms>
10:09:12.0854+05:30 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <67ms>
10:09:12.0854+05:30 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <198>
10:09:12.0854+05:30 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <39>
10:09:12.1314+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Program> is <325ms>
10:09:12.2720+05:30 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json
10:09:12.2720+05:30 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json
10:09:12.2720+05:30 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json
10:09:12.2805+05:30 - INFO - JsonStorage.Load - Failed to load settings.json, C:\Users\supri\AppData\Roaming\FlowLauncher\Settings\Plugins\Google Translate\Settings.json.bak restored successfully
10:09:12.3381+05:30 - INFO - JsonStorage.Load - Failed to load settings.json, C:\Users\supri\AppData\Roaming\FlowLauncher\Settings\Plugins\Emoji+\Settings.json.bak restored successfully
10:09:12.4060+05:30 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Emoji+
EXCEPTION OCCURS: System.IO.IOException: The process cannot access the file because it is being used by another process.
at void System.IO.FileSystem.ReplaceFile(string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors)
at void Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.RestoreBackup() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 105
at async ValueTask<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.TryLoadBackupAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 91
at async ValueTask<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.TryLoadBackupAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 93
at async ValueTask<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.LoadBackupOrDefaultAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 75
at async Task<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.LoadAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 62
at async Task Flow.Launcher.Core.Plugin.JsonRPCPluginSettings.InitializeAsync() in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs:line 38
at async Task Flow.Launcher.Core.Plugin.JsonRPCPluginBase.InitSettingAsync() in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPluginBase.cs:line 144
at async Task Flow.Launcher.Core.Plugin.JsonRPCPluginBase.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPluginBase.cs:line 150
at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 57
at async Task<long> Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func<Task> action) in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Stopwatch.cs:line 34
at async Task Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api)+(?) => { } in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PluginManager.cs:line 170
10:09:12.4060+05:30 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Dictionary
EXCEPTION OCCURS: System.Text.Json.JsonException: '0x00' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '0x00' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
at void System.Text.Json.ThrowHelper.ThrowJsonReaderException(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte, ReadOnlySpan<byte> bytes)
at bool System.Text.Json.Utf8JsonReader.ConsumeValue(byte marker)
at bool System.Text.Json.Utf8JsonReader.ReadFirstToken(byte first)
at bool System.Text.Json.Utf8JsonReader.ReadSingleSegment()
at bool System.Text.Json.Utf8JsonReader.Read()
at T System.Text.Json.Serialization.JsonConverter<T>.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state)
--- End of inner exception stack trace ---
at void System.Text.Json.ThrowHelper.ReThrowWithPath(ref ReadStack state, JsonReaderException ex)
at T System.Text.Json.Serialization.JsonConverter<T>.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state)
at TValue System.Text.Json.JsonSerializer.ContinueDeserialize<TValue>(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo)
at async ValueTask<TValue> System.Text.Json.JsonSerializer.ReadFromStreamAsync<TValue>(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)
at async Task Dictionary.Main.InitAsync(PluginInitContext context) x 2 in C:/Users/Null/Documents/Projects/Flow.Launcher.Dictionary/src/Dictionary.cs:line 52
at async Task<long> Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func<Task> action) in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Stopwatch.cs:line 34
at async Task Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api)+(?) => { } in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PluginManager.cs:line 170
10:09:12.4060+05:30 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Google Translate
EXCEPTION OCCURS: System.IO.IOException: The process cannot access the file because it is being used by another process.
at void System.IO.FileSystem.ReplaceFile(string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors)
at void Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.RestoreBackup() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 105
at async ValueTask<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.TryLoadBackupAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 91
at async ValueTask<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.TryLoadBackupAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 93
at async ValueTask<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.LoadBackupOrDefaultAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 75
at async Task<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.LoadAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 62
at async Task Flow.Launcher.Core.Plugin.JsonRPCPluginSettings.InitializeAsync() in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs:line 38
at async Task Flow.Launcher.Core.Plugin.JsonRPCPluginBase.InitSettingAsync() in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPluginBase.cs:line 144
at async Task Flow.Launcher.Core.Plugin.JsonRPCPluginBase.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPluginBase.cs:line 150
at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 57
at async Task<long> Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func<Task> action) in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Stopwatch.cs:line 34
at async Task Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api)+(?) => { } in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PluginManager.cs:line 170
10:09:12.4060+05:30 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: ClipboardR
EXCEPTION OCCURS: System.Text.Json.JsonException: '0x00' is an invalid start of a value. Path: $ | LineNumber: 0 | BytePositionInLine: 0.
---> System.Text.Json.JsonReaderException: '0x00' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
at void System.Text.Json.ThrowHelper.ThrowJsonReaderException(ref Utf8JsonReader json, ExceptionResource resource, byte nextByte, ReadOnlySpan<byte> bytes)
at bool System.Text.Json.Utf8JsonReader.ConsumeValue(byte marker)
at bool System.Text.Json.Utf8JsonReader.ReadFirstToken(byte first)
at bool System.Text.Json.Utf8JsonReader.ReadSingleSegment()
at bool System.Text.Json.Utf8JsonReader.Read()
at T System.Text.Json.Serialization.JsonConverter<T>.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state)
--- End of inner exception stack trace ---
at void System.Text.Json.ThrowHelper.ReThrowWithPath(ref ReadStack state, JsonReaderException ex)
at T System.Text.Json.Serialization.JsonConverter<T>.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state)
at TValue System.Text.Json.JsonSerializer.ContinueDeserialize<TValue>(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo)
at TValue System.Text.Json.JsonSerializer.ReadFromStream<TValue>(Stream utf8Json, JsonTypeInfo jsonTypeInfo)
at void ClipboardR.ClipboardR.Init(PluginInitContext ctx)
at Task Flow.Launcher.Plugin.IPlugin.Flow.Launcher.Plugin.IAsyncPlugin.InitAsync(PluginInitContext context)+() => { } in /_/Flow.Launcher.Plugin/Interfaces/IPlugin.cs:line 33
at async Task<long> Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func<Task> action) in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Stopwatch.cs:line 34
at async Task Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api)+(?) => { } in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PluginManager.cs:line 170
10:09:12.4727+05:30 - INFO - JsonStorage.Load - Failed to load settings.json, C:\Users\supri\AppData\Roaming\FlowLauncher\Settings\Plugins\AnyVideo Downloader\Settings.json.bak restored successfully
10:09:12.4727+05:30 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: AnyVideo Downloader
EXCEPTION OCCURS: System.IO.IOException: The process cannot access the file because it is being used by another process.
at void System.IO.FileSystem.ReplaceFile(string sourceFullPath, string destFullPath, string destBackupFullPath, bool ignoreMetadataErrors)
at void Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.RestoreBackup() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 105
at async ValueTask<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.TryLoadBackupAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 91
at async ValueTask<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.TryLoadBackupAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 93
at async ValueTask<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.LoadBackupOrDefaultAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 75
at async Task<T> Flow.Launcher.Infrastructure.Storage.JsonStorage<T>.LoadAsync() in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/JsonStorage.cs:line 62
at async Task Flow.Launcher.Core.Plugin.JsonRPCPluginSettings.InitializeAsync() in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs:line 38
at async Task Flow.Launcher.Core.Plugin.JsonRPCPluginBase.InitSettingAsync() in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPluginBase.cs:line 144
at async Task Flow.Launcher.Core.Plugin.JsonRPCPluginBase.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPluginBase.cs:line 150
at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 57
at async Task<long> Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func<Task> action) in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Stopwatch.cs:line 34
at async Task Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api)+(?) => { } in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PluginManager.cs:line 170
10:09:12.5276+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Browser Bookmarks> is <795ms>
10:09:12.6524+05:30 - INFO - CommunityPluginSource.FetchAsync - Loaded 228 plugins from https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json
10:09:12.6554+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Plugins Manager> is <862ms>
10:09:12.9634+05:30 - INFO - ImageLoader.Initialize - Preload images cost <13873ms>
10:09:12.9702+05:30 - INFO - ImageLoader.Initialize - Number of preload images is <150>, Images Number: 150, Unique Items 102
10:09:13.0592+05:30 - INFO - PluginManager.InitializePlugins - Total init cost for <Notion> is <1065ms>
10:09:13.9453+05:30 - INFO - App.OnStartup - Dependencies Info:
Python Path: C:\Users\supri\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe
Node Path:
10:09:14.3924+05:30 - FATAL - UnHandledException -
## Exception
System.NullReferenceException: Object reference not set to an instance of an object. Source: ClipboardR TargetAssembly: ClipboardR, Version=0.1.3.0, Culture=neutral, PublicKeyToken=null TargetModule: ClipboardR.dll TargetSite: Void Save() at ClipboardR.ClipboardR.Save() at Flow.Launcher.Core.Plugin.PluginManager.Save() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 59 at Flow.Launcher.PublicAPIInstance.SaveAppAllSettings() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 84 at Flow.Launcher.App.<OnStartupAsync>b__14_0() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 108 at Flow.Launcher.Infrastructure.Stopwatch.NormalAsync(String message, Func`1 action) in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 58 at Flow.Launcher.App.OnStartupAsync(Object sender, StartupEventArgs e) in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 51 at System.Threading.Tasks.Task.<>c.<ThrowAsync>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)
## Environment
* Command Line: C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Flow.Launcher.dll
* Timestamp: 02/16/2025 10:09:14
* Flow Launcher version: 1.19.0
* OS Version: 26120.3073
* IntPtr Length: 8
* x64: True
* Python Path: C:\Users\supri\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe
* Node Path:
* CLR Version: 7.0.19
* Installed .NET Framework:
* v2.0.50727 2.0.50727.4927 SP2
* v3.0 3.0.30729.4926 SP2
* v3.5 3.5.30729.4926 SP1
* v4 Client 4.8.09032
* v4 Full 4.8.09032
* v4.0 Client 4.0.0.0
## Assemblies - Flow.Launcher
* System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Private.CoreLib.dll)
* Flow.Launcher, Version=1.19.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Flow.Launcher.dll)
* PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\PresentationFramework.dll)
* WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\WindowsBase.dll)
* System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.dll)
* System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Xaml.dll)
* System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Threading.dll)
* System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.IO.Pipes.dll)
* System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Security.AccessControl.dll)
* System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Security.Principal.Windows.dll)
* System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.InteropServices.dll)
* System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Threading.ThreadPool.dll)
* System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Configuration.ConfigurationManager.dll)
* System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.ObjectModel.dll)
* Flow.Launcher.Core, Version=1.19.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Flow.Launcher.Core.dll)
* Flow.Launcher.Infrastructure, Version=1.19.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Flow.Launcher.Infrastructure.dll)
* System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Collections.dll)
* System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.ComponentModel.Primitives.dll)
* System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Private.Uri.dll)
* PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\PresentationCore.dll)
* System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Security.Cryptography.dll)
* System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Collections.Concurrent.dll)
* System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Memory.dll)
* System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.ComponentModel.TypeConverter.dll)
* System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Xml.ReaderWriter.dll)
* System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Private.Xml.dll)
* System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Collections.Specialized.dll)
* System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.WebClient.dll)
* System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.ComponentModel.EventBasedAsync.dll)
* System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Text.Encoding.Extensions.dll)
* System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Threading.Thread.dll)
* System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.Serialization.Formatters.dll)
* System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Xml.XmlSerializer.dll)
* System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.IO.Packaging.dll)
* DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\DirectWriteForwarder.dll)
* System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.Extensions.dll)
* System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Diagnostics.Debug.dll)
* System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.CompilerServices.VisualC.dll)
* Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Microsoft.Win32.Primitives.dll)
* System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Collections.NonGeneric.dll)
* Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Microsoft.Win32.Registry.dll)
* System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Linq.dll)
* System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Diagnostics.TraceSource.dll)
* System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Windows.Extensions.dll)
* System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.ComponentModel.dll)
* ModernWpf, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\ModernWpf.dll)
* System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.Requests.dll)
* System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.Primitives.dll)
* System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.WebHeaderCollection.dll)
* System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.Loader.dll)
* Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Microsoft.Windows.SDK.NET.dll)
* WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\WinRT.Runtime.dll)
* Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Microsoft.Win32.SystemEvents.dll)
* System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.CompilerServices.Unsafe.dll)
* System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Linq.Expressions.dll)
* System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Security.Cryptography.Algorithms.dll)
* System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Numerics.Vectors.dll)
* System.Reflection.Emit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Reflection.Emit.dll)
* Snippets, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
* UIAutomationTypes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\UIAutomationTypes.dll)
* System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Diagnostics.Process.dll)
* PresentationFramework.Classic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\PresentationFramework.Classic.dll)
* ModernWpf.Controls, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\ModernWpf.Controls.dll)
* mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\mscorlib.dll)
* Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Flow.Launcher.Plugin.dll)
* System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Text.Encoding.CodePages.dll)
* System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Text.Json.dll)
* NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\NLog.dll)
* netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\netstandard.dll)
* System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Diagnostics.FileVersionInfo.dll)
* System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.IO.FileSystem.Watcher.dll)
* System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Data.Common.dll)
* System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.Mail.dll)
* System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.Sockets.dll)
* BitFaster.Caching, Version=2.5.1.0, Culture=neutral, PublicKeyToken=65c36bc48e4e3803 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\BitFaster.Caching.dll)
* MemoryPack.Core, Version=1.21.1.0, Culture=neutral, PublicKeyToken=df4c250b14d82627 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\MemoryPack.Core.dll)
* System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Collections.Immutable.dll)
* System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.Numerics.dll)
* System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.Intrinsics.dll)
* System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Text.Encodings.Web.dll)
* System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Reflection.Emit.Lightweight.dll)
* System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Reflection.Primitives.dll)
* System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Reflection.Emit.ILGeneration.dll)
* System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Drawing.Common.dll)
* Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll)
* Flow.Launcher.Plugin.Calculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Calculator\Flow.Launcher.Plugin.Calculator.dll)
* Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Explorer\Flow.Launcher.Plugin.Explorer.dll)
* System.Windows.Forms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Windows.Forms.dll)
* System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Windows.Forms.Primitives.dll)
* Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.PluginIndicator\Flow.Launcher.Plugin.PluginIndicator.dll)
* Flow.Launcher.Plugin.PluginsManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.PluginsManager\Flow.Launcher.Plugin.PluginsManager.dll)
* Flow.Launcher.Plugin.ProcessKiller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.ProcessKiller\Flow.Launcher.Plugin.ProcessKiller.dll)
* Flow.Launcher.Plugin.Program, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll)
* Microsoft.Extensions.Caching.Memory, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Memory.dll)
* Microsoft.Extensions.Options, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Options.dll)
* Microsoft.Extensions.Caching.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Abstractions.dll)
* Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Logging.Abstractions.dll)
* Microsoft.Extensions.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Primitives.dll)
* Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll)
* WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\WindowsInput.dll)
* Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Sys\Flow.Launcher.Plugin.Sys.dll)
* Flow.Launcher.Plugin.Url, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Url\Flow.Launcher.Plugin.Url.dll)
* System.Text.RegularExpressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Text.RegularExpressions.dll)
* Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.WebSearch\Flow.Launcher.Plugin.WebSearch.dll)
* Flow.Launcher.Plugin.WindowsSettings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll)
* ClipboardR, Version=0.1.3.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Roaming\FlowLauncher\Plugins\ClipboardR-0.3.1\ClipboardR.dll)
* ClipboardR.Core, Version=0.1.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Roaming\FlowLauncher\Plugins\ClipboardR-0.3.1\ClipboardR.Core.dll)
* System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Drawing.Primitives.dll)
* Dictionary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Roaming\FlowLauncher\Plugins\Dictionary-2.3.2\Dictionary.dll)
* Flow.Launcher.Plugin.Notion, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Roaming\FlowLauncher\Plugins\Notion-4.1.0\Flow.Launcher.Plugin.Notion.dll)
* CommunityToolkit.Mvvm, Version=8.2.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\CommunityToolkit.Mvvm.dll)
* System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Threading.Channels.dll)
* System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.Http.dll)
* System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.WebProxy.dll)
* System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.ServicePoint.dll)
* System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.Security.dll)
* System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Diagnostics.Tracing.dll)
* System.Diagnostics.DiagnosticSource, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Diagnostics.DiagnosticSource.dll)
* Mages.Core, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.Calculator\Mages.Core.dll)
* System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Threading.Overlapped.dll)
* System.Net.Http.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.Http.Json.dll)
* Microsoft.Data.Sqlite, Version=7.0.10.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\supri\AppData\Roaming\FlowLauncher\Plugins\ClipboardR-0.3.1\Microsoft.Data.Sqlite.dll)
* System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.IO.FileSystem.dll)
* Microsoft.Data.Sqlite, Version=8.0.7.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Microsoft.Data.Sqlite.dll)
* System.Runtime.InteropServices.RuntimeInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Runtime.InteropServices.RuntimeInformation.dll)
* Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (C:\Users\supri\AppData\Roaming\FlowLauncher\Plugins\Notion-4.1.0\Newtonsoft.Json.dll)
* SQLitePCLRaw.core, Version=2.1.6.2060, Culture=neutral, PublicKeyToken=1488e028ca7ab535 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\SQLitePCLRaw.core.dll)
* YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\YamlDotNet.dll)
* System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.Quic.dll)
* Ben.Demystifier, Version=0.4.0.0, Culture=neutral, PublicKeyToken=a6d206e05440431a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Ben.Demystifier.dll)
* System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Diagnostics.StackTrace.dll)
* SQLitePCLRaw.batteries_v2, Version=2.1.6.2060, Culture=neutral, PublicKeyToken=8226ea5df37bcae9 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\SQLitePCLRaw.batteries_v2.dll)
* System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Reflection.Metadata.dll)
* SQLitePCLRaw.provider.e_sqlite3, Version=2.1.6.2060, Culture=neutral, PublicKeyToken=9c301db686d0bd12 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\SQLitePCLRaw.provider.e_sqlite3.dll)
* System.IO.MemoryMappedFiles, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.IO.MemoryMappedFiles.dll)
* System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.NameResolution.dll)
* Microsoft.CSharp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Microsoft.CSharp.dll)
* System.Net.Ping, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.Ping.dll)
* System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Security.Claims.dll)
* System.Net.NetworkInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Net.NetworkInformation.dll)
* System.Console, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Console.dll)
* Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Accessibility.dll)
* Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\Microsoft.Toolkit.Uwp.Notifications.dll)
* System.Security.Cryptography.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Security.Cryptography.Primitives.dll)
* DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
* UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\UIAutomationProvider.dll)
* NHotkey.Wpf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\NHotkey.Wpf.dll)
* System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\System.Windows.Controls.Ribbon.dll)
* WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\WindowsFormsIntegration.dll)
* PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\PresentationFramework-SystemData.dll)
* NHotkey, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\supri\AppData\Local\FlowLauncher\app-1.19.0\NHotkey.dll)
[2025-02-16.txt](https://github.com/user-attachments/files/18813624/2025-02-16.txt)
It's seems to be failing to load settings files from
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 60 days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\nkeep-fresh
This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.
It looks like you encountered some issues with ClipboardR plugin. Could you please try Clipboard+ which is developed based on it?