Flow.Launcher icon indicating copy to clipboard operation
Flow.Launcher copied to clipboard

BUG: Auto-update throwing exceptions

Open isle9 opened this issue 3 years ago • 5 comments

Flow Launcher version: 1.9.3
OS Version: Microsoft Windows NT 10.0.22000.0
IntPtr Length: 8
x64: True

Python Path: 
Date: 05/19/2022 14:45:13
Exception:
System.Text.Json.JsonException: The JSON value could not be converted to System.Collections.Generic.List`1[Flow.Launcher.Core.Updater+GithubRelease]. Path: $ | LineNumber: 0 | BytePositionInLine: 1.
   at System.Text.Json.ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type propertyType)
   at System.Text.Json.Serialization.Converters.IEnumerableDefaultConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
   at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonConverter jsonConverter, Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonReaderState& readerState, Boolean isFinalBlock, ReadOnlySpan`1 buffer, JsonSerializerOptions options, ReadStack& state, JsonConverter converterBase)
   at System.Text.Json.JsonSerializer.ReadAsync[TValue](Stream utf8Json, Type returnType, JsonSerializerOptions options, CancellationToken cancellatio
[2022-05-19.txt](https://github.com/Flow-Launcher/Flow.Launcher/files/8729161/2022-05-19.txt)
nToken)
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 125
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 137
   at Flow.Launcher.Core.Updater.UpdateAppAsync(IPublicAPI api, Boolean silentUpdate) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 43
   at Flow.Launcher.ViewModel.SettingWindowViewModel.UpdateApp() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\SettingWindowViewModel.cs:line 52
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_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)

isle9 avatar May 19 '22 12:05 isle9

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jun 21 '22 02:06 github-actions[bot]

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Aug 06 '22 02:08 github-actions[bot]

I have the same problem in version 1.9.4

It seems that the problem relay to HTTP Proxy.

  1. HTTP Proxy enable, click "Check for Updates", error windows show
  2. HTTP Proxy disable, click "Check for Updates", "You already have the latest version" windows show

log info below:

Flow Launcher version: 1.9.4
OS Version: Microsoft Windows NT 10.0.19044.0
IntPtr Length: 8
x64: True

Python Path: 
Date: 09/02/2022 11:02:45
Exception:
System.Text.Json.JsonException: The JSON value could not be converted to System.Collections.Generic.List`1[Flow.Launcher.Core.Updater+GithubRelease]. Path: $ | LineNumber: 0 | BytePositionInLine: 1.
   at System.Text.Json.ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type propertyType)
   at System.Text.Json.Serialization.Converters.IEnumerableDefaultConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
   at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonReaderState& readerState, Boolean isFinalBlock, ReadOnlySpan`1 buffer, JsonSerializerOptions options, ReadStack& state, JsonConverter converterBase)
   at System.Text.Json.JsonSerializer.ReadAsync[TValue](Stream utf8Json, Type returnType, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 138
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 138
   at Flow.Launcher.Core.Updater.UpdateAppAsync(IPublicAPI api, Boolean silentUpdate) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 102
   at Flow.Launcher.ViewModel.SettingWindowViewModel.UpdateApp() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\SettingWindowViewModel.cs:line 52
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_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)

longwdl avatar Sep 02 '22 03:09 longwdl

I have the same problem in version 1.9.4

It seems that the problem relay to HTTP Proxy.

  1. HTTP Proxy enable, click "Check for Updates", error windows show
  2. HTTP Proxy disable, click "Check for Updates", "You already have the latest version" windows show

log info below:

Flow Launcher version: 1.9.4
OS Version: Microsoft Windows NT 10.0.19044.0
IntPtr Length: 8
x64: True

