16:46:36.5786+07:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 16:46:36.5786+07:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.14.0 OS Version: Microsoft Windows NT 10.0.22621.0 IntPtr Length: 8 x64: True 16:46:36.6069+07:00 - INFO - BinaryStorage.TryLoad - Cache file not exist, load default data 16:46:36.6225+07:00 - INFO - ImageLoader.Initialize - Preload images cost <4ms> 16:46:36.6225+07:00 - INFO - ImageLoader.Initialize - Number of preload images is <2>, Images Number: 2, Unique Items 2 16:46:36.7669+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <3ms> 16:46:36.7669+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <3ms> 16:46:36.7669+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <3ms> 16:46:36.7669+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <15ms> 16:46:36.7669+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <6ms> 16:46:36.7669+07:00 - INFO - BinaryStorage.TryLoad - Cache file not exist, load default data 16:46:36.7669+07:00 - INFO - BinaryStorage.TryLoad - Cache file not exist, load default data 16:46:36.7669+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <2ms> 16:46:36.7669+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <0> 16:46:36.7669+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <0> 16:46:36.7669+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <10ms> 16:46:36.7857+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <36ms> 16:46:36.7940+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <27ms> 16:46:36.7940+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <31ms> 16:46:36.8526+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <91ms> 16:46:36.8526+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <90ms> 16:46:37.5134+07:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 16:46:37.5134+07: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 Legacy.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 16:46:37.5134+07:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 16:46:37.5527+07:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 16:46:37.5527+07: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 16:46:37.5527+07:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 16:46:37.5894+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - UWPPRogram index cost <818ms> 16:46:37.7128+07:00 - INFO - PluginsManifest.UpdateManifestAsync - Fetched plugins from manifest repo 16:46:38.0353+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Win32Program index cost <1264ms> 16:46:38.0531+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <1294ms> 16:46:38.2762+07:00 - INFO - App.OnStartup - Dependencies Info: Python Path: Node Path: 16:46:38.6642+07:00 - INFO - App.OnStartup - End Flow Launcher startup ---------------------------------------------------- 16:46:38.6649+07:00 - INFO - App.OnStartup - Startup cost <2172ms> 16:49:04.2088+07:00 - FATAL - UnHandledException - ## Exception ``` System.IO.IOException: Cannot create a stable subkey under a volatile parent key. Source: Microsoft.Win32.Registry TargetAssembly: Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a TargetModule: Microsoft.Win32.Registry.dll TargetSite: Void Win32Error(Int32, System.String) at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.CreateSubKeyInternalCore(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.Initialize() at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat..cctor() System.InvalidOperationException: Failed initializing notifications Source: Microsoft.Toolkit.Uwp.Notifications TargetAssembly: Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 TargetModule: Microsoft.Toolkit.Uwp.Notifications.dll TargetSite: Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat CreateToastNotifier() 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.Plugin.Explorer.Search.Everything.EverythingDownloadHelper.PromptDownloadIfNotInstallAsync(String installedLocation, IPublicAPI api) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingDownloadHelper.cs:line 44 at Flow.Launcher.Plugin.Explorer.Search.Everything.EverythingSearchManager.ClickToInstallEverythingAsync(ActionContext _) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingSearchManager.cs:line 44 at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 277 at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) ``` ## Environment * Command Line: C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll --squirrel-firstrun * Timestamp: 04/17/2023 16:49:04 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.22621.0 * IntPtr Length: 8 * x64: True * Python Path: * 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.09032 * v4 Full 4.8.09032 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\NLog.Web.AspNetCore.dll) * System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Common.dll) * System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Intrinsics.dll) * Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Mages.Core.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NameResolution.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\INIFileParser.dll) * System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.dll) * System.Net.NetworkInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NetworkInformation.dll) * UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationProvider.dll) * NHotkey.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.Wpf.dll) * System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Controls.Ribbon.dll) * WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsFormsIntegration.dll) * PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemData.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * NHotkey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.dll) * PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemXml.dll) * System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Resources.Extensions.dll) * System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * Microsoft.VisualStudio.Threading, Version=17.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Threading.dll) * Microsoft.VisualStudio.Validation, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Validation.dll) * Microsoft.Search.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f748985a6e9a7cb (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Explorer\Microsoft.Search.Interop.dll) * ToolGood.Words.Pinyin, Version=3.0.1.4, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ToolGood.Words.Pinyin.dll) * System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Explorer\System.Linq.Async.dll) * System.Data.OleDb, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Explorer\runtimes\win\lib\net7.0\System.Data.OleDb.dll) * System.Diagnostics.PerformanceCounter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.PerformanceCounter.dll) * VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\VirtualizingWrapPanel.dll) * PresentationFramework-SystemCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemCore.dll) * Droplex, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Droplex.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) 16:49:12.4486+07:00 - FATAL - UnHandledException - ## Exception ``` System.IO.IOException: Cannot create a stable subkey under a volatile parent key. Source: Microsoft.Win32.Registry TargetAssembly: Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a TargetModule: Microsoft.Win32.Registry.dll TargetSite: Void Win32Error(Int32, System.String) at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.CreateSubKeyInternalCore(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.Initialize() at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat..cctor() System.InvalidOperationException: Failed initializing notifications Source: Microsoft.Toolkit.Uwp.Notifications TargetAssembly: Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 TargetModule: Microsoft.Toolkit.Uwp.Notifications.dll TargetSite: Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat CreateToastNotifier() 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.Plugin.Explorer.Search.Everything.EverythingDownloadHelper.PromptDownloadIfNotInstallAsync(String installedLocation, IPublicAPI api) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingDownloadHelper.cs:line 44 at Flow.Launcher.Plugin.Explorer.Search.Everything.EverythingSearchManager.ClickToInstallEverythingAsync(ActionContext _) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingSearchManager.cs:line 44 at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 277 at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) 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) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at Flow.Launcher.App.Main() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 45 ``` ## Environment * Command Line: C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll --squirrel-firstrun * Timestamp: 04/17/2023 16:49:12 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.22621.0 * IntPtr Length: 8 * x64: True * Python Path: * 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.09032 * v4 Full 4.8.09032 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\NLog.Web.AspNetCore.dll) * System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Common.dll) * System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Intrinsics.dll) * Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Caculator\Mages.Core.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NameResolution.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\INIFileParser.dll) * System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.dll) * System.Net.NetworkInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NetworkInformation.dll) * UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationProvider.dll) * NHotkey.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.Wpf.dll) * System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Controls.Ribbon.dll) * WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsFormsIntegration.dll) * PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemData.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * NHotkey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.dll) * PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemXml.dll) * System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Resources.Extensions.dll) * System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * Microsoft.VisualStudio.Threading, Version=17.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Threading.dll) * Microsoft.VisualStudio.Validation, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Validation.dll) * Microsoft.Search.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f748985a6e9a7cb (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Explorer\Microsoft.Search.Interop.dll) * ToolGood.Words.Pinyin, Version=3.0.1.4, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ToolGood.Words.Pinyin.dll) * System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Explorer\System.Linq.Async.dll) * System.Data.OleDb, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Explorer\runtimes\win\lib\net7.0\System.Data.OleDb.dll) * System.Diagnostics.PerformanceCounter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.PerformanceCounter.dll) * VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\VirtualizingWrapPanel.dll) * PresentationFramework-SystemCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemCore.dll) * Droplex, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Droplex.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) 16:49:31.6732+07:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 16:49:31.6732+07:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.14.0 OS Version: Microsoft Windows NT 10.0.22621.0 IntPtr Length: 8 x64: True 16:49:31.8105+07:00 - INFO - ImageLoader.Initialize - Preload images cost <3ms> 16:49:31.8105+07:00 - INFO - ImageLoader.Initialize - Number of preload images is <2>, Images Number: 2, Unique Items 2 16:49:33.1167+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <26ms> 16:49:33.1167+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <45ms> 16:49:33.1167+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <33ms> 16:49:33.1167+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <60ms> 16:49:33.1377+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <80ms> 16:49:33.1377+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <85ms> 16:49:33.1377+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <4ms> 16:49:33.1377+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <113> 16:49:33.1377+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <49> 16:49:33.1531+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <113ms> 16:49:33.1779+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <248ms> 16:49:33.7028+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <640ms> 16:49:33.7150+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <633ms> 16:49:33.7489+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <694ms> 16:49:33.8534+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <866ms> 16:49:34.3463+07:00 - INFO - App.OnStartup - Dependencies Info: Python Path: Node Path: 16:49:34.4928+07:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 16:49:34.4928+07: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 Legacy.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 16:49:34.4928+07:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 16:49:34.5227+07:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 16:49:34.5227+07: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 16:49:34.5227+07:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 16:49:34.6201+07:00 - INFO - PluginsManifest.UpdateManifestAsync - Fetched plugins from manifest repo 16:49:34.6658+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - UWPPRogram index cost <1523ms> 16:49:34.7776+07:00 - INFO - App.OnStartup - End Flow Launcher startup ---------------------------------------------------- 16:49:34.7776+07:00 - INFO - App.OnStartup - Startup cost <3544ms> 16:49:34.8207+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Win32Program index cost <1677ms> 16:51:10.2075+07:00 - FATAL - UnHandledException - ## Exception ``` System.IO.IOException: Cannot create a stable subkey under a volatile parent key. Source: Microsoft.Win32.Registry TargetAssembly: Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a TargetModule: Microsoft.Win32.Registry.dll TargetSite: Void Win32Error(Int32, System.String) at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.CreateSubKeyInternalCore(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.Initialize() at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat..cctor() System.InvalidOperationException: Failed initializing notifications Source: Microsoft.Toolkit.Uwp.Notifications TargetAssembly: Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 TargetModule: Microsoft.Toolkit.Uwp.Notifications.dll TargetSite: Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat CreateToastNotifier() 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.Plugin.Explorer.Search.Everything.EverythingDownloadHelper.PromptDownloadIfNotInstallAsync(String installedLocation, IPublicAPI api) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingDownloadHelper.cs:line 44 at Flow.Launcher.Plugin.Explorer.Search.Everything.EverythingSearchManager.ClickToInstallEverythingAsync(ActionContext _) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingSearchManager.cs:line 44 at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 277 at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) ``` ## Environment * Command Line: C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll * Timestamp: 04/17/2023 16:51:10 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.22621.0 * IntPtr Length: 8 * x64: True * Python Path: * 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.09032 * v4 Full 4.8.09032 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\System.Data.SQLite.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * System.Transactions.Local, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Numerics.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationProvider.dll) * NHotkey.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.Wpf.dll) * System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Controls.Ribbon.dll) * INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\INIFileParser.dll) * WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsFormsIntegration.dll) * System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.dll) * PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemData.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * NHotkey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.dll) * System.Net.NetworkInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NetworkInformation.dll) * System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Resources.Extensions.dll) * System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * Microsoft.VisualStudio.Threading, Version=17.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Threading.dll) * Microsoft.VisualStudio.Validation, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Validation.dll) * ToolGood.Words.Pinyin, Version=3.0.1.4, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ToolGood.Words.Pinyin.dll) * PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemXml.dll) * VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\VirtualizingWrapPanel.dll) * Droplex, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Droplex.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) 16:53:08.7622+07:00 - FATAL - UnHandledException - ## Exception ``` System.IO.IOException: Cannot create a stable subkey under a volatile parent key. Source: Microsoft.Win32.Registry TargetAssembly: Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a TargetModule: Microsoft.Win32.Registry.dll TargetSite: Void Win32Error(Int32, System.String) at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.CreateSubKeyInternalCore(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.Initialize() at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat..cctor() System.InvalidOperationException: Failed initializing notifications Source: Microsoft.Toolkit.Uwp.Notifications TargetAssembly: Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 TargetModule: Microsoft.Toolkit.Uwp.Notifications.dll TargetSite: Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat CreateToastNotifier() 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.Plugin.Explorer.Search.Everything.EverythingDownloadHelper.PromptDownloadIfNotInstallAsync(String installedLocation, IPublicAPI api) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingDownloadHelper.cs:line 44 at Flow.Launcher.Plugin.Explorer.Search.Everything.EverythingSearchManager.ClickToInstallEverythingAsync(ActionContext _) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingSearchManager.cs:line 44 at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 277 at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) 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) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at Flow.Launcher.App.Main() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 45 ``` ## Environment * Command Line: C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll * Timestamp: 04/17/2023 16:53:08 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.22621.0 * IntPtr Length: 8 * x64: True * Python Path: * 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.09032 * v4 Full 4.8.09032 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.BrowserBookmark\System.Data.SQLite.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * System.Transactions.Local, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Numerics.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationProvider.dll) * NHotkey.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.Wpf.dll) * System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Controls.Ribbon.dll) * INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\INIFileParser.dll) * WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsFormsIntegration.dll) * System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.dll) * PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemData.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * NHotkey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.dll) * System.Net.NetworkInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NetworkInformation.dll) * System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Resources.Extensions.dll) * System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * Microsoft.VisualStudio.Threading, Version=17.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Threading.dll) * Microsoft.VisualStudio.Validation, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Validation.dll) * ToolGood.Words.Pinyin, Version=3.0.1.4, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ToolGood.Words.Pinyin.dll) * PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemXml.dll) * VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\VirtualizingWrapPanel.dll) * Droplex, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Droplex.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) 16:53:33.9995+07:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 16:53:33.9995+07:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.14.0 OS Version: Microsoft Windows NT 10.0.22621.0 IntPtr Length: 8 x64: True 16:53:34.0363+07:00 - INFO - ImageLoader.Initialize - Preload images cost <3ms> 16:53:34.0363+07:00 - INFO - ImageLoader.Initialize - Number of preload images is <2>, Images Number: 2, Unique Items 2 16:53:34.2005+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <2ms> 16:53:34.2005+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <2ms> 16:53:34.2005+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <2ms> 16:53:34.2005+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <12ms> 16:53:34.2207+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <24ms> 16:53:34.2207+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <25ms> 16:53:34.2207+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <3ms> 16:53:34.2207+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <113> 16:53:34.2207+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <49> 16:53:34.2328+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <36ms> 16:53:34.2328+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <39ms> 16:53:34.2328+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <46ms> 16:53:34.2580+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <61ms> 16:53:34.2594+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <66ms> 16:53:34.2936+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <98ms> 16:53:34.4578+07:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 16:53:34.4578+07: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 Legacy.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 16:53:34.4578+07:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 16:53:34.4768+07:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 16:53:34.4768+07: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 16:53:34.4768+07:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 16:53:34.5638+07:00 - INFO - App.OnStartup - Dependencies Info: Python Path: Node Path: 16:53:34.7833+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Win32Program index cost <558ms> 16:53:34.8077+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - UWPPRogram index cost <582ms> 16:53:34.9068+07:00 - INFO - PluginsManifest.UpdateManifestAsync - Fetched plugins from manifest repo 16:53:35.0756+07:00 - INFO - App.OnStartup - End Flow Launcher startup ---------------------------------------------------- 16:53:35.0756+07:00 - INFO - App.OnStartup - Startup cost <1149ms> 16:54:48.6729+07:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 16:54:48.6729+07:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.14.0 OS Version: Microsoft Windows NT 10.0.22621.0 IntPtr Length: 8 x64: True 16:54:48.7665+07:00 - INFO - ImageLoader.Initialize - Preload images cost <5ms> 16:54:48.7665+07:00 - INFO - ImageLoader.Initialize - Number of preload images is <2>, Images Number: 2, Unique Items 2 16:54:50.7072+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <50ms> 16:54:50.7072+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <58ms> 16:54:50.7072+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <91ms> 16:54:50.7196+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <91ms> 16:54:50.7578+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <158ms> 16:54:50.7601+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <173ms> 16:54:50.7601+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <196ms> 16:54:50.8104+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <410ms> 16:54:50.8104+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <65ms> 16:54:50.8104+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <113> 16:54:50.8104+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <49> 16:54:50.8445+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <211ms> 16:54:51.0439+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <472ms> 16:54:51.0602+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <467ms> 16:54:51.1160+07:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <584ms> 16:54:51.6417+07:00 - INFO - App.OnStartup - Dependencies Info: Python Path: Node Path: 16:54:52.1118+07:00 - INFO - PluginsManifest.UpdateManifestAsync - Fetched plugins from manifest repo 16:54:52.2624+07:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 16:54:52.2624+07: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 Legacy.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 16:54:52.2624+07:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 16:54:52.3155+07:00 - ERROR - - ------------- BEGIN Flow.Launcher.Plugin.Program exception ------------- 16:54:52.3155+07: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 16:54:52.3155+07:00 - ERROR - - ------------- END Flow.Launcher.Plugin.Program exception ------------- 16:54:52.3413+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - UWPPRogram index cost <1521ms> 16:54:52.5484+07:00 - INFO - App.OnStartup - End Flow Launcher startup ---------------------------------------------------- 16:54:52.5484+07:00 - INFO - App.OnStartup - Startup cost <4333ms> 16:54:53.1994+07:00 - INFO - Flow.Launcher.Plugin.Program.Main - Win32Program index cost <2379ms> 16:55:07.0617+07:00 - FATAL - UnHandledException - ## Exception ``` System.IO.IOException: Cannot create a stable subkey under a volatile parent key. Source: Microsoft.Win32.Registry TargetAssembly: Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a TargetModule: Microsoft.Win32.Registry.dll TargetSite: Void Win32Error(Int32, System.String) at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.CreateSubKeyInternalCore(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.Initialize() at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat..cctor() System.InvalidOperationException: Failed initializing notifications Source: Microsoft.Toolkit.Uwp.Notifications TargetAssembly: Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 TargetModule: Microsoft.Toolkit.Uwp.Notifications.dll TargetSite: Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat CreateToastNotifier() 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.Plugin.Explorer.Search.Everything.EverythingDownloadHelper.PromptDownloadIfNotInstallAsync(String installedLocation, IPublicAPI api) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingDownloadHelper.cs:line 44 at Flow.Launcher.Plugin.Explorer.Search.Everything.EverythingSearchManager.ClickToInstallEverythingAsync(ActionContext _) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingSearchManager.cs:line 44 at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 277 at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) ``` ## Environment * Command Line: C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll * Timestamp: 04/17/2023 16:55:07 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.22621.0 * IntPtr Length: 8 * x64: True * Python Path: * 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.09032 * v4 Full 4.8.09032 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.Numerics.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Transactions.Local, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationProvider.dll) * NHotkey.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.Wpf.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Controls.Ribbon.dll) * WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsFormsIntegration.dll) * PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemData.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\INIFileParser.dll) * System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.dll) * NHotkey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.dll) * System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Resources.Extensions.dll) * System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * Microsoft.VisualStudio.Threading, Version=17.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Threading.dll) * Microsoft.VisualStudio.Validation, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Validation.dll) * ToolGood.Words.Pinyin, Version=3.0.1.4, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ToolGood.Words.Pinyin.dll) * PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemXml.dll) * Droplex, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Droplex.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) 17:02:32.2123+07:00 - FATAL - UnHandledException - ## Exception ``` System.IO.IOException: Cannot create a stable subkey under a volatile parent key. Source: Microsoft.Win32.Registry TargetAssembly: Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a TargetModule: Microsoft.Win32.Registry.dll TargetSite: Void Win32Error(Int32, System.String) at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.CreateSubKeyInternalCore(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.Initialize() at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat..cctor() System.InvalidOperationException: Failed initializing notifications Source: Microsoft.Toolkit.Uwp.Notifications TargetAssembly: Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 TargetModule: Microsoft.Toolkit.Uwp.Notifications.dll TargetSite: Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat CreateToastNotifier() 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.Plugin.Explorer.Search.Everything.EverythingDownloadHelper.PromptDownloadIfNotInstallAsync(String installedLocation, IPublicAPI api) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingDownloadHelper.cs:line 44 at Flow.Launcher.Plugin.Explorer.Search.Everything.EverythingSearchManager.ClickToInstallEverythingAsync(ActionContext _) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingSearchManager.cs:line 44 at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 277 at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) 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) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at Flow.Launcher.App.Main() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 45 ``` ## Environment * Command Line: C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll * Timestamp: 04/17/2023 17:02:32 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.22621.0 * IntPtr Length: 8 * x64: True * Python Path: * 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.09032 * v4 Full 4.8.09032 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Transactions.Local.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NameResolution.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\INIFileParser.dll) * System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.dll) * UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationProvider.dll) * NHotkey.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.Wpf.dll) * System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Controls.Ribbon.dll) * WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsFormsIntegration.dll) * PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemData.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * NHotkey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.dll) * System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Resources.Extensions.dll) * System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * Microsoft.VisualStudio.Threading, Version=17.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Threading.dll) * Microsoft.VisualStudio.Validation, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Validation.dll) * ToolGood.Words.Pinyin, Version=3.0.1.4, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ToolGood.Words.Pinyin.dll) * PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemXml.dll) * Droplex, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Droplex.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) * VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\VirtualizingWrapPanel.dll) * PresentationFramework-SystemCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemCore.dll) * System.Net.NetworkInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NetworkInformation.dll) 17:07:39.1724+07:00 - FATAL - UnHandledException - ## Exception ``` System.IO.IOException: Cannot create a stable subkey under a volatile parent key. Source: Microsoft.Win32.Registry TargetAssembly: Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a TargetModule: Microsoft.Win32.Registry.dll TargetSite: Void Win32Error(Int32, System.String) at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.CreateSubKeyInternalCore(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions) at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat.Initialize() at Microsoft.Toolkit.Uwp.Notifications.ToastNotificationManagerCompat..cctor() System.InvalidOperationException: Failed initializing notifications Source: Microsoft.Toolkit.Uwp.Notifications TargetAssembly: Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 TargetModule: Microsoft.Toolkit.Uwp.Notifications.dll TargetSite: Microsoft.Toolkit.Uwp.Notifications.ToastNotifierCompat CreateToastNotifier() 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.Plugin.Explorer.Search.Everything.EverythingDownloadHelper.PromptDownloadIfNotInstallAsync(String installedLocation, IPublicAPI api) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingDownloadHelper.cs:line 44 at Flow.Launcher.Plugin.Explorer.Search.Everything.EverythingSearchManager.ClickToInstallEverythingAsync(ActionContext _) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\Everything\EverythingSearchManager.cs:line 44 at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 277 at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) 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) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at Flow.Launcher.App.Main() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 45 ``` ## Environment * Command Line: C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll * Timestamp: 04/17/2023 17:07:39 * Flow Launcher version: 1.14.0 * OS Version: Microsoft Windows NT 10.0.22621.0 * IntPtr Length: 8 * x64: True * Python Path: * 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.09032 * v4 Full 4.8.09032 * v4.0 Client 4.0.0.0 ## Assemblies - Flow.Launcher * System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.14.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.ComponentModel.dll) * ModernWpf, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * CommunityToolkit.Mvvm, Version=8.0.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Threading.Overlapped.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Windows.SDK.NET.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Linq.Parallel.dll) * System.Data.SQLite, Version=1.0.116.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.Quic.dll) * Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Accessibility.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WinRT.Runtime.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Security.Claims.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NameResolution.dll) * INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Plugins\Flow.Launcher.Plugin.Program\INIFileParser.dll) * System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.dll) * UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\UIAutomationProvider.dll) * NHotkey.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.Wpf.dll) * System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Windows.Controls.Ribbon.dll) * WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\WindowsFormsIntegration.dll) * PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemData.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.Primitives.dll) * NHotkey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\NHotkey.dll) * System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Resources.Extensions.dll) * System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Drawing.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Diagnostics.StackTrace.dll) * Microsoft.VisualStudio.Threading, Version=17.4.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Threading.dll) * Microsoft.VisualStudio.Validation, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.VisualStudio.Validation.dll) * ToolGood.Words.Pinyin, Version=3.0.1.4, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\ToolGood.Words.Pinyin.dll) * PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemXml.dll) * Droplex, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Droplex.dll) * Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\Microsoft.Toolkit.Uwp.Notifications.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.FileSystem.dll) * DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\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\vietb\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\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.IO.MemoryMappedFiles.dll) * VirtualizingWrapPanel, Version=1.5.7.0, Culture=neutral, PublicKeyToken=null (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\VirtualizingWrapPanel.dll) * PresentationFramework-SystemCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\PresentationFramework-SystemCore.dll) * System.Net.NetworkInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\vietb\AppData\Local\FlowLauncher\app-1.14.0\System.Net.NetworkInformation.dll)