Flow-Launcher / Flow.Launcher

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

BUG: Flow Launcher Got an error #3471

Closed indigofairyx closed 1 month ago

indigofairyx commented 1 month ago

Checks

Problem Description

I recently set up a dual boot with win 10\11, same username, moved all userprofile_system folders to A:\ both os synced this flawlessly.

I've always had "Portable Programs" dir... i uninstalled flow form %localappdata%\programs and put it in my A:\PFP where both OS could read it, copied over my user data folder, its all there ....

... except now when ever i refresh flow and on every start up I'm getting this error message...

thought it was related to python, spent an hour un\re-installing that locally and in %programfiles%, no luck.

made sure everying in A:\PFP\FlowLauncher was not read only, no luck.

I'm note sure what else to check?


Please open new issue in: https://github.com/Flow-Launcher/Flow.Launcher/issues
1. upload log file: A:\PFP\FlowLauncher\app-1.19.5\UserData\Logs\1.19.5\2025-04-17.txt
2. copy below exception message

Flow Launcher version: 1.19.5
OS Version: 19045.2965
IntPtr Length: 8
x64: True

Python Path: C:\Users\CLOUDEN\AppData\Local\Programs\Python\Python310\python.exe
Node Path: A:\PFP\FlowLauncher\app-1.19.5\UserData\Environments\Node.js\Node-v16.18.0\node-v16.18.0-win-x64\node.exe
Date: 04/17/2025 15:18:45
Exception:
System.UnauthorizedAccessException: Access to the path is denied.
   at System.IO.FileSystem.ReplaceFile(String sourceFullPath, String destFullPath, String destBackupFullPath, Boolean ignoreMetadataErrors)
   at Flow.Launcher.Infrastructure.Storage.JsonStorage`1.AtomicWriteSetting() in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Storage\JsonStorage.cs:line 209
   at Flow.Launcher.Infrastructure.Storage.JsonStorage`1.Save() in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Storage\JsonStorage.cs:line 189
   at Flow.Launcher.Core.Plugin.JsonRPCPluginSettings.Save() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPluginSettings.cs:line 109
   at Flow.Launcher.Core.Plugin.JsonRPCPluginBase.Save() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPluginBase.cs:line 156
   at Flow.Launcher.Core.Plugin.PluginManager.Save() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 59
   at Flow.Launcher.PublicAPIInstance.SaveAppAllSettings() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 84
   at Flow.Launcher.App.<OnStartupAsync>b__14_0() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 108
   at Flow.Launcher.Infrastructure.Stopwatch.NormalAsync(String message, Func`1 action) in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 58
   at Flow.Launcher.App.OnStartupAsync(Object sender, StartupEventArgs e) in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 51
   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)

To Reproduce

  1. ...
  2. ...
  3. ...

Screenshots

No response

Flow Launcher Version

1.19.5

Windows Build Number

10.0.19045.2965

Error Log

```shell 15:18:45.6925-07:00 - FATAL - UnHandledException - ## Exception ``` System.UnauthorizedAccessException: Access to the path is denied. Source: System.Private.CoreLib TargetAssembly: System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e TargetModule: System.Private.CoreLib.dll TargetSite: Void ReplaceFile(System.String, System.String, System.String, Boolean) at System.IO.FileSystem.ReplaceFile(String sourceFullPath, String destFullPath, String destBackupFullPath, Boolean ignoreMetadataErrors) at Flow.Launcher.Infrastructure.Storage.JsonStorage`1.AtomicWriteSetting() in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Storage\JsonStorage.cs:line 209 at Flow.Launcher.Infrastructure.Storage.JsonStorage`1.Save() in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Storage\JsonStorage.cs:line 189 at Flow.Launcher.Core.Plugin.JsonRPCPluginSettings.Save() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPluginSettings.cs:line 109 at Flow.Launcher.Core.Plugin.JsonRPCPluginBase.Save() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\JsonRPCPluginBase.cs:line 156 at Flow.Launcher.Core.Plugin.PluginManager.Save() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 59 at Flow.Launcher.PublicAPIInstance.SaveAppAllSettings() in C:\projects\flow-launcher\Flow.Launcher\PublicAPIInstance.cs:line 84 at Flow.Launcher.App.b__14_0() in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 108 at Flow.Launcher.Infrastructure.Stopwatch.NormalAsync(String message, Func`1 action) in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 58 at Flow.Launcher.App.OnStartupAsync(Object sender, StartupEventArgs e) in C:\projects\flow-launcher\Flow.Launcher\App.xaml.cs:line 51 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: A:\PFP\FlowLauncher\app-1.19.5\Flow.Launcher.dll * Timestamp: 04/17/2025 15:18:45 * Flow Launcher version: 1.19.5 * OS Version: 19045.2965 * IntPtr Length: 8 * x64: True * Python Path: C:\Users\CLOUDEN\AppData\Local\Programs\Python\Python310\python.exe * Node Path: A:\PFP\FlowLauncher\app-1.19.5\UserData\Environments\Node.js\Node-v16.18.0\node-v16.18.0-win-x64\node.exe * CLR Version: 7.0.20 * 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=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (A:\PFP\FlowLauncher\app-1.19.5\System.Private.CoreLib.dll) * Flow.Launcher, Version=1.19.5.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Flow.Launcher.dll) * PresentationFramework, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (A:\PFP\FlowLauncher\app-1.19.5\PresentationFramework.dll) * WindowsBase, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (A:\PFP\FlowLauncher\app-1.19.5\WindowsBase.dll) * System.Runtime, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.dll) * System.Xaml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (A:\PFP\FlowLauncher\app-1.19.5\System.Xaml.dll) * System.Runtime.InteropServices, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.InteropServices.dll) * WinRT.Runtime, Version=2.1.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (A:\PFP\FlowLauncher\app-1.19.5\WinRT.Runtime.dll) * System.Collections, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Collections.dll) * System.Collections.Concurrent, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Collections.Concurrent.dll) * System.Threading, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Threading.dll) * System.IO.Pipes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.IO.Pipes.dll) * System.Security.AccessControl, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Security.AccessControl.dll) * System.Security.Principal.Windows, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Security.Principal.Windows.dll) * System.Threading.ThreadPool, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Threading.ThreadPool.dll) * System.Configuration.ConfigurationManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Configuration.ConfigurationManager.dll) * System.ObjectModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.ObjectModel.dll) * Flow.Launcher.Core, Version=1.19.5.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Flow.Launcher.Core.dll) * Flow.Launcher.Infrastructure, Version=1.19.5.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Flow.Launcher.Infrastructure.dll) * System.ComponentModel.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.ComponentModel.Primitives.dll) * System.Private.Uri, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Private.Uri.dll) * PresentationCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (A:\PFP\FlowLauncher\app-1.19.5\PresentationCore.dll) * System.Security.Cryptography, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Security.Cryptography.dll) * System.Memory, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Memory.dll) * System.ComponentModel.TypeConverter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.ComponentModel.TypeConverter.dll) * System.Xml.ReaderWriter, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Xml.ReaderWriter.dll) * System.Private.Xml, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Private.Xml.dll) * System.Collections.Specialized, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Collections.Specialized.dll) * System.Net.WebClient, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Net.WebClient.dll) * System.ComponentModel.EventBasedAsync, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.ComponentModel.EventBasedAsync.dll) * System.Text.Encoding.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Text.Encoding.Extensions.dll) * System.Threading.Thread, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Threading.Thread.dll) * System.Runtime.Serialization.Formatters, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.Serialization.Formatters.dll) * System.Xml.XmlSerializer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Xml.XmlSerializer.dll) * System.IO.Packaging, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.IO.Packaging.dll) * DirectWriteForwarder, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (A:\PFP\FlowLauncher\app-1.19.5\DirectWriteForwarder.dll) * System.Runtime.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.Extensions.dll) * System.Diagnostics.Debug, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Diagnostics.Debug.dll) * System.Runtime.CompilerServices.VisualC, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.CompilerServices.VisualC.dll) * Microsoft.Win32.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\Microsoft.Win32.Primitives.dll) * System.Collections.NonGeneric, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Collections.NonGeneric.dll) * Microsoft.Win32.Registry, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\Microsoft.Win32.Registry.dll) * System.Linq, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Linq.dll) * System.Diagnostics.TraceSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Diagnostics.TraceSource.dll) * System.Windows.Extensions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Windows.Extensions.dll) * System.ComponentModel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.ComponentModel.dll) * ModernWpf, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\ModernWpf.dll) * System.Net.Requests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Net.Requests.dll) * System.Net.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Net.Primitives.dll) * System.Net.WebHeaderCollection, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Net.WebHeaderCollection.dll) * System.Runtime.Loader, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.Loader.dll) * Microsoft.Windows.SDK.NET, Version=10.0.19041.38, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (A:\PFP\FlowLauncher\app-1.19.5\Microsoft.Windows.SDK.NET.dll) * Microsoft.Win32.SystemEvents, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\Microsoft.Win32.SystemEvents.dll) * System.Runtime.CompilerServices.Unsafe, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.CompilerServices.Unsafe.dll) * System.Numerics.Vectors, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Numerics.Vectors.dll) * System.Security.Cryptography.Algorithms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Security.Cryptography.Algorithms.dll) * System.Linq.Expressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Linq.Expressions.dll) * UIAutomationTypes, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (A:\PFP\FlowLauncher\app-1.19.5\UIAutomationTypes.dll) * System.Diagnostics.Process, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Diagnostics.Process.dll) * PresentationFramework.Aero2, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (A:\PFP\FlowLauncher\app-1.19.5\PresentationFramework.Aero2.dll) * ModernWpf.Controls, Version=0.9.4.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\ModernWpf.Controls.dll) * mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (A:\PFP\FlowLauncher\app-1.19.5\mscorlib.dll) * Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Flow.Launcher.Plugin.dll) * System.Text.Encoding.CodePages, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Text.Encoding.CodePages.dll) * System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Text.Json.dll) * NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (A:\PFP\FlowLauncher\app-1.19.5\NLog.dll) * netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\netstandard.dll) * System.Diagnostics.FileVersionInfo, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Diagnostics.FileVersionInfo.dll) * System.IO.FileSystem.Watcher, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.IO.FileSystem.Watcher.dll) * System.Data.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Data.Common.dll) * System.Net.Mail, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Net.Mail.dll) * System.Net.Sockets, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Net.Sockets.dll) * BitFaster.Caching, Version=2.5.2.0, Culture=neutral, PublicKeyToken=65c36bc48e4e3803 (A:\PFP\FlowLauncher\app-1.19.5\BitFaster.Caching.dll) * MemoryPack.Core, Version=1.21.3.0, Culture=neutral, PublicKeyToken=df4c250b14d82627 (A:\PFP\FlowLauncher\app-1.19.5\MemoryPack.Core.dll) * System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Text.Encodings.Web.dll) * System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Collections.Immutable.dll) * System.Runtime.Intrinsics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.Intrinsics.dll) * System.Runtime.Numerics, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.Numerics.dll) * System.Reflection.Emit.Lightweight, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Reflection.Emit.Lightweight.dll) * System.Reflection.Emit.ILGeneration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Reflection.Emit.ILGeneration.dll) * System.Reflection.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Reflection.Primitives.dll) * System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Drawing.Common.dll) * Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll) * Flow.Launcher.Plugin.Calculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Calculator\Flow.Launcher.Plugin.Calculator.dll) * Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Explorer\Flow.Launcher.Plugin.Explorer.dll) * System.Windows.Forms, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (A:\PFP\FlowLauncher\app-1.19.5\System.Windows.Forms.dll) * System.Windows.Forms.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (A:\PFP\FlowLauncher\app-1.19.5\System.Windows.Forms.Primitives.dll) * Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.PluginIndicator\Flow.Launcher.Plugin.PluginIndicator.dll) * Flow.Launcher.Plugin.PluginsManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.PluginsManager\Flow.Launcher.Plugin.PluginsManager.dll) * Flow.Launcher.Plugin.ProcessKiller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.ProcessKiller\Flow.Launcher.Plugin.ProcessKiller.dll) * Flow.Launcher.Plugin.Program, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll) * Microsoft.Extensions.Caching.Memory, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Memory.dll) * Microsoft.Extensions.Options, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Options.dll) * Microsoft.Extensions.Caching.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Abstractions.dll) * Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Logging.Abstractions.dll) * Microsoft.Extensions.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Primitives.dll) * Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll) * WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (A:\PFP\FlowLauncher\app-1.19.5\WindowsInput.dll) * Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Sys\Flow.Launcher.Plugin.Sys.dll) * Flow.Launcher.Plugin.Url, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Url\Flow.Launcher.Plugin.Url.dll) * System.Text.RegularExpressions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Text.RegularExpressions.dll) * Flow.Launcher.Plugin.WebSearch, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.WebSearch\Flow.Launcher.Plugin.WebSearch.dll) * Flow.Launcher.Plugin.WindowsSettings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll) * Flow.Launcher.Plugin.Color, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Colors-3.0.0\Flow.Launcher.Plugin.Color.dll) * Flow.Launcher.Plugin.DirQuickJump, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\DirQuickJump-1.4.0\Flow.Launcher.Plugin.DirQuickJump.dll) * Flow.Launcher.Plugin.Favorites, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Favorites-1.5\Flow.Launcher.Plugin.Favorites.dll) * GamesLauncher, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\GamesLauncher.dll) * Flow.Plugin.Github, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GitHub-1.3.1\Flow.Plugin.Github.dll) * Octokit, Version=11.0.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GitHub-1.3.1\Octokit.dll) * FSharp.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GitHub-1.3.1\FSharp.Core.dll) * Flow.Plugin.IPAddress, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\IP Address-1.2.2\Flow.Plugin.IPAddress.dll) * Flow.Launcher.Plugin.Kaomoji, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Kaomoji-1.0.1\Flow.Launcher.Plugin.Kaomoji.dll) * Flow.Launcher.Plugin.LinkOpener, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\LinkOpener-1.2.4\Flow.Launcher.Plugin.LinkOpener.dll) * Flow.Launcher.Plugin.Obsidian, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Obsidian-1.1.1\Flow.Launcher.Plugin.Obsidian.dll) * Flow.Launcher.Plugin.OneNote, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\OneNote-2.1.1\Flow.Launcher.Plugin.OneNote.dll) * System.Drawing.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Drawing.Primitives.dll) * Wox.Plugin.Runner, Version=1.0.12.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Plugin Runner-2.3.1\Wox.Plugin.Runner.dll) * Flow.Launcher.Plugin.PowerToys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\PowerToys-1.0.0\Flow.Launcher.Plugin.PowerToys.dll) * Flow.Launcher.Plugin.QuickLook, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\QuickLook-1.0.0\Flow.Launcher.Plugin.QuickLook.dll) * Flow.Launcher.Plugin.ShortcutPlugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Shortcuts-1.2.2\Flow.Launcher.Plugin.ShortcutPlugin.dll) * CommunityToolkit.Mvvm, Version=8.2.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Shortcuts-1.2.2\CommunityToolkit.Mvvm.dll) * Flow.Launcher.Plugin.Todos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Todos-3.0.7\Flow.Launcher.Plugin.Todos.dll) * BarLauncher.UnitConverter.Flow.Launcher, Version=2.0.6.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\BarLauncher.UnitConverter.Flow.Launcher.dll) * BarLauncher.EasyHelper.Flow.Launcher, Version=2.0.6.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\BarLauncher.EasyHelper.Flow.Launcher.dll) * BarLauncher.EasyHelper, Version=2.0.6.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\BarLauncher.EasyHelper.dll) * Flow.Launcher.Plugin.WallpaperSearcher, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Wallpaper Searcher-1.0.2\Flow.Launcher.Plugin.WallpaperSearcher.dll) * Flow.Plugin.WindowWalker, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Window Walker-3.0.2\Flow.Plugin.WindowWalker.dll) * CommunityToolkit.Mvvm, Version=8.3.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (A:\PFP\FlowLauncher\app-1.19.5\CommunityToolkit.Mvvm.dll) * System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Threading.Channels.dll) * System.Net.Http, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Net.Http.dll) * System.Net.WebProxy, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Net.WebProxy.dll) * System.Net.ServicePoint, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Net.ServicePoint.dll) * System.Net.Security, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Net.Security.dll) * System.Diagnostics.Tracing, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Diagnostics.Tracing.dll) * System.Diagnostics.DiagnosticSource, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Diagnostics.DiagnosticSource.dll) * Mages.Core, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\Plugins\Flow.Launcher.Plugin.Calculator\Mages.Core.dll) * System.Net.Http.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (A:\PFP\FlowLauncher\app-1.19.5\System.Net.Http.Json.dll) * System.Threading.Overlapped, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Threading.Overlapped.dll) * System.IO.FileSystem, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.IO.FileSystem.dll) * GamesLauncher.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\GamesLauncher.Common.dll) * GamesLauncher.Platforms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\GamesLauncher.Platforms.dll) * System.Net.Quic, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Net.Quic.dll) * System.Threading.Tasks.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Threading.Tasks.Parallel.dll) * NexusMods.Paths, Version=0.1.6.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\NexusMods.Paths.dll) * GameFinder.RegistryUtils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\GameFinder.RegistryUtils.dll) * GameFinder.StoreHandlers.Steam, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\GameFinder.StoreHandlers.Steam.dll) * GameFinder.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\GameFinder.Common.dll) * OneOf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\OneOf.dll) * GameFinder.StoreHandlers.GOG, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\GameFinder.StoreHandlers.GOG.dll) * System.Net.NameResolution, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Net.NameResolution.dll) * Microsoft.Extensions.DependencyInjection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Shortcuts-1.2.2\Microsoft.Extensions.DependencyInjection.dll) * Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Shortcuts-1.2.2\Microsoft.Extensions.DependencyInjection.Abstractions.dll) * System.Linq.Parallel, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Linq.Parallel.dll) * Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Todos-3.0.7\Newtonsoft.Json.dll) * Unit.Lib, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\Unit.Lib.dll) * FluentDataAccess, Version=2.1.1.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\FluentDataAccess.dll) * BarLauncher.UnitConverter.Lib, Version=2.0.6.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\BarLauncher.UnitConverter.Lib.dll) * FluentDataAccess.SQLite, Version=2.1.1.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\FluentDataAccess.SQLite.dll) * YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (A:\PFP\FlowLauncher\app-1.19.5\YamlDotNet.dll) * Flow.Launcher.Plugin.ShortcutPlugin.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Shortcuts-1.2.2\Flow.Launcher.Plugin.ShortcutPlugin.Common.dll) * Microsoft.Data.Sqlite, Version=2.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\Microsoft.Data.Sqlite.dll) * System.Runtime.Serialization.Primitives, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Runtime.Serialization.Primitives.dll) * SQLitePCLRaw.batteries_v2, Version=1.1.11.121, Culture=neutral, PublicKeyToken=8226ea5df37bcae9 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\SQLitePCLRaw.batteries_v2.dll) * SQLitePCLRaw.provider.e_sqlite3, Version=1.1.11.121, Culture=neutral, PublicKeyToken=9c301db686d0bd12 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\SQLitePCLRaw.provider.e_sqlite3.dll) * SQLitePCLRaw.core, Version=1.1.11.121, Culture=neutral, PublicKeyToken=1488e028ca7ab535 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\Unit converter-2.0.6\SQLitePCLRaw.core.dll) * System.Text.Encoding, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Text.Encoding.dll) * FluentResults, Version=3.15.2.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\FluentResults.dll) * Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\Microsoft.Extensions.Logging.Abstractions.dll) * ValveKeyValue, Version=0.9.0.0, Culture=neutral, PublicKeyToken=c95eae76bf8177c4 (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\ValveKeyValue.dll) * System.Diagnostics.StackTrace, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Diagnostics.StackTrace.dll) * System.Security.Claims, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Security.Claims.dll) * UIAutomationProvider, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (A:\PFP\FlowLauncher\app-1.19.5\UIAutomationProvider.dll) * NHotkey.Wpf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (A:\PFP\FlowLauncher\app-1.19.5\NHotkey.Wpf.dll) * System.Windows.Controls.Ribbon, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (A:\PFP\FlowLauncher\app-1.19.5\System.Windows.Controls.Ribbon.dll) * WindowsFormsIntegration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (A:\PFP\FlowLauncher\app-1.19.5\WindowsFormsIntegration.dll) * PresentationFramework-SystemData, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (A:\PFP\FlowLauncher\app-1.19.5\PresentationFramework-SystemData.dll) * NHotkey, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (A:\PFP\FlowLauncher\app-1.19.5\NHotkey.dll) * Vogen.SharedTypes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (A:\PFP\FlowLauncher\app-1.19.5\UserData\Plugins\GamesLauncher-1.9.2\Vogen.SharedTypes.dll) * System.Resources.ResourceManager, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Resources.ResourceManager.dll) * System.Reflection.Metadata, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.Reflection.Metadata.dll) * System.IO.MemoryMappedFiles, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (A:\PFP\FlowLauncher\app-1.19.5\System.IO.MemoryMappedFiles.dll) 15:18:47.2353-07:00 - INFO - ImageLoader.Initialize - Preload images cost <2727ms> 15:18:47.2410-07:00 - INFO - ImageLoader.Initialize - Number of preload images is <150>, Images Number: 150, Unique Items 98 ```

2025-04-17.txt

indigofairyx commented 1 month ago

additionally there are still some plugins still trying to write the old UserData folder

C:\Users\x\AppData\Roaming\FlowLauncher\Settings\Plugins\GamesLauncher Custom Shortcuts
C:\Users\x\AppData\Roaming\FlowLauncher\Settings\Plugins\Plugin Runner
C:\Users\x\AppData\Roaming\FlowLauncher\Settings\Plugins\Plugin Runner\commands.json
C:\Users\x\AppData\Roaming\FlowLauncher\Settings\Plugins
C:\Users\x\AppData\Roaming\FlowLauncher\Settings
indigofairyx commented 1 month ago

.

indigofairyx commented 1 month ago

soooo, i don't know..., took the dog for a walk, came back an hour later...

renamed settings dir to settings.old, launched flow, did the five steps, then pasted (over-wrote) everything from settings.old to the new settings and folder, so really none it changed, and... now its fine again.

deefrawley commented 1 month ago

Are you running Flow in portable mode?