Python Path: 
Date: 09/02/2022 11:02:45
Exception:
System.Text.Json.JsonException: The JSON value could not be converted to System.Collections.Generic.List`1[Flow.Launcher.Core.Updater+GithubRelease]. Path: $ | LineNumber: 0 | BytePositionInLine: 1.
   at System.Text.Json.ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type propertyType)
   at System.Text.Json.Serialization.Converters.IEnumerableDefaultConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
   at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonReaderState& readerState, Boolean isFinalBlock, ReadOnlySpan`1 buffer, JsonSerializerOptions options, ReadStack& state, JsonConverter converterBase)
   at System.Text.Json.JsonSerializer.ReadAsync[TValue](Stream utf8Json, Type returnType, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 138
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 138
   at Flow.Launcher.Core.Updater.UpdateAppAsync(IPublicAPI api, Boolean silentUpdate) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 102
   at Flow.Launcher.ViewModel.SettingWindowViewModel.UpdateApp() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\SettingWindowViewModel.cs:line 52
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_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)

Can this be reproduced consistently?

jjw24 avatar Sep 09 '22 09:09 jjw24

No, maybe it relay to the proxy response. Today I only reproduce the problem 2-3 times.

2022-09-20.txt

longwdl avatar Sep 20 '22 06:09 longwdl

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Nov 05 '22 02:11 github-actions[bot]

I have the same problem in version 1.9.5

Every time when I click updates, it will throw this exception. And my network is good

Flow Launcher version: 1.9.5
OS Version: Microsoft Windows NT 10.0.19045.0
IntPtr Length: 8
x64: True

Python Path: 
Date: 11/10/2022 11:03:27
Exception:
System.Text.Json.JsonException: The JSON value could not be converted to System.Collections.Generic.List`1[Flow.Launcher.Core.Updater+GithubRelease]. Path: $ | LineNumber: 0 | BytePositionInLine: 1.
   at System.Text.Json.ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type propertyType)
   at System.Text.Json.Serialization.Converters.IEnumerableDefaultConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
   at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonReaderState& readerState, Boolean isFinalBlock, ReadOnlySpan`1 buffer, JsonSerializerOptions options, ReadStack& state, JsonConverter converterBase)
   at System.Text.Json.JsonSerializer.ReadAsync[TValue](Stream utf8Json, Type returnType, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 125
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 137
   at Flow.Launcher.Core.Updater.UpdateAppAsync(IPublicAPI api, Boolean silentUpdate) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 43
   at Flow.Launcher.ViewModel.SettingWindowViewModel.UpdateApp() in C:\projects\flow-launcher\Flow.Launcher\ViewModel\SettingWindowViewModel.cs:line 52
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_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)

iloeng avatar Nov 10 '22 03:11 iloeng

My Flow launcher terminates silently at midnight today due to auto-update.


00:27:09.1939+08:00 - FATAL - UnHandledException -

Exception

System.Text.Json.JsonException: The JSON value could not be converted to System.Collections.Generic.List`1[Flow.Launcher.Core.Updater+GithubRelease]. Path: $ | LineNumber: 0 | BytePositionInLine: 1.
   Source: System.Text.Json
   TargetAssembly: System.Text.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
   TargetModule: System.Text.Json.dll
   TargetSite: Void ThrowJsonException_DeserializeUnableToConvertValue(System.Type)
   at System.Text.Json.ThrowHelper.ThrowJsonException_DeserializeUnableToConvertValue(Type propertyType)
   at System.Text.Json.Serialization.Converters.IEnumerableDefaultConverter`2.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, TCollection& value)
   at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
   at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
   at System.Text.Json.JsonSerializer.ReadCore[TValue](JsonReaderState& readerState, Boolean isFinalBlock, ReadOnlySpan`1 buffer, JsonSerializerOptions options, ReadStack& state, JsonConverter converterBase)
   at System.Text.Json.JsonSerializer.ReadAsync[TValue](Stream utf8Json, Type returnType, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 138
   at Flow.Launcher.Core.Updater.GitHubUpdateManager(String repository) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 138
   at Flow.Launcher.Core.Updater.UpdateAppAsync(IPublicAPI api, Boolean silentUpdate) in C:\projects\flow-launcher\Flow.Launcher.Core\Updater.cs:line 102
   at Flow.Launcher.App.<AutoUpdates>b__16_1(Object s, ElapsedEventArgs e) in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 138
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_1(Object state)
   at System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi)
   at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action`1 callback, TState& state)
   at System.Threading.QueueUserWorkItemCallback.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()

