Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: The JSON-RPC connection with the remote party was lost #3173

Open
2 tasks done
gerroon opened this issue Jan 8, 2025 · 3 comments
Open
2 tasks done

BUG: The JSON-RPC connection with the remote party was lost #3173

gerroon opened this issue Jan 8, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@gerroon
Copy link

gerroon commented Jan 8, 2025

Checks

  • I have checked that this issue has not already been reported.

  • I am using the latest version of Flow Launcher.

Problem Description

I get this error everytime I close FL.

Please open new issue in: https://github.com/Flow-Launcher/Flow.Launcher/issues
1. upload log file: C:\APPS\FlowLauncher\app-1.19.4\UserData\Logs\1.19.4\2025-01-07.txt
2. copy below exception message

Flow Launcher version: 1.19.4
OS Version: 26100.2605
IntPtr Length: 8
x64: True

To Reproduce

  1. ... Right click on FL icon in the tray
  2. ... Exit
  3. ...

Screenshots

No response

Flow Launcher Version

1.19.4

Windows Build Number

Windows 11 24H2

Error Log



Python Path: C:\Python\3.11.6\pythonw.exe
Node Path: C:\NODE\node-v21.2.0\node.exe
Date: 01/07/2025 20:54:45
Exception:
StreamJsonRpc.ConnectionLostException: The JSON-RPC connection with the remote party was lost before the request could complete.
 ---> System.OperationCanceledException: The operation was canceled.
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at System.Threading.CancellationToken.ThrowIfCancellationRequested()
   at StreamJsonRpc.MessageHandlerBase.WriteAsync(JsonRpcMessage content, CancellationToken cancellationToken)
   at StreamJsonRpc.JsonRpc.SendAsync(JsonRpcMessage message, CancellationToken cancellationToken)
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync(JsonRpcRequest request, Type expectedResultType, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync(JsonRpcRequest request, Type expectedResultType, CancellationToken cancellationToken)
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync[TResult](RequestId id, String targetName, IReadOnlyList`1 arguments, IReadOnlyList`1 positionalArgumentDeclaredTypes, IReadOnlyDictionary`2 namedArgumentDeclaredTypes, CancellationToken cancellationToken, Boolean isParameterObject)
   at Flow.Launcher.Core.Plugin.JsonRPCPluginV2.DisposeAsync() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPluginV2.cs:line 146
   at Flow.Launcher.Core.Plugin.ProcessStreamPluginV2.DisposeAsync() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\ProcessStreamPluginV2.cs:line 85
   at Flow.Launcher.Core.Plugin.PluginManager.DisposePluginsAsync() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 78
   at Flow.Launcher.MainWindow.OnClosing(Object sender, CancelEventArgs e) in C:\projects\flow-launcher\Flow.Launcher\MainWindow.xaml.cs:line 169
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)



System.OperationCanceledException: The operation was canceled.
   Source: System.Private.CoreLib
   TargetAssembly: System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
   TargetModule: System.Private.CoreLib.dll
   TargetSite: Void ThrowOperationCanceledException()
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at System.Threading.CancellationToken.ThrowIfCancellationRequested()
   at StreamJsonRpc.MessageHandlerBase.WriteAsync(JsonRpcMessage content, CancellationToken cancellationToken)
   at StreamJsonRpc.JsonRpc.SendAsync(JsonRpcMessage message, CancellationToken cancellationToken)
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync(JsonRpcRequest request, Type expectedResultType, CancellationToken cancellationToken)

StreamJsonRpc.ConnectionLostException: The JSON-RPC connection with the remote party was lost before the request could complete.
   Source: StreamJsonRpc
   TargetAssembly: StreamJsonRpc, Version=2.20.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
   TargetModule: StreamJsonRpc.dll
   TargetSite: Void MoveNext()
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync(JsonRpcRequest request, Type expectedResultType, CancellationToken cancellationToken)
   at StreamJsonRpc.JsonRpc.InvokeCoreAsync[TResult](RequestId id, String targetName, IReadOnlyList`1 arguments, IReadOnlyList`1 positionalArgumentDeclaredTypes, IReadOnlyDictionary`2 namedArgumentDeclaredTypes, CancellationToken cancellationToken, Boolean isParameterObject)
   at Flow.Launcher.Core.Plugin.JsonRPCPluginV2.DisposeAsync() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPluginV2.cs:line 146
   at Flow.Launcher.Core.Plugin.ProcessStreamPluginV2.DisposeAsync() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\ProcessStreamPluginV2.cs:line 85
   at Flow.Launcher.Core.Plugin.PluginManager.DisposePluginsAsync() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 78
   at Flow.Launcher.MainWindow.OnClosing(Object sender, CancelEventArgs e) in C:\projects\flow-launcher\Flow.Launcher\MainWindow.xaml.cs:line 169
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

## Environment
* Command Line: C:\APPS\FlowLauncher\app-1.19.4\Flow.Launcher.dll
* Timestamp: 01/07/2025 21:20:37
* Flow Launcher version: 1.19.4
* OS Version: 26100.2605
* IntPtr Length: 8
* x64: True
* Python Path: C:\Python\3.11.6\pythonw.exe
* Node Path: C:\NODE\node-v21.2.0\node.exe
* CLR Version: 7.0.20
* 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:\APPS\FlowLauncher\app-1.19.4\System.Private.CoreLib.dll)
* Flow.Launcher, Version=1.19.4.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Flow.Launcher.dll)
* PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\PresentationFramework.dll)
* WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\WindowsBase.dll)
* System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.dll)
* System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\APPS\FlowLauncher\app-1.19.4\System.Xaml.dll)
* System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.InteropServices.dll)
* WinRT.Runtime, Version=2.1.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\APPS\FlowLauncher\app-1.19.4\WinRT.Runtime.dll)
* System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Collections.dll)
* System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Collections.Concurrent.dll)
* System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Threading.dll)
* System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.IO.Pipes.dll)
* System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Security.AccessControl.dll)
* System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Security.Principal.Windows.dll)
* System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Threading.ThreadPool.dll)
* System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Configuration.ConfigurationManager.dll)
* System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.ObjectModel.dll)
* Flow.Launcher.Core, Version=1.19.4.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Flow.Launcher.Core.dll)
* Flow.Launcher.Infrastructure, Version=1.19.4.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Flow.Launcher.Infrastructure.dll)
* System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.ComponentModel.Primitives.dll)
* System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Private.Uri.dll)
* PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\PresentationCore.dll)
* System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Security.Cryptography.dll)
* System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Memory.dll)
* System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.ComponentModel.TypeConverter.dll)
* System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Xml.ReaderWriter.dll)
* System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Private.Xml.dll)
* System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Collections.Specialized.dll)
* System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Net.WebClient.dll)
* System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.ComponentModel.EventBasedAsync.dll)
* System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Text.Encoding.Extensions.dll)
* System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Threading.Thread.dll)
* System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.Serialization.Formatters.dll)
* System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Xml.XmlSerializer.dll)
* System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.IO.Packaging.dll)
* DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\DirectWriteForwarder.dll)
* System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.Extensions.dll)
* System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Diagnostics.Debug.dll)
* System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.CompilerServices.VisualC.dll)
* Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\Microsoft.Win32.Primitives.dll)
* System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Collections.NonGeneric.dll)
* Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\Microsoft.Win32.Registry.dll)
* System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Linq.dll)
* System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Diagnostics.TraceSource.dll)
* System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Windows.Extensions.dll)
* System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.ComponentModel.dll)
* ModernWpf, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\ModernWpf.dll)
* System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Net.Requests.dll)
* System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Net.Primitives.dll)
* System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Net.WebHeaderCollection.dll)
* System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.Loader.dll)
* Microsoft.Windows.SDK.NET, Version=10.0.19041.38, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\Microsoft.Windows.SDK.NET.dll)
* Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\Microsoft.Win32.SystemEvents.dll)
* System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.CompilerServices.Unsafe.dll)
* System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Numerics.Vectors.dll)
* System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Security.Cryptography.Algorithms.dll)
* System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Linq.Expressions.dll)
* UIAutomationTypes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\UIAutomationTypes.dll)
* System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Diagnostics.Process.dll)
* PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\PresentationFramework.Aero2.dll)
* ModernWpf.Controls, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\ModernWpf.Controls.dll)
* mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\APPS\FlowLauncher\app-1.19.4\mscorlib.dll)
* Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Flow.Launcher.Plugin.dll)
* System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Text.Encoding.CodePages.dll)
* System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Text.Json.dll)
* NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\APPS\FlowLauncher\app-1.19.4\NLog.dll)
* netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\netstandard.dll)
* System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Diagnostics.FileVersionInfo.dll)
* System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.IO.FileSystem.Watcher.dll)
* System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Data.Common.dll)
* System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Net.Mail.dll)
* System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Net.Sockets.dll)
* BitFaster.Caching, Version=2.5.2.0, Culture=neutral, PublicKeyToken=65c36bc48e4e3803 (C:\APPS\FlowLauncher\app-1.19.4\BitFaster.Caching.dll)
* MemoryPack.Core, Version=1.21.3.0, Culture=neutral, PublicKeyToken=df4c250b14d82627 (C:\APPS\FlowLauncher\app-1.19.4\MemoryPack.Core.dll)
* System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Text.Encodings.Web.dll)
* System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.Intrinsics.dll)
* System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Collections.Immutable.dll)
* System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.Numerics.dll)
* System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Reflection.Emit.Lightweight.dll)
* System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Reflection.Emit.ILGeneration.dll)
* System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Reflection.Primitives.dll)
* System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Drawing.Common.dll)
* Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll)
* Flow.Launcher.Plugin.Calculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Calculator\Flow.Launcher.Plugin.Calculator.dll)
* Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Explorer\Flow.Launcher.Plugin.Explorer.dll)
* System.Windows.Forms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\APPS\FlowLauncher\app-1.19.4\System.Windows.Forms.dll)
* System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\APPS\FlowLauncher\app-1.19.4\System.Windows.Forms.Primitives.dll)
* Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.PluginIndicator\Flow.Launcher.Plugin.PluginIndicator.dll)
* Flow.Launcher.Plugin.PluginsManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.PluginsManager\Flow.Launcher.Plugin.PluginsManager.dll)
* Flow.Launcher.Plugin.ProcessKiller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.ProcessKiller\Flow.Launcher.Plugin.ProcessKiller.dll)
* Flow.Launcher.Plugin.Program, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll)
* Microsoft.Extensions.Caching.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Memory.dll)
* Microsoft.Extensions.Options, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Options.dll)
* Microsoft.Extensions.Caching.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Abstractions.dll)
* Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Logging.Abstractions.dll)
* Microsoft.Extensions.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Primitives.dll)
* Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll)
* WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\APPS\FlowLauncher\app-1.19.4\WindowsInput.dll)
* Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Sys\Flow.Launcher.Plugin.Sys.dll)
* Flow.Launcher.Plugin.Url, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Url\Flow.Launcher.Plugin.Url.dll)
* System.Text.RegularExpressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Text.RegularExpressions.dll)
* Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.WebSearch\Flow.Launcher.Plugin.WebSearch.dll)
* Flow.Launcher.Plugin.WindowsSettings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll)
* Flow.Launcher.Plugin.FendCalculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\UserData\Plugins\FendCalculator-1.1.1\Flow.Launcher.Plugin.FendCalculator.dll)
* Flow.Launcher.Plugin.Obsidian, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\UserData\Plugins\Obsidian-1.0.0\Flow.Launcher.Plugin.Obsidian.dll)
* Flow.Launcher.Plugin.OpenWindowSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\UserData\Plugins\Open Window Search-1.0.0\Flow.Launcher.Plugin.OpenWindowSearch.dll)
* Flow.Launcher.Plugin.Todos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\UserData\Plugins\Todos-3.0.7\Flow.Launcher.Plugin.Todos.dll)
* Meziantou.Framework.Win32.Jobs, Version=3.4.0.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Meziantou.Framework.Win32.Jobs.dll)
* Microsoft.VisualStudio.Threading, Version=17.12.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\Microsoft.VisualStudio.Threading.dll)
* Microsoft.VisualStudio.Validation, Version=17.8.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\Microsoft.VisualStudio.Validation.dll)
* CommunityToolkit.Mvvm, Version=8.4.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\APPS\FlowLauncher\app-1.19.4\CommunityToolkit.Mvvm.dll)
* System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Threading.Channels.dll)
* System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Net.Http.dll)
* System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Net.WebProxy.dll)
* System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Net.ServicePoint.dll)
* System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Net.Security.dll)
* System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Diagnostics.Tracing.dll)
* System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Diagnostics.DiagnosticSource.dll)
* Mages.Core, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null (C:\APPS\FlowLauncher\app-1.19.4\Plugins\Flow.Launcher.Plugin.Calculator\Mages.Core.dll)
* YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\APPS\FlowLauncher\app-1.19.4\YamlDotNet.dll)
* Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (C:\APPS\FlowLauncher\app-1.19.4\UserData\Plugins\Todos-3.0.7\Newtonsoft.Json.dll)
* System.Net.Http.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Net.Http.Json.dll)
* System.IO.Pipelines, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.IO.Pipelines.dll)
* Nerdbank.Streams, Version=2.11.0.0, Culture=neutral, PublicKeyToken=cac503e1823ce71c (C:\APPS\FlowLauncher\app-1.19.4\Nerdbank.Streams.dll)
* StreamJsonRpc, Version=2.20.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\StreamJsonRpc.dll)
* System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Net.Quic.dll)
* System.Runtime.Serialization.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Runtime.Serialization.Primitives.dll)
* System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Threading.Overlapped.dll)
* System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Net.NameResolution.dll)
* Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (C:\APPS\FlowLauncher\app-1.19.4\Newtonsoft.Json.dll)
* YamlDotNet, Version=16.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\APPS\FlowLauncher\app-1.19.4\UserData\Plugins\Obsidian-1.0.0\YamlDotNet.dll)
* Anonymously Hosted DynamicMethods Assembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
* Ben.Demystifier, Version=0.4.0.0, Culture=neutral, PublicKeyToken=a6d206e05440431a (C:\APPS\FlowLauncher\app-1.19.4\Ben.Demystifier.dll)
* System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Diagnostics.StackTrace.dll)
* System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Reflection.Metadata.dll)
* System.IO.MemoryMappedFiles, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.IO.MemoryMappedFiles.dll)
* Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\APPS\FlowLauncher\app-1.19.4\Microsoft.Toolkit.Uwp.Notifications.dll)
* System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Drawing.Primitives.dll)
* System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.IO.FileSystem.dll)
* System.Security.Cryptography.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Security.Cryptography.Primitives.dll)
* System.Reflection.Emit, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Reflection.Emit.dll)
* DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
* System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Security.Claims.dll)
* UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\UIAutomationProvider.dll)
* NHotkey.Wpf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\APPS\FlowLauncher\app-1.19.4\NHotkey.Wpf.dll)
* System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\APPS\FlowLauncher\app-1.19.4\System.Windows.Controls.Ribbon.dll)
* WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\WindowsFormsIntegration.dll)
* PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\APPS\FlowLauncher\app-1.19.4\PresentationFramework-SystemData.dll)
* NHotkey, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\APPS\FlowLauncher\app-1.19.4\NHotkey.dll)
* PresentationFramework-SystemXml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\APPS\FlowLauncher\app-1.19.4\PresentationFramework-SystemXml.dll)
* System.Resources.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\System.Resources.Extensions.dll)
* System.Drawing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Drawing.dll)
* Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\APPS\FlowLauncher\app-1.19.4\Accessibility.dll)
* System.Windows.Presentation, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\APPS\FlowLauncher\app-1.19.4\System.Windows.Presentation.dll)
* ToolGood.Words.Pinyin, Version=3.0.1.4, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\APPS\FlowLauncher\app-1.19.4\ToolGood.Words.Pinyin.dll)
* System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\APPS\FlowLauncher\app-1.19.4\System.Linq.Parallel.dll)
* System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\APPS\FlowLauncher\app-1.19.4\UserData\Plugins\Open Window Search-1.0.0\System.Drawing.Common.dll)

@gerroon gerroon added the bug Something isn't working label Jan 8, 2025
@cibere
Copy link
Contributor

cibere commented Jan 8, 2025

Hello!

This error is not a bug with flow, it originated from a plugin, I'm just not sure which.

My plugins are the only ones on the manifest that use this API, so I'll try my best to help. Are you by chance using my rtfm plugin?

@gerroon
Copy link
Author

gerroon commented Jan 8, 2025

I don't use rtfm. These are the one I use.

Flow Launcher_VIARxRc8by

@cibere
Copy link
Contributor

cibere commented Jan 8, 2025

I don't use rtfm. These are the one I use.

Flow Launcher_VIARxRc8by

ScreenBrightness there we go. I'll need the plugin's log file to figure out what happened, here are some steps to find it:

  1. Locate the plugin's folder. In the plugin settings menu there is a folder icon that brings you there
    image
  2. Find a file called flogin.log. If you can't find it, that's fine, I'll just ask you to do something else to figure out the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants