00:05:09.3347-03:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 00:05:09.3347-03:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.14.0 OS Version: Microsoft Windows NT 10.0.19043.0 IntPtr Length: 8 x64: True 00:05:09.5760-03:00 - ERROR - BinaryStorage.Deserialize - Deserialize error for file EXCEPTION OCCURS: System.InvalidCastException: Unable to cast object of type 'System.Collections.Generic.Dictionary`2[System.String,System.Int32]' to type 'System.Collections.Generic.Dictionary`2[System.ValueTuple`2[System.String,System.Boolean],System.Int32]'. at T Flow.Launcher.Infrastructure.Storage.BinaryStorage.Deserialize(FileStream stream, T defaultData) in C:/projects/flow-launcher/Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs:line 67 00:05:09.5926-03:00 - INFO - ImageLoader.Initialize - Preload images cost <5ms> 00:05:09.5926-03:00 - INFO - ImageLoader.Initialize - Number of preload images is <2>, Images Number: 2, Unique Items 2 00:05:13.2464-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <68ms> 00:05:13.2464-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <9ms> 00:05:13.2584-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <22ms> 00:05:13.2584-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <9ms> 00:05:13.2584-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <90ms> 00:05:13.2584-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <10ms> 00:05:13.2584-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <50ms> 00:05:13.2703-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <191ms> 00:05:13.2703-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <33ms> 00:05:13.2703-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <3ms> 00:05:13.2857-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <10ms> 00:05:13.2857-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <215> 00:05:13.2857-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <24> 00:05:13.2857-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <7ms> 00:05:13.2857-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <11ms> 00:05:13.3105-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <68ms> 00:05:13.3226-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <29ms> 00:05:13.3643-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <112ms> 00:05:13.4034-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Twitchy 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 00:05:13.4187-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Steam Search 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 00:05:13.4457-03:00 - INFO - PluginsManifest.UpdateManifestAsync - Fetched plugins from manifest repo 00:05:13.5224-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 00:05:13.5224-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: UNKNOWN Class name: Win32 Calling method: ExeProgram Program path: D:\Programacion\IDE\common7\ide\devenv.exe InnerException number: 1 Exception message: D:\Programacion\IDE\common7\ide\devenv.exe Exception error type: HResult -2147024894 Exception thrown in called method: System.Diagnostics.FileVersionInfo GetVersionInfo(System.String) Possible interpretation of the error: File not found when trying to load the program from D:\Programacion\IDE\common7\ide\devenv.exe Possible resolution: Not yet known 00:05:13.5224-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 00:05:13.5224-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <331ms> 00:05:13.7068-03:00 - FATAL - UnHandledException - ## Exception ``` System.Runtime.InteropServices.COMException: La plataforma de notificación no está disponible. (0x803E0105) Source: WinRT.Runtime TargetAssembly: WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 TargetModule: WinRT.Runtime.dll TargetSite: Void g__Throw|20_0(Int32) at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr) at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr) at ABI.Windows.UI.Notifications.IToastNotificationManagerStaticsMethods.CreateToastNotifier(IObjectReference _obj, String applicationId) at Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier(String applicationId) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.CreateToastNotifier() at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show(CustomizeToast customize) at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show() at Flow.Launcher.Notification.Show(String title, String subTitle, String iconPath) in C:\projects\flow-launcher\Flow.Launcher\Notification.cs:line 35 at Flow.Launcher.PublicAPIInstance.<>c__DisplayClass13_0.b__0() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 97 at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback) at Flow.Launcher.PublicAPIInstance.ShowMsg(String title, String subTitle, String iconPath, Boolean useMainWindowAsOwner) in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 95 at Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 161 at Flow.Launcher.App.b__14_0() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 81 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 52 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) ``` ## Environment * Command Line: C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll --squirrel-firstrun * Timestamp: 03/12/2023 00:05:13 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.19043.0 * IntPtr Length: 8 * x64: True * Python Path: C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.8.9\pythonw.exe * Node Path: * CLR Version: 7.0.3 * 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.04084 * v4 Full 4.8.04084 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Pipes.dll) * System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.AccessControl.dll) * System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Principal.Windows.dll) * System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.InteropServices.dll) * System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.ThreadPool.dll) * System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Core.dll) * Flow.Launcher.Infrastructure, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.Primitives.dll) * System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.dll) * System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.TypeConverter.dll) * System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.ReaderWriter.dll) * System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Xml.dll) * System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Specialized.dll) * System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebClient.dll) * System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.EventBasedAsync.dll) * System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.Extensions.dll) * System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Thread.dll) * System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Serialization.Formatters.dll) * System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.XmlSerializer.dll) * System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Extensions.dll) * System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Debug.dll) * System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.VisualC.dll) * Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Primitives.dll) * System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.NonGeneric.dll) * Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.TraceSource.dll) * System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Requests.dll) * System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Primitives.dll) * System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebHeaderCollection.dll) * System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Loader.dll) * Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.SystemEvents.dll) * System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.Unsafe.dll) * System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Numerics.Vectors.dll) * System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Expressions.dll) * System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Algorithms.dll) * System.Security.Cryptography.Csp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Csp.dll) * System.Security.Cryptography.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Primitives.dll) * System.Reflection.Emit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Plugin.dll) * System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.CodePages.dll) * System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.FileVersionInfo.dll) * System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.Watcher.dll) * System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Data.Common.dll) * System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Mail.dll) * System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Sockets.dll) * NLog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Extensions.Logging.dll) * Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.Abstractions.dll) * Microsoft.Extensions.Logging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.dll) * NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Web.AspNetCore.dll) * Ben.Demystifier, Version=0.4.0.0, Culture=neutral, PublicKeyToken=a6d206e05440431a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Ben.Demystifier.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Metadata.dll) * System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Immutable.dll) * System.IO.MemoryMappedFiles, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) * System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encodings.Web.dll) * System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.Lightweight.dll) * System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Primitives.dll) * System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.ILGeneration.dll) * System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Intrinsics.dll) * System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Common.dll) * Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll) * Flow.Launcher.Plugin.Caculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Flow.Launcher.Plugin.Caculator.dll) * Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.dll) * System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.Primitives.dll) * Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll) * Microsoft.Extensions.Caching.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Memory.dll) * Microsoft.Extensions.Options, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Options.dll) * Microsoft.Extensions.Caching.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Abstractions.dll) * Microsoft.Extensions.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Primitives.dll) * Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll) * WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.RegularExpressions.dll) * Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * Flow.Launcher.Plugin.Heidi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Heidi-1.0.0\Flow.Launcher.Plugin.Heidi.dll) * Flow.Launcher.Plugin.Kitty, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Kitty-1.0.6\Flow.Launcher.Plugin.Kitty.dll) * Flow.Launcher.Plugin.Putty, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Putty-2.1.3\Flow.Launcher.Plugin.Putty.dll) * Flow.Launcher.Plugin.SpotifyPremium, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\SpotifyPremium-1.1.2\Flow.Launcher.Plugin.SpotifyPremium.dll) * Droplex, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Droplex.dll) * System.Threading.Tasks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Tasks.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\YamlDotNet.dll) * System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Http.dll) * System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Tracing.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Security.dll) * System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NameResolution.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * System.IO.Compression.ZipFile, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Compression.ZipFile.dll) * System.IO.Compression, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Compression.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Channels.dll) * System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebProxy.dll) * System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.ServicePoint.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Mages.Core.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\System.Data.SQLite.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Numerics.dll) * System.Transactions.Local, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * Flow.Launcher.Plugin.WindowsSettings.resources, Version=1.0.0.0, Culture=es, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\es\Flow.Launcher.Plugin.WindowsSettings.resources.dll) * Microsoft.IO.RecyclableMemoryStream, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.IO.RecyclableMemoryStream.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) 00:05:15.1742-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 00:05:15.1742-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 00:05:15.1742-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2329-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2329-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 00:05:15.2329-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2615-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2615-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 00:05:15.2615-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2615-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2615-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 00:05:15.2615-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2615-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2615-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 00:05:15.2615-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2615-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2615-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 00:05:15.2615-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2790-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 00:05:15.2790-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ODBC Data Sources (32-bit).lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 00:05:15.2790-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 00:05:15.5406-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 00:05:15.5406-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: Win32 Calling method: LnkProgram Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Image-Line\More....lnk InnerException number: 1 Exception message: Datos no válidos. (0x8007000D) Exception error type: HResult -2147024883 Exception thrown in called method: Void Resolve(Accessibility._RemotableHandle ByRef, SLR_FLAGS) Possible interpretation of the error: An unexpected error occurred in the calling method LnkProgram Possible resolution: Not yet known 00:05:15.5406-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 00:05:15.5675-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - UWPPRogram index cost <2153ms> 00:05:16.2079-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Win32Program index cost <2843ms> 01:25:15.8141-03:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 01:25:15.8141-03:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.14.0 OS Version: Microsoft Windows NT 10.0.19043.0 IntPtr Length: 8 x64: True 01:25:15.9417-03:00 - INFO - ImageLoader.Initialize - Preload images cost <9ms> 01:25:15.9453-03:00 - INFO - ImageLoader.Initialize - Number of preload images is <2>, Images Number: 2, Unique Items 2 01:25:16.8467-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <5ms> 01:25:16.8936-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <53ms> 01:25:16.8936-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <4ms> 01:25:16.9232-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <12ms> 01:25:16.9232-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <247> 01:25:16.9232-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <24> 01:25:16.9322-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <121ms> 01:25:16.9322-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <97ms> 01:25:16.9322-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <4ms> 01:25:16.9322-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <35ms> 01:25:16.9506-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <35ms> 01:25:16.9767-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <47ms> 01:25:16.9767-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <136ms> 01:25:16.9767-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <5ms> 01:25:16.9767-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <8ms> 01:25:16.9767-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <15ms> 01:25:16.9938-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <5ms> 01:25:17.0122-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <66ms> 01:25:17.0979-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:25:17.0979-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: UNKNOWN Class name: Win32 Calling method: ExeProgram Program path: D:\Programacion\IDE\common7\ide\devenv.exe InnerException number: 1 Exception message: D:\Programacion\IDE\common7\ide\devenv.exe Exception error type: HResult -2147024894 Exception thrown in called method: System.Diagnostics.FileVersionInfo GetVersionInfo(System.String) Possible interpretation of the error: File not found when trying to load the program from D:\Programacion\IDE\common7\ide\devenv.exe Possible resolution: Not yet known 01:25:17.0979-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:25:17.1063-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Twitchy 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 01:25:17.1063-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Steam Search 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 01:25:17.2392-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <359ms> 01:25:17.4221-03:00 - FATAL - UnHandledException - ## Exception ``` System.Runtime.InteropServices.COMException: La plataforma de notificación no está disponible. (0x803E0105) Source: WinRT.Runtime TargetAssembly: WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 TargetModule: WinRT.Runtime.dll TargetSite: Void g__Throw|20_0(Int32) at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr) at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr) at ABI.Windows.UI.Notifications.IToastNotificationManagerStaticsMethods.CreateToastNotifier(IObjectReference _obj, String applicationId) at Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier(String applicationId) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.CreateToastNotifier() at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show(CustomizeToast customize) at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show() at Flow.Launcher.Notification.Show(String title, String subTitle, String iconPath) in C:\projects\flow-launcher\Flow.Launcher\Notification.cs:line 35 at Flow.Launcher.PublicAPIInstance.<>c__DisplayClass13_0.b__0() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 97 at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback) at Flow.Launcher.PublicAPIInstance.ShowMsg(String title, String subTitle, String iconPath, Boolean useMainWindowAsOwner) in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 95 at Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 161 at Flow.Launcher.App.b__14_0() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 81 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 52 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) ``` ## Environment * Command Line: C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll * Timestamp: 03/12/2023 01:25:17 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.19043.0 * IntPtr Length: 8 * x64: True * Python Path: C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.8.9\pythonw.exe * Node Path: * CLR Version: 7.0.3 * 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.04084 * v4 Full 4.8.04084 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Pipes.dll) * System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.AccessControl.dll) * System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Principal.Windows.dll) * System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.InteropServices.dll) * System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.ThreadPool.dll) * System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Core.dll) * Flow.Launcher.Infrastructure, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.Primitives.dll) * System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.dll) * System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.TypeConverter.dll) * System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.ReaderWriter.dll) * System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Xml.dll) * System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Specialized.dll) * System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebClient.dll) * System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.EventBasedAsync.dll) * System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.Extensions.dll) * System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Thread.dll) * System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Serialization.Formatters.dll) * System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.XmlSerializer.dll) * System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Extensions.dll) * System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Debug.dll) * System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.VisualC.dll) * Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Primitives.dll) * System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.NonGeneric.dll) * Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.TraceSource.dll) * System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Requests.dll) * System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Primitives.dll) * System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebHeaderCollection.dll) * System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Loader.dll) * Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.SystemEvents.dll) * System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.Unsafe.dll) * System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Numerics.Vectors.dll) * System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Expressions.dll) * System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Algorithms.dll) * System.Security.Cryptography.Csp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Csp.dll) * System.Security.Cryptography.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Primitives.dll) * System.Reflection.Emit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Plugin.dll) * System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.CodePages.dll) * System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.FileVersionInfo.dll) * System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.Watcher.dll) * System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Data.Common.dll) * System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Mail.dll) * System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Sockets.dll) * NLog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Extensions.Logging.dll) * Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.Abstractions.dll) * Microsoft.Extensions.Logging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.dll) * NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Web.AspNetCore.dll) * System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encodings.Web.dll) * System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.Lightweight.dll) * System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Primitives.dll) * System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.ILGeneration.dll) * System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Intrinsics.dll) * System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Common.dll) * Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll) * Flow.Launcher.Plugin.Caculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Flow.Launcher.Plugin.Caculator.dll) * Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.dll) * System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.Primitives.dll) * Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll) * Microsoft.Extensions.Caching.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Memory.dll) * Microsoft.Extensions.Options, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Options.dll) * Microsoft.Extensions.Caching.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Abstractions.dll) * Microsoft.Extensions.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Primitives.dll) * Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll) * WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.RegularExpressions.dll) * Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * Flow.Launcher.Plugin.Heidi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Heidi-1.0.0\Flow.Launcher.Plugin.Heidi.dll) * Flow.Launcher.Plugin.Kitty, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Kitty-1.0.6\Flow.Launcher.Plugin.Kitty.dll) * Flow.Launcher.Plugin.Putty, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Putty-2.1.3\Flow.Launcher.Plugin.Putty.dll) * Flow.Launcher.Plugin.SpotifyPremium, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\SpotifyPremium-1.1.2\Flow.Launcher.Plugin.SpotifyPremium.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Channels.dll) * System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Http.dll) * System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebProxy.dll) * System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.ServicePoint.dll) * System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Security.dll) * System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Tracing.dll) * System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Mages.Core.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Numerics.dll) * System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\System.Data.SQLite.dll) * System.Transactions.Local, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NameResolution.dll) * YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\YamlDotNet.dll) * Flow.Launcher.Plugin.WindowsSettings.resources, Version=1.0.0.0, Culture=es, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\es\Flow.Launcher.Plugin.WindowsSettings.resources.dll) * Microsoft.IO.RecyclableMemoryStream, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.IO.RecyclableMemoryStream.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * Ben.Demystifier, Version=0.4.0.0, Culture=neutral, PublicKeyToken=a6d206e05440431a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Ben.Demystifier.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Metadata.dll) * System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Immutable.dll) * System.IO.MemoryMappedFiles, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) 01:25:17.4779-03:00 - INFO - PluginsManifest.UpdateManifestAsync - Fetched plugins from manifest repo 01:25:19.3395-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:25:19.3395-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 01:25:19.3395-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:25:19.4366-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:25:19.4366-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 01:25:19.4366-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:25:19.5199-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:25:19.5199-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ODBC Data Sources (32-bit).lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 01:25:19.5199-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:25:19.8974-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:25:19.8974-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: Win32 Calling method: LnkProgram Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Image-Line\More....lnk InnerException number: 1 Exception message: Datos no válidos. (0x8007000D) Exception error type: HResult -2147024883 Exception thrown in called method: Void Resolve(Accessibility._RemotableHandle ByRef, SLR_FLAGS) Possible interpretation of the error: An unexpected error occurred in the calling method LnkProgram Possible resolution: Not yet known 01:25:19.8974-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:25:20.6311-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:25:20.6311-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 01:25:20.6311-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:25:20.6311-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:25:20.6311-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 01:25:20.6311-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:25:20.6311-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:25:20.6311-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 01:25:20.6311-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:25:20.6311-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:25:20.6311-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 01:25:20.6311-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:25:21.0239-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Win32Program index cost <4009ms> 01:25:21.0903-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - UWPPRogram index cost <3974ms> 01:26:24.9683-03:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 01:26:24.9683-03:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.14.0 OS Version: Microsoft Windows NT 10.0.19043.0 IntPtr Length: 8 x64: True 01:26:25.0472-03:00 - INFO - ImageLoader.Initialize - Preload images cost <7ms> 01:26:25.0472-03:00 - INFO - ImageLoader.Initialize - Number of preload images is <2>, Images Number: 2, Unique Items 2 01:26:29.2311-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <4ms> 01:26:29.2311-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <14ms> 01:26:29.2456-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <5ms> 01:26:29.2815-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <59ms> 01:26:29.2969-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <13ms> 01:26:29.2969-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <241> 01:26:29.2969-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <24> 01:26:29.3509-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <73ms> 01:26:29.3677-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <148ms> 01:26:29.3686-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <3ms> 01:26:29.3686-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <22ms> 01:26:29.3957-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <23ms> 01:26:29.4185-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <198ms> 01:26:29.4185-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <8ms> 01:26:29.4185-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <6ms> 01:26:29.4325-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <5ms> 01:26:29.4325-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <3ms> 01:26:29.4325-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <44ms> 01:26:29.5009-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Steam Search 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 01:26:29.5009-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <263ms> 01:26:29.5175-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Twitchy 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 01:26:29.5313-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:26:29.5313-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: UNKNOWN Class name: Win32 Calling method: ExeProgram Program path: D:\Programacion\IDE\common7\ide\devenv.exe InnerException number: 1 Exception message: D:\Programacion\IDE\common7\ide\devenv.exe Exception error type: HResult -2147024894 Exception thrown in called method: System.Diagnostics.FileVersionInfo GetVersionInfo(System.String) Possible interpretation of the error: File not found when trying to load the program from D:\Programacion\IDE\common7\ide\devenv.exe Possible resolution: Not yet known 01:26:29.5313-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:26:29.6447-03:00 - FATAL - UnHandledException - ## Exception ``` System.Runtime.InteropServices.COMException: La plataforma de notificación no está disponible. (0x803E0105) Source: WinRT.Runtime TargetAssembly: WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 TargetModule: WinRT.Runtime.dll TargetSite: Void g__Throw|20_0(Int32) at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr) at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr) at ABI.Windows.UI.Notifications.IToastNotificationManagerStaticsMethods.CreateToastNotifier(IObjectReference _obj, String applicationId) at Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier(String applicationId) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.CreateToastNotifier() at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show(CustomizeToast customize) at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show() at Flow.Launcher.Notification.Show(String title, String subTitle, String iconPath) in C:\projects\flow-launcher\Flow.Launcher\Notification.cs:line 35 at Flow.Launcher.PublicAPIInstance.<>c__DisplayClass13_0.b__0() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 97 at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback) at Flow.Launcher.PublicAPIInstance.ShowMsg(String title, String subTitle, String iconPath, Boolean useMainWindowAsOwner) in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 95 at Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 161 at Flow.Launcher.App.b__14_0() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 81 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 52 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) ``` ## Environment * Command Line: C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll * Timestamp: 03/12/2023 01:26:29 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.19043.0 * IntPtr Length: 8 * x64: True * Python Path: C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.8.9\pythonw.exe * Node Path: * CLR Version: 7.0.3 * 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.04084 * v4 Full 4.8.04084 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Pipes.dll) * System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.AccessControl.dll) * System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Principal.Windows.dll) * System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.InteropServices.dll) * System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.ThreadPool.dll) * System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Core.dll) * Flow.Launcher.Infrastructure, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.Primitives.dll) * System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.dll) * System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.TypeConverter.dll) * System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.ReaderWriter.dll) * System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Xml.dll) * System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Specialized.dll) * System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebClient.dll) * System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.EventBasedAsync.dll) * System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.Extensions.dll) * System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Thread.dll) * System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Serialization.Formatters.dll) * System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.XmlSerializer.dll) * System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Extensions.dll) * System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Debug.dll) * System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.VisualC.dll) * Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Primitives.dll) * System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.NonGeneric.dll) * Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.TraceSource.dll) * System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Requests.dll) * System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Primitives.dll) * System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebHeaderCollection.dll) * System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Loader.dll) * Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.SystemEvents.dll) * System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.Unsafe.dll) * System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Numerics.Vectors.dll) * System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Expressions.dll) * System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Algorithms.dll) * System.Security.Cryptography.Csp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Csp.dll) * System.Security.Cryptography.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Primitives.dll) * System.Reflection.Emit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Plugin.dll) * System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.CodePages.dll) * System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.FileVersionInfo.dll) * System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.Watcher.dll) * System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Data.Common.dll) * System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Mail.dll) * System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Sockets.dll) * NLog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Extensions.Logging.dll) * Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.Abstractions.dll) * Microsoft.Extensions.Logging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.dll) * NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Web.AspNetCore.dll) * System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encodings.Web.dll) * System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.Lightweight.dll) * System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Primitives.dll) * System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.ILGeneration.dll) * System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Intrinsics.dll) * System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Common.dll) * Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll) * Flow.Launcher.Plugin.Caculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Flow.Launcher.Plugin.Caculator.dll) * Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.dll) * System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.Primitives.dll) * Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll) * Microsoft.Extensions.Caching.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Memory.dll) * Microsoft.Extensions.Options, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Options.dll) * Microsoft.Extensions.Caching.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Abstractions.dll) * Microsoft.Extensions.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Primitives.dll) * Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll) * WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.RegularExpressions.dll) * Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * Flow.Launcher.Plugin.Heidi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Heidi-1.0.0\Flow.Launcher.Plugin.Heidi.dll) * Flow.Launcher.Plugin.Kitty, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Kitty-1.0.6\Flow.Launcher.Plugin.Kitty.dll) * Flow.Launcher.Plugin.Putty, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Putty-2.1.3\Flow.Launcher.Plugin.Putty.dll) * Flow.Launcher.Plugin.SpotifyPremium, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\SpotifyPremium-1.1.2\Flow.Launcher.Plugin.SpotifyPremium.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * Droplex, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Droplex.dll) * System.Threading.Tasks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Tasks.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\YamlDotNet.dll) * System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Http.dll) * System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Tracing.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Security.dll) * System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NameResolution.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * System.IO.Compression.ZipFile, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Compression.ZipFile.dll) * System.IO.Compression, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Compression.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Channels.dll) * System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebProxy.dll) * System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.ServicePoint.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Mages.Core.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Numerics.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\System.Data.SQLite.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Transactions.Local, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * Flow.Launcher.Plugin.WindowsSettings.resources, Version=1.0.0.0, Culture=es, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\es\Flow.Launcher.Plugin.WindowsSettings.resources.dll) * Microsoft.IO.RecyclableMemoryStream, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.IO.RecyclableMemoryStream.dll) * Ben.Demystifier, Version=0.4.0.0, Culture=neutral, PublicKeyToken=a6d206e05440431a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Ben.Demystifier.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Metadata.dll) * System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Immutable.dll) * System.IO.MemoryMappedFiles, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) 01:26:30.9341-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:26:30.9341-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 01:26:30.9341-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:26:30.9782-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:26:30.9782-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 01:26:30.9782-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:26:31.0177-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:26:31.0177-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ODBC Data Sources (32-bit).lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 01:26:31.0177-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:26:31.1971-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:26:31.1971-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: Win32 Calling method: LnkProgram Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Image-Line\More....lnk InnerException number: 1 Exception message: Datos no válidos. (0x8007000D) Exception error type: HResult -2147024883 Exception thrown in called method: Void Resolve(Accessibility._RemotableHandle ByRef, SLR_FLAGS) Possible interpretation of the error: An unexpected error occurred in the calling method LnkProgram Possible resolution: Not yet known 01:26:31.1971-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:26:31.7487-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:26:31.7487-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 01:26:31.7487-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:26:31.7487-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:26:31.7487-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 01:26:31.7487-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:26:31.7487-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:26:31.7487-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 01:26:31.7487-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:26:31.7487-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 01:26:31.7487-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 01:26:31.7487-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 01:26:32.0869-03:00 - INFO - PluginsManifest.UpdateManifestAsync - Fetched plugins from manifest repo 01:26:32.0869-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Win32Program index cost <2599ms> 01:26:32.1326-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - UWPPRogram index cost <2625ms> 18:14:28.3688-03:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 18:14:28.3688-03:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.14.0 OS Version: Microsoft Windows NT 10.0.19043.0 IntPtr Length: 8 x64: True 18:14:28.4809-03:00 - INFO - ImageLoader.Initialize - Preload images cost <7ms> 18:14:28.4809-03:00 - INFO - ImageLoader.Initialize - Number of preload images is <2>, Images Number: 2, Unique Items 2 18:14:29.3716-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <10ms> 18:14:29.4175-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <56ms> 18:14:29.4175-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <8ms> 18:14:29.4356-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <80ms> 18:14:29.4497-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <10ms> 18:14:29.4497-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <241> 18:14:29.4497-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <24> 18:14:29.4497-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <118ms> 18:14:29.4497-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <10ms> 18:14:29.4497-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <31ms> 18:14:29.4497-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <37ms> 18:14:29.4755-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <33ms> 18:14:29.4755-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <114ms> 18:14:29.4755-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <17ms> 18:14:29.4755-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <14ms> 18:14:29.4914-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <11ms> 18:14:29.4914-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <9ms> 18:14:29.4914-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <54ms> 18:14:29.5569-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 18:14:29.5569-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: UNKNOWN Class name: Win32 Calling method: ExeProgram Program path: D:\Programacion\IDE\common7\ide\devenv.exe InnerException number: 1 Exception message: D:\Programacion\IDE\common7\ide\devenv.exe Exception error type: HResult -2147024894 Exception thrown in called method: System.Diagnostics.FileVersionInfo GetVersionInfo(System.String) Possible interpretation of the error: File not found when trying to load the program from D:\Programacion\IDE\common7\ide\devenv.exe Possible resolution: Not yet known 18:14:29.5569-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 18:14:29.6200-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Twitchy 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 18:14:29.6200-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Steam Search 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 18:14:29.7693-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <367ms> 18:14:29.9040-03:00 - FATAL - UnHandledException - ## Exception ``` System.Runtime.InteropServices.COMException: La plataforma de notificación no está disponible. (0x803E0105) Source: WinRT.Runtime TargetAssembly: WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 TargetModule: WinRT.Runtime.dll TargetSite: Void g__Throw|20_0(Int32) at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr) at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr) at ABI.Windows.UI.Notifications.IToastNotificationManagerStaticsMethods.CreateToastNotifier(IObjectReference _obj, String applicationId) at Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier(String applicationId) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.CreateToastNotifier() at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show(CustomizeToast customize) at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show() at Flow.Launcher.Notification.Show(String title, String subTitle, String iconPath) in C:\projects\flow-launcher\Flow.Launcher\Notification.cs:line 35 at Flow.Launcher.PublicAPIInstance.<>c__DisplayClass13_0.b__0() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 97 at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback) at Flow.Launcher.PublicAPIInstance.ShowMsg(String title, String subTitle, String iconPath, Boolean useMainWindowAsOwner) in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 95 at Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 161 at Flow.Launcher.App.b__14_0() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 81 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 52 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) ``` ## Environment * Command Line: C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll * Timestamp: 03/12/2023 18:14:29 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.19043.0 * IntPtr Length: 8 * x64: True * Python Path: C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.8.9\pythonw.exe * Node Path: * CLR Version: 7.0.3 * 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.04084 * v4 Full 4.8.04084 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Pipes.dll) * System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.AccessControl.dll) * System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Principal.Windows.dll) * System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.InteropServices.dll) * System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.ThreadPool.dll) * System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Core.dll) * Flow.Launcher.Infrastructure, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.Primitives.dll) * System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.dll) * System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.TypeConverter.dll) * System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.ReaderWriter.dll) * System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Xml.dll) * System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Specialized.dll) * System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebClient.dll) * System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.EventBasedAsync.dll) * System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.Extensions.dll) * System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Thread.dll) * System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Serialization.Formatters.dll) * System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.XmlSerializer.dll) * System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Extensions.dll) * System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Debug.dll) * System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.VisualC.dll) * Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Primitives.dll) * System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.NonGeneric.dll) * Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.TraceSource.dll) * System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Requests.dll) * System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Primitives.dll) * System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebHeaderCollection.dll) * System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Loader.dll) * Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.SystemEvents.dll) * System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.Unsafe.dll) * System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Numerics.Vectors.dll) * System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Expressions.dll) * System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Algorithms.dll) * System.Security.Cryptography.Csp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Csp.dll) * System.Security.Cryptography.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Primitives.dll) * System.Reflection.Emit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Plugin.dll) * System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.CodePages.dll) * System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.FileVersionInfo.dll) * System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.Watcher.dll) * System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Data.Common.dll) * System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Mail.dll) * System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Sockets.dll) * NLog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Extensions.Logging.dll) * Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.Abstractions.dll) * Microsoft.Extensions.Logging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.dll) * NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Web.AspNetCore.dll) * System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encodings.Web.dll) * System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.Lightweight.dll) * System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Primitives.dll) * System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.ILGeneration.dll) * System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Intrinsics.dll) * System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Common.dll) * Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll) * Flow.Launcher.Plugin.Caculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Flow.Launcher.Plugin.Caculator.dll) * Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.dll) * System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.Primitives.dll) * Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll) * Microsoft.Extensions.Caching.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Memory.dll) * Microsoft.Extensions.Options, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Options.dll) * Microsoft.Extensions.Caching.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Abstractions.dll) * Microsoft.Extensions.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Primitives.dll) * Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll) * WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.RegularExpressions.dll) * Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * Flow.Launcher.Plugin.Heidi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Heidi-1.0.0\Flow.Launcher.Plugin.Heidi.dll) * Flow.Launcher.Plugin.Kitty, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Kitty-1.0.6\Flow.Launcher.Plugin.Kitty.dll) * Flow.Launcher.Plugin.Putty, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Putty-2.1.3\Flow.Launcher.Plugin.Putty.dll) * Flow.Launcher.Plugin.SpotifyPremium, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\SpotifyPremium-1.1.2\Flow.Launcher.Plugin.SpotifyPremium.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Channels.dll) * System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Http.dll) * System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebProxy.dll) * System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.ServicePoint.dll) * System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Security.dll) * System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Tracing.dll) * System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Mages.Core.dll) * System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Numerics.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\System.Data.SQLite.dll) * System.Transactions.Local, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * Flow.Launcher.Plugin.WindowsSettings.resources, Version=1.0.0.0, Culture=es, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\es\Flow.Launcher.Plugin.WindowsSettings.resources.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NameResolution.dll) * YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\YamlDotNet.dll) * Microsoft.IO.RecyclableMemoryStream, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.IO.RecyclableMemoryStream.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * Ben.Demystifier, Version=0.4.0.0, Culture=neutral, PublicKeyToken=a6d206e05440431a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Ben.Demystifier.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Metadata.dll) * System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Immutable.dll) * System.IO.MemoryMappedFiles, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) 18:14:31.1640-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 18:14:31.1640-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 18:14:31.1640-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 18:14:31.2423-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 18:14:31.2423-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 18:14:31.2423-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 18:14:31.3135-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 18:14:31.3135-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ODBC Data Sources (32-bit).lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 18:14:31.3135-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 18:14:31.5184-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 18:14:31.5184-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 18:14:31.5184-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 18:14:31.5184-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 18:14:31.5184-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 18:14:31.5184-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 18:14:31.5184-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 18:14:31.5184-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 18:14:31.5184-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 18:14:31.5184-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 18:14:31.5184-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 18:14:31.5184-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 18:14:31.6102-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 18:14:31.6102-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: Win32 Calling method: LnkProgram Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Image-Line\More....lnk InnerException number: 1 Exception message: Datos no válidos. (0x8007000D) Exception error type: HResult -2147024883 Exception thrown in called method: Void Resolve(Accessibility._RemotableHandle ByRef, SLR_FLAGS) Possible interpretation of the error: An unexpected error occurred in the calling method LnkProgram Possible resolution: Not yet known 18:14:31.6102-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 18:14:32.1570-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - UWPPRogram index cost <2522ms> 18:14:32.2544-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Win32Program index cost <2721ms> 18:14:32.6068-03:00 - INFO - PluginsManifest.UpdateManifestAsync - Fetched plugins from manifest repo 19:25:18.1536-03:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 19:25:18.1536-03:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.14.0 OS Version: Microsoft Windows NT 10.0.19043.0 IntPtr Length: 8 x64: True 19:25:18.2578-03:00 - INFO - ImageLoader.Initialize - Preload images cost <9ms> 19:25:18.2578-03:00 - INFO - ImageLoader.Initialize - Number of preload images is <2>, Images Number: 2, Unique Items 2 19:25:19.4118-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <10ms> 19:25:19.4603-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <63ms> 19:25:19.4603-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <6ms> 19:25:19.4918-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <172ms> 19:25:19.4918-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <105ms> 19:25:19.4918-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <7ms> 19:25:19.4918-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <41ms> 19:25:19.5054-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <21ms> 19:25:19.5054-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <242> 19:25:19.5054-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <24> 19:25:19.5054-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <42ms> 19:25:19.5333-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <38ms> 19:25:19.5417-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <12ms> 19:25:19.5417-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <10ms> 19:25:19.5898-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <84ms> 19:25:19.5898-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <3ms> 19:25:19.6007-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <54ms> 19:25:19.6198-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <215ms> 19:25:19.7129-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 19:25:19.7129-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: UNKNOWN Class name: Win32 Calling method: ExeProgram Program path: D:\Programacion\IDE\common7\ide\devenv.exe InnerException number: 1 Exception message: D:\Programacion\IDE\common7\ide\devenv.exe Exception error type: HResult -2147024894 Exception thrown in called method: System.Diagnostics.FileVersionInfo GetVersionInfo(System.String) Possible interpretation of the error: File not found when trying to load the program from D:\Programacion\IDE\common7\ide\devenv.exe Possible resolution: Not yet known 19:25:19.7129-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 19:25:19.7798-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Twitchy 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 19:25:19.7798-03:00 - ERROR - PluginManager.InitializePluginsAsync - Fail to Init plugin: Steam Search 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 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.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.ReadCore(ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state) at TValue System.Text.Json.JsonSerializer.ContinueDeserialize(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonTypeInfo jsonTypeInfo) at async ValueTask System.Text.Json.JsonSerializer.ReadFromStreamAsync(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken) at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitSettingAsync() x 2 in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 326 at async Task Flow.Launcher.Core.Plugin.JsonRPCPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs:line 348 at async Task Flow.Launcher.Core.Plugin.PythonPlugin.InitAsync(PluginInitContext context) in C:/projects/flow-launcher/Flow.Launcher.Core/Plugin/PythonPlugin.cs:line 58 at async Task Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(string message, Func 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 122 19:25:19.7970-03:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <375ms> 19:25:19.9491-03:00 - FATAL - UnHandledException - ## Exception ``` System.Runtime.InteropServices.COMException: La plataforma de notificación no está disponible. (0x803E0105) Source: WinRT.Runtime TargetAssembly: WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 TargetModule: WinRT.Runtime.dll TargetSite: Void g__Throw|20_0(Int32) at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr) at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr) at ABI.Windows.UI.Notifications.IToastNotificationManagerStaticsMethods.CreateToastNotifier(IObjectReference _obj, String applicationId) at Windows.UI.Notifications.ToastNotificationManager.CreateToastNotifier(String applicationId) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.CreateToastNotifier() at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show(CustomizeToast customize) at Microsoft.Toolkit.Uwp.Notifications.ToastContentBuilder.Show() at Flow.Launcher.Notification.Show(String title, String subTitle, String iconPath) in C:\projects\flow-launcher\Flow.Launcher\Notification.cs:line 35 at Flow.Launcher.PublicAPIInstance.<>c__DisplayClass13_0.b__0() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 97 at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) at System.Windows.Threading.Dispatcher.Invoke(Action callback) at Flow.Launcher.PublicAPIInstance.ShowMsg(String title, String subTitle, String iconPath, Boolean useMainWindowAsOwner) in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 95 at Flow.Launcher.Core.Plugin.PluginManager.InitializePluginsAsync(IPublicAPI api) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 161 at Flow.Launcher.App.b__14_0() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 81 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 52 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) ``` ## Environment * Command Line: C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll --squirrel-firstrun * Timestamp: 03/12/2023 19:25:19 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.19043.0 * IntPtr Length: 8 * x64: True * Python Path: C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Environments\Python\PythonEmbeddable-v3.8.9\pythonw.exe * Node Path: * CLR Version: 7.0.3 * 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.04084 * v4 Full 4.8.04084 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Pipes.dll) * System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.AccessControl.dll) * System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Principal.Windows.dll) * System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.InteropServices.dll) * System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.ThreadPool.dll) * System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Core.dll) * Flow.Launcher.Infrastructure, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.Primitives.dll) * System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.dll) * System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.TypeConverter.dll) * System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.ReaderWriter.dll) * System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Xml.dll) * System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Specialized.dll) * System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebClient.dll) * System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.EventBasedAsync.dll) * System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.Extensions.dll) * System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Thread.dll) * System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Serialization.Formatters.dll) * System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Xml.XmlSerializer.dll) * System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Extensions.dll) * System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Debug.dll) * System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.VisualC.dll) * Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Primitives.dll) * System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.NonGeneric.dll) * Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.TraceSource.dll) * System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Requests.dll) * System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Primitives.dll) * System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebHeaderCollection.dll) * System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Loader.dll) * Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.SystemEvents.dll) * System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.CompilerServices.Unsafe.dll) * System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Numerics.Vectors.dll) * System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Expressions.dll) * System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Algorithms.dll) * System.Security.Cryptography.Csp, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Csp.dll) * System.Security.Cryptography.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Cryptography.Primitives.dll) * System.Reflection.Emit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Plugin.dll) * System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encoding.CodePages.dll) * System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.FileVersionInfo.dll) * System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.Watcher.dll) * System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Data.Common.dll) * System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Mail.dll) * System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Sockets.dll) * NLog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Extensions.Logging.dll) * Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.Abstractions.dll) * Microsoft.Extensions.Logging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Logging.dll) * NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\NLog.Web.AspNetCore.dll) * System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Encodings.Web.dll) * System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.Lightweight.dll) * System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Primitives.dll) * System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Emit.ILGeneration.dll) * System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Intrinsics.dll) * System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Common.dll) * Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll) * Flow.Launcher.Plugin.Caculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Flow.Launcher.Plugin.Caculator.dll) * Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.dll) * System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Forms.Primitives.dll) * Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll) * Microsoft.Extensions.Caching.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Memory.dll) * Microsoft.Extensions.Options, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Options.dll) * Microsoft.Extensions.Caching.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Caching.Abstractions.dll) * Microsoft.Extensions.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Extensions.Primitives.dll) * Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll) * WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Text.RegularExpressions.dll) * Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.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\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * Flow.Launcher.Plugin.Heidi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Heidi-1.0.0\Flow.Launcher.Plugin.Heidi.dll) * Flow.Launcher.Plugin.Kitty, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Kitty-1.0.6\Flow.Launcher.Plugin.Kitty.dll) * Flow.Launcher.Plugin.Putty, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\Putty-2.1.3\Flow.Launcher.Plugin.Putty.dll) * Flow.Launcher.Plugin.SpotifyPremium, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Roaming\FlowLauncher\Plugins\SpotifyPremium-1.1.2\Flow.Launcher.Plugin.SpotifyPremium.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Channels.dll) * System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Http.dll) * System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.WebProxy.dll) * System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.ServicePoint.dll) * System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Security.dll) * System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Tracing.dll) * System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Mages.Core.dll) * System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Numerics.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\System.Data.SQLite.dll) * System.Transactions.Local, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * Flow.Launcher.Plugin.WindowsSettings.resources, Version=1.0.0.0, Culture=es, PublicKeyToken=null (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\es\Flow.Launcher.Plugin.WindowsSettings.resources.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\YamlDotNet.dll) * Microsoft.IO.RecyclableMemoryStream, Version=2.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.IO.RecyclableMemoryStream.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NameResolution.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * Ben.Demystifier, Version=0.4.0.0, Culture=neutral, PublicKeyToken=a6d206e05440431a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Ben.Demystifier.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Reflection.Metadata.dll) * System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Immutable.dll) * System.IO.MemoryMappedFiles, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\SuperNS\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) 19:25:21.5641-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 19:25:21.5641-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 19:25:21.5641-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 19:25:21.6832-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 19:25:21.6832-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Windows Media Player.lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 19:25:21.6832-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 19:25:21.7850-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 19:25:21.7850-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: IShellLinkW Calling method: retrieveTargetPath Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ODBC Data Sources (32-bit).lnk InnerException number: 1 Exception message: Error HRESULT E_FAIL has been returned from a call to a COM component. Exception error type: HResult -2147467259 Exception thrown in called method: Void GetDescription(System.Text.StringBuilder, Int32) Possible interpretation of the error: Error caused likely due to trying to get the description of the program Possible resolution: Not yet known 19:25:21.7850-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 19:25:21.8795-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 19:25:21.8795-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 19:25:21.8795-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 19:25:21.8795-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 19:25:21.8795-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 19:25:21.8795-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 19:25:21.8795-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 19:25:21.8795-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 19:25:21.8795-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 19:25:21.8795-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 19:25:21.8795-03:00 - ERROR - - Exception full name: System.IO.FileNotFoundException Error status: KNOWN Class name: UWP Calling method: LogoPathFromUri Program path: C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe InnerException number: 1 Exception message: Unable to find the specified file. Exception error type: HResult -2147024894 Exception thrown in called method: Not available Possible interpretation of the error: Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge can't find logo uri for Assets\MicrosoftEdgeSquare44x44.png in package location (logo name or directory not found): C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe Possible resolution: Can be ignored and Flow Launcher should still continue, however the program may not be loaded 19:25:21.8795-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 19:25:22.0484-03:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 19:25:22.0484-03:00 - ERROR - - Exception full name: System.Runtime.InteropServices.COMException Error status: UNKNOWN Class name: Win32 Calling method: LnkProgram Program path: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Image-Line\More....lnk InnerException number: 1 Exception message: Datos no válidos. (0x8007000D) Exception error type: HResult -2147024883 Exception thrown in called method: Void Resolve(Accessibility._RemotableHandle ByRef, SLR_FLAGS) Possible interpretation of the error: An unexpected error occurred in the calling method LnkProgram Possible resolution: Not yet known 19:25:22.0484-03:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 19:25:22.0651-03:00 - INFO - PluginsManifest.UpdateManifestAsync - Fetched plugins from manifest repo 19:25:22.1105-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - UWPPRogram index cost <2327ms> 19:25:22.6566-03:00 - INFO - Flow.Launcher.Plugin.Program.Main - Win32Program index cost <2994ms>