Flow-Launcher / Flow.Launcher

:mag: Quick file search & app launcher for Windows with community-made plugins
https://flowlauncher.com
MIT License
8.28k stars 316 forks source link

BUG: UnHandledException | System.InvalidCastException , Flow.Launcher.Core.ExternalPlugins.FlowPluginException #2523

Closed isechimakoto closed 7 months ago

isechimakoto commented 9 months ago

Checks

Problem Description

Thanks a lot for developing such amazing launcher! I can still use Flow Launcher well after faced this error log. So this UnHandledException looks not critical.

To Reproduce

I faced this error one time when started Flow Launcher after booted up my laptop windows. I didn't see same report after that.

Screenshots

No response

Flow Launcher Version

Flow Launcher version: 1.16.2

Windows Build Number

OS Version: 22635.3130

Error Log

```shell 10:59:49.2570+09:00 - INFO - App.OnStartup - Begin Flow Launcher startup ---------------------------------------------------- 10:59:49.2570+09:00 - INFO - App.OnStartup - Runtime info: Flow Launcher version: 1.16.2 OS Version: 22635.3130 IntPtr Length: 8 x64: True 10:59:53.4440+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <58ms> 10:59:53.4440+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <50ms> 10:59:53.4440+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <77ms> 10:59:53.4568+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <121ms> 10:59:53.4742+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <144ms> 10:59:53.4813+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <216ms> 10:59:53.4813+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <320ms> 10:59:53.5919+09:00 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json 10:59:53.5919+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <579ms> 10:59:53.6678+09:00 - INFO - Flow.Launcher.Plugin.Program.Main - Preload programs cost <193ms> 10:59:53.6678+09:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload win32 programs <251> 10:59:53.6678+09:00 - INFO - Flow.Launcher.Plugin.Program.Main - Number of preload uwps <47> 10:59:53.9242+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <557ms> 10:59:53.9242+09:00 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json 10:59:53.9242+09:00 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json 10:59:53.9242+09:00 - INFO - CommunityPluginSource.FetchAsync - Loading plugins from https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json 10:59:53.9355+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <789ms> 10:59:54.1761+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <896ms> 10:59:54.4441+09:00 - INFO - CommunityPluginSource.FetchAsync - Loaded 142 plugins from https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json 10:59:54.4441+09:00 - INFO - CommunityPluginSource.FetchAsync - Loaded 142 plugins from https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json 10:59:54.4441+09:00 - INFO - CommunityPluginSource.FetchAsync - Loaded 142 plugins from https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json 10:59:54.4536+09:00 - INFO - PluginManager.InitializePlugins - Total init cost for is <1135ms> 10:59:55.2365+09:00 - INFO - App.OnStartup - Dependencies Info: Python Path: Node Path: 10:59:55.5871+09:00 - INFO - ImageLoader.Initialize - Preload images cost <6185ms> 10:59:55.5871+09:00 - INFO - ImageLoader.Initialize - Number of preload images is <96>, Images Number: 96, Unique Items 45 10:59:55.7091+09:00 - INFO - App.OnStartup - End Flow Launcher startup ---------------------------------------------------- 10:59:55.7091+09:00 - INFO - App.OnStartup - Startup cost <7152ms> 11:09:55.6651+09:00 - FATAL - UnHandledException - ## Exception System.InvalidCastException: Specified cast is not valid. Source: Microsoft.Search.Interop TargetAssembly: Microsoft.Search.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f748985a6e9a7cb TargetModule: SearchAPILib.dll TargetSite: Microsoft.Search.Interop.CSearchQueryHelper GetQueryHelper() at Microsoft.Search.Interop.CSearchCatalogManagerClass.GetQueryHelper() at Flow.Launcher.Plugin.Explorer.Search.WindowsIndex.QueryConstructor.CreateQueryHelper() in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\WindowsIndex\QueryConstructor.cs:line 43 at Flow.Launcher.Plugin.Explorer.Search.WindowsIndex.WindowsIndexSearchManager.WindowsIndexFilesAndFoldersSearchAsync(ReadOnlySpan`1 querySearchString, CancellationToken token) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\WindowsIndex\WindowsIndexSearchManager.cs:line 52 at Flow.Launcher.Plugin.Explorer.Search.WindowsIndex.WindowsIndexSearchManager.SearchAsync(String search, CancellationToken token) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\WindowsIndex\WindowsIndexSearchManager.cs:line 87 at Flow.Launcher.Plugin.Explorer.Search.SearchManager.SearchAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Search\SearchManager.cs:line 100 at Flow.Launcher.Plugin.Explorer.Main.QueryAsync(Query query, CancellationToken token) in C:\projects\flow-launcher\Plugins\Flow.Launcher.Plugin.Explorer\Main.cs:line 62 at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass22_0.<b__0>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 194 --- End of stack trace from previous location --- at Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(String message, Func`1 action) in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 34 at Flow.Launcher.Core.Plugin.PluginManager.QueryForPluginAsync(PluginPair pair, Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 193 Flow.Launcher.Core.ExternalPlugins.FlowPluginException: Specified cast is not valid. Source: Flow.Launcher.Core TargetAssembly: Flow.Launcher.Core, Version=1.16.2.0, Culture=neutral, PublicKeyToken=null TargetModule: Flow.Launcher.Core.dll TargetSite: Void MoveNext() at Flow.Launcher.Core.Plugin.PluginManager.QueryForPluginAsync(PluginPair pair, Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 213 at Flow.Launcher.ViewModel.MainViewModel.<>c__DisplayClass139_0.<g__QueryTask|2>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 839 --- End of stack trace from previous location --- at Flow.Launcher.ViewModel.MainViewModel.QueryResults(Boolean isReQuery) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 813 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\misec\AppData\Local\FlowLauncher\app-1.16.2\Flow.Launcher.dll * Timestamp: 02/04/2024 11:09:55 * Flow Launcher version: 1.16.2 * OS Version: 22635.3130 * IntPtr Length: 8 * x64: True * Python Path: * Node Path: * CLR Version: 7.0.10 * 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\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.16.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Xaml.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.IO.Pipes.dll) * System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Security.AccessControl.dll) * System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Security.Principal.Windows.dll) * System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Runtime.InteropServices.dll) * System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Threading.ThreadPool.dll) * System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.16.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Flow.Launcher.Core.dll) * Flow.Launcher.Infrastructure, Version=1.16.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Flow.Launcher.Infrastructure.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Collections.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.ComponentModel.Primitives.dll) * System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Security.Cryptography.dll) * System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Collections.Concurrent.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.ComponentModel.TypeConverter.dll) * System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Xml.ReaderWriter.dll) * System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Private.Xml.dll) * System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Collections.Specialized.dll) * System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.WebClient.dll) * System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.ComponentModel.EventBasedAsync.dll) * System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Text.Encoding.Extensions.dll) * System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Threading.Thread.dll) * System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Runtime.Serialization.Formatters.dll) * System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Xml.XmlSerializer.dll) * System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Runtime.Extensions.dll) * System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Diagnostics.Debug.dll) * System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Runtime.CompilerServices.VisualC.dll) * Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Win32.Primitives.dll) * System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Collections.NonGeneric.dll) * Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Diagnostics.TraceSource.dll) * System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.ComponentModel.dll) * ModernWpf, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.Requests.dll) * System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.Primitives.dll) * System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.WebHeaderCollection.dll) * System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Runtime.Loader.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Windows.SDK.NET.dll) * WinRT.Runtime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\WinRT.Runtime.dll) * Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Win32.SystemEvents.dll) * System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Runtime.CompilerServices.Unsafe.dll) * System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Linq.Expressions.dll) * System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Security.Cryptography.Algorithms.dll) * System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Numerics.Vectors.dll) * System.Reflection.Emit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Flow.Launcher.Plugin.dll) * System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Text.Encoding.CodePages.dll) * System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Diagnostics.FileVersionInfo.dll) * System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.IO.FileSystem.Watcher.dll) * System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Data.Common.dll) * System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.Mail.dll) * System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.Sockets.dll) * NLog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\NLog.Extensions.Logging.dll) * Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Extensions.Logging.Abstractions.dll) * Microsoft.Extensions.Logging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Extensions.Logging.dll) * NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\NLog.Web.AspNetCore.dll) * System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Text.Encodings.Web.dll) * System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Reflection.Emit.Lightweight.dll) * System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Reflection.Primitives.dll) * System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Reflection.Emit.ILGeneration.dll) * System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Runtime.Intrinsics.dll) * System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Drawing.Common.dll) * Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\Plugins\Flow.Launcher.Plugin.Explorer\Flow.Launcher.Plugin.Explorer.dll) * System.Windows.Forms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Windows.Forms.dll) * System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Windows.Forms.Primitives.dll) * Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Extensions.Caching.Memory.dll) * Microsoft.Extensions.Options, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Extensions.Options.dll) * Microsoft.Extensions.Caching.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Extensions.Caching.Abstractions.dll) * Microsoft.Extensions.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.Extensions.Primitives.dll) * Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll) * WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\Plugins\Flow.Launcher.Plugin.Url\Flow.Launcher.Plugin.Url.dll) * System.Text.RegularExpressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Text.RegularExpressions.dll) * Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * CommunityToolkit.Mvvm, Version=8.2.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Threading.Channels.dll) * System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.Http.dll) * System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.WebProxy.dll) * System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.ServicePoint.dll) * System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.Security.dll) * System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Diagnostics.Tracing.dll) * System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Plugins\Flow.Launcher.Plugin.Caculator\Mages.Core.dll) * System.Net.Http.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.Http.Json.dll) * System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Threading.Overlapped.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.Quic.dll) * System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Plugins\Flow.Launcher.Plugin.BrowserBookmark\System.Data.SQLite.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Runtime.Numerics.dll) * System.Transactions.Local, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Transactions.Local.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.NameResolution.dll) * System.Console, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Console.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Security.Claims.dll) * System.Net.NetworkInformation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Net.NetworkInformation.dll) * UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\UIAutomationProvider.dll) * NHotkey.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\NHotkey.Wpf.dll) * System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Windows.Controls.Ribbon.dll) * WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\WindowsFormsIntegration.dll) * PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\PresentationFramework-SystemData.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Drawing.Primitives.dll) * NHotkey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\NHotkey.dll) * System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Resources.Extensions.dll) * System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Drawing.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Diagnostics.StackTrace.dll) * Microsoft.VisualStudio.Threading, Version=17.7.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.VisualStudio.Threading.dll) * Microsoft.VisualStudio.Validation, Version=17.6.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Microsoft.VisualStudio.Validation.dll) * PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\PresentationFramework-SystemXml.dll) * Microsoft.Search.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f748985a6e9a7cb (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Plugins\Flow.Launcher.Plugin.Explorer\Microsoft.Search.Interop.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Linq.Parallel.dll) * ToolGood.Words.Pinyin, Version=3.0.1.4, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\ToolGood.Words.Pinyin.dll) * System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\Plugins\Flow.Launcher.Plugin.Explorer\System.Linq.Async.dll) * System.Data.OleDb, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\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\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Diagnostics.PerformanceCounter.dll) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Reflection.Metadata.dll) * System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.Collections.Immutable.dll) * System.IO.MemoryMappedFiles, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\misec\AppData\Local\FlowLauncher\app-1.16.2\System.IO.MemoryMappedFiles.dll) ```
github-actions[bot] commented 7 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 60 days.\n\nAlternatively this issue can be kept open by adding one of the following labels:\nkeep-fresh

github-actions[bot] commented 7 months ago

This issue was closed because it has been stale for 7 days with no activity. If you feel this issue still needs attention please feel free to reopen.