Environment

  • Command Line: C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Flow.Launcher.dll
  • Timestamp: 11/12/2022 00:27:09
  • Flow Launcher version: 1.9.5
  • OS Version: Microsoft Windows NT 10.0.19044.0
  • IntPtr Length: 8
  • x64: True
  • Python Path:
  • CLR Version: 5.0.17
  • Installed .NET Framework:
    • v4 Client 4.8.04084
    • v4 Full 4.8.04084
    • v4.0 Client 4.0.0.0

Assemblies - Flow.Launcher

  • System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Private.CoreLib.dll)
  • Flow.Launcher, Version=1.9.5.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Flow.Launcher.dll)
  • PresentationFramework, Version=5.0.17.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\PresentationFramework.dll)
  • WindowsBase, Version=5.0.17.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\WindowsBase.dll)
  • System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.dll)
  • System.Xaml, Version=5.0.17.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Xaml.dll)
  • System.Threading, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Threading.dll)
  • System.IO.Pipes, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.IO.Pipes.dll)
  • System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Security.AccessControl.dll)
  • System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Security.Principal.Windows.dll)
  • System.Configuration.ConfigurationManager, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Configuration.ConfigurationManager.dll)
  • netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\netstandard.dll)
  • System.ObjectModel, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.ObjectModel.dll)
  • Flow.Launcher.Core, Version=1.9.5.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Flow.Launcher.Core.dll)
  • Flow.Launcher.Infrastructure, Version=1.9.5.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Flow.Launcher.Infrastructure.dll)
  • System.ComponentModel.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.ComponentModel.Primitives.dll)
  • System.Private.Uri, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Private.Uri.dll)
  • PresentationCore, Version=5.0.17.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\PresentationCore.dll)
  • System.Security.Cryptography.Algorithms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Security.Cryptography.Algorithms.dll)
  • System.Security.Cryptography.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Security.Cryptography.Primitives.dll)
  • System.Memory, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Memory.dll)
  • System.ComponentModel.TypeConverter, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.ComponentModel.TypeConverter.dll)
  • System.Collections.Specialized, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Collections.Specialized.dll)
  • System.Linq, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Linq.dll)
  • System.Collections, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Collections.dll)
  • System.Xml.ReaderWriter, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Xml.ReaderWriter.dll)
  • System.Private.Xml, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Private.Xml.dll)
  • System.Text.RegularExpressions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Text.RegularExpressions.dll)
  • System.Threading.Thread, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Threading.Thread.dll)
  • System.IO.FileSystem, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.IO.FileSystem.dll)
  • System.Runtime.InteropServices, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.InteropServices.dll)
  • System.Net.WebClient, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.WebClient.dll)
  • System.Text.Encoding.Extensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Text.Encoding.Extensions.dll)
  • System.Runtime.Serialization.Formatters, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.Serialization.Formatters.dll)
  • System.Xml.XmlSerializer, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Xml.XmlSerializer.dll)
  • System.Collections.Concurrent, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Collections.Concurrent.dll)
  • System.IO.Packaging, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.IO.Packaging.dll)
  • mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\mscorlib.dll)
  • DirectWriteForwarder, Version=5.0.17.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\DirectWriteForwarder.dll)
  • System.Runtime.Extensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.Extensions.dll)
  • System.Runtime.CompilerServices.VisualC, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.CompilerServices.VisualC.dll)
  • System.Diagnostics.Debug, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Diagnostics.Debug.dll)
  • Microsoft.Win32.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Win32.Primitives.dll)
  • System.Collections.NonGeneric, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Collections.NonGeneric.dll)
  • Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Win32.Registry.dll)
  • System.Threading.ThreadPool, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Threading.ThreadPool.dll)
  • System.Diagnostics.TraceSource, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Diagnostics.TraceSource.dll)
  • System.Windows.Extensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Windows.Extensions.dll)
  • System.ComponentModel, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.ComponentModel.dll)
  • ModernWpf, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\ModernWpf.dll)
  • System.Net.Requests, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.Requests.dll)
  • System.Net.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.Primitives.dll)
  • System.Net.WebHeaderCollection, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.WebHeaderCollection.dll)
  • System.Resources.ResourceManager, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Resources.ResourceManager.dll)
  • Microsoft.Windows.SDK.NET, Version=10.0.19041.24, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Windows.SDK.NET.dll)
  • WinRT.Runtime, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\WinRT.Runtime.dll)
  • Microsoft.Win32.SystemEvents, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Win32.SystemEvents.dll)
  • System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.CompilerServices.Unsafe.dll)
  • System.Linq.Expressions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Linq.Expressions.dll)
  • System.Numerics.Vectors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Numerics.Vectors.dll)
  • System.Reflection.Emit, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Reflection.Emit.dll)
  • Snippets, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
  • System.Security.Cryptography.Csp, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Security.Cryptography.Csp.dll)
  • System.Diagnostics.Process, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Diagnostics.Process.dll)
  • PresentationFramework.Aero2, Version=5.0.17.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\PresentationFramework.Aero2.dll)
  • ModernWpf.Controls, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\ModernWpf.Controls.dll)
  • System.ComponentModel.EventBasedAsync, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.ComponentModel.EventBasedAsync.dll)
  • Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Flow.Launcher.Plugin.dll)
  • System.Text.Encoding.CodePages, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Text.Encoding.CodePages.dll)
  • System.Text.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Text.Json.dll)
  • NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\NLog.dll)
  • System.Diagnostics.FileVersionInfo, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Diagnostics.FileVersionInfo.dll)
  • System.IO.FileSystem.Watcher, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.IO.FileSystem.Watcher.dll)
  • System.Data.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Data.Common.dll)
  • System.Net.Mail, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.Mail.dll)
  • System.Net.Sockets, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.Sockets.dll)
  • NLog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\NLog.Extensions.Logging.dll)
  • Microsoft.Extensions.Logging.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Extensions.Logging.Abstractions.dll)
  • Microsoft.Extensions.Logging, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Extensions.Logging.dll)
  • NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\NLog.Web.AspNetCore.dll)
  • System.Linq.Parallel, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Linq.Parallel.dll)
  • System.Text.Encodings.Web, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Text.Encodings.Web.dll)
  • System.Runtime.Intrinsics, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.Intrinsics.dll)
  • System.Diagnostics.Tracing, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Diagnostics.Tracing.dll)
  • System.Reflection.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Reflection.Primitives.dll)
  • System.Reflection.Emit.Lightweight, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Reflection.Emit.Lightweight.dll)
  • System.Reflection.Emit.ILGeneration, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Reflection.Emit.ILGeneration.dll)
  • System.Drawing.Common, Version=5.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Drawing.Common.dll)
  • System.Runtime.Loader, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.Loader.dll)
  • Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\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\longw\AppData\Local\FlowLauncher\app-1.9.5\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\longw\AppData\Local\FlowLauncher\app-1.9.5\Plugins\Flow.Launcher.Plugin.Explorer\Flow.Launcher.Plugin.Explorer.dll)
  • Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\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\longw\AppData\Local\FlowLauncher\app-1.9.5\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\longw\AppData\Local\FlowLauncher\app-1.9.5\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\longw\AppData\Local\FlowLauncher\app-1.9.5\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll)
  • Microsoft.Extensions.Caching.Memory, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Extensions.Caching.Memory.dll)
  • Microsoft.Extensions.Options, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Extensions.Options.dll)
  • Microsoft.Extensions.Caching.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Extensions.Caching.Abstractions.dll)
  • Microsoft.Extensions.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.Extensions.Primitives.dll)
  • Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll)
  • WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\WindowsInput.dll)
  • Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\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\longw\AppData\Local\FlowLauncher\app-1.9.5\Plugins\Flow.Launcher.Plugin.Url\Flow.Launcher.Plugin.Url.dll)
  • Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\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\longw\AppData\Local\FlowLauncher\app-1.9.5\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll)
  • Flow.Launcher.Plugin.Everything, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Roaming\FlowLauncher\Plugins\Everything-1.7.3\Flow.Launcher.Plugin.Everything.dll)
  • System.Windows.Forms, Version=5.0.17.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Windows.Forms.dll)
  • System.Windows.Forms.Primitives, Version=5.0.17.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Windows.Forms.Primitives.dll)
  • Flow.Plugin.IPAddress, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Roaming\FlowLauncher\Plugins\IP Address-1.2.2\Flow.Plugin.IPAddress.dll)
  • Flow.Plugin.WindowWalker, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Roaming\FlowLauncher\Plugins\Window Walker-2.1.2\Flow.Plugin.WindowWalker.dll)
  • Droplex, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Droplex.dll)
  • System.Threading.Channels, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Threading.Channels.dll)
  • System.Net.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.Http.dll)
  • System.Net.WebProxy, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.WebProxy.dll)
  • System.Net.ServicePoint, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.ServicePoint.dll)
  • System.Net.Security, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.Security.dll)
  • System.Diagnostics.DiagnosticSource, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Diagnostics.DiagnosticSource.dll)
  • System.Security.Cryptography.X509Certificates, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Security.Cryptography.X509Certificates.dll)
  • Mages.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Plugins\Flow.Launcher.Plugin.Caculator\Mages.Core.dll)
  • System.Data.SQLite, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Plugins\Flow.Launcher.Plugin.BrowserBookmark\System.Data.SQLite.dll)
  • YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\YamlDotNet.dll)
  • System.Transactions.Local, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Transactions.Local.dll)
  • Microsoft.IO.RecyclableMemoryStream, Version=2.1.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Microsoft.IO.RecyclableMemoryStream.dll)
  • System.Runtime.Numerics, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.Numerics.dll)
  • System.Console, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Console.dll)
  • System.Net.NameResolution, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Net.NameResolution.dll)
  • System.Threading.Overlapped, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Threading.Overlapped.dll)
  • System.Security.Claims, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Security.Claims.dll)
  • UIAutomationTypes, Version=5.0.17.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\UIAutomationTypes.dll)
  • UIAutomationProvider, Version=5.0.17.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\UIAutomationProvider.dll)
  • NHotkey.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\NHotkey.Wpf.dll)
  • System.Windows.Controls.Ribbon, Version=5.0.17.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Windows.Controls.Ribbon.dll)
  • WindowsFormsIntegration, Version=5.0.17.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\WindowsFormsIntegration.dll)
  • System.Drawing.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Drawing.Primitives.dll)
  • NHotkey, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\NHotkey.dll)
  • Squirrel, Version=1.5.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Squirrel.dll)
  • System.Security.Cryptography.Encoding, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Security.Cryptography.Encoding.dll)
  • Splat, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\Splat.dll)
  • NuGet.Squirrel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\NuGet.Squirrel.dll)
  • System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.dll)
  • System.Resources.Extensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Resources.Extensions.dll)
  • System.Drawing, Version=5.0.17.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Drawing.dll)
  • System.Buffers, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Buffers.dll)
  • System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Core.dll)
  • System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Web.dll)
  • System.Web.HttpUtility, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Web.HttpUtility.dll)
  • System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.Serialization.dll)
  • System.Runtime.Serialization.Primitives, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Runtime.Serialization.Primitives.dll)
  • System.Diagnostics.StackTrace, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Diagnostics.StackTrace.dll)
  • System.Reflection.Metadata, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Reflection.Metadata.dll)
  • System.Collections.Immutable, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.Collections.Immutable.dll)
  • System.IO.MemoryMappedFiles, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\longw\AppData\Local\FlowLauncher\app-1.9.5\System.IO.MemoryMappedFiles.dll)

longwdl avatar Nov 12 '22 08:11 longwdl

@longwdl @iloeng did you have the setting HTTP Proxy enabled when you had this error?

jjw24 avatar Nov 12 '22 08:11 jjw24

@longwdl @iloeng did you have the setting HTTP Proxy enabled when you had this error?

I always enabled HTTP Proxy.

longwdl avatar Nov 14 '22 02:11 longwdl

@longwdl @iloeng did you have the setting HTTP Proxy enabled when you had this error?

No, I don't have the HTTP Proxy setting, but my network can open GitHub/Google directly

iloeng avatar Nov 18 '22 03:11 iloeng

This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jan 08 '23 02:01 github-actions[bot]