I know this looks like all the rest of them, but I believe it's different for one reason. Most other ones include the line Flow.Launcher.Core.ExternalPlugins.FlowPluginException: 'G' is an invalid start of a value... mine does not.
Below is the full error, but I have the required powershell extension installed and it works correctly with the given path.
Please open new issue in: https://github.com/falldeaf/unity-flowlauncher/issues
1. upload log file: C:\Users\natha\AppData\Local\FlowLauncher\app-1.19.4\UserData\Logs\1.19.4\2025-01-01.txt
2. copy below exception message
Flow Launcher version: 1.19.4
OS Version: 26100.2605
IntPtr Length: 8
x64: True
Python Path: C:\Python312\python.exe
Node Path: C:\Program Files\nodejs\node.exe
Date: 01/01/2025 18:34:53
Exception:
Unity 3D Helper Exception:
Websites: https://github.com/falldeaf/unity-flowlauncher
Author: falldeaf
Version: 1.0.0
Flow.Launcher.Core.ExternalPlugins.FlowPluginException: The given key was not present in the dictionary.
---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Text.Json.JsonElement.GetProperty(String propertyName)
at Flow.Launcher.Plugin.UnityHelper.UnityHelper.Query(Query query)
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass28_0.<<QueryForPluginAsync>b__0>d.MoveNext() in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 248
--- End of stack trace from previous location ---
at Flow.Launcher.Infrastructure.Stopwatch.DebugAsync(String message, Func`1 action) in C:\projects\flow-launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 40
at Flow.Launcher.Core.Plugin.PluginManager.QueryForPluginAsync(PluginPair pair, Query query, CancellationToken token) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 282
--- End of inner exception stack trace ---
at Flow.Launcher.Core.Plugin.PluginManager.<>c__DisplayClass28_1.<QueryForPluginAsync>b__1(ActionContext _) in C:\projects\flow-launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 276
at Flow.Launcher.Plugin.Result.ExecuteAsync(ActionContext context) in /_/Flow.Launcher.Plugin/Result.cs:line 246
at Flow.Launcher.ViewModel.MainViewModel.OpenResultAsync(String index) in C:\projects\flow-launcher\Flow.Launcher\ViewModel\MainViewModel.cs:line 389
at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask)
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)
any help would be appreciated! let me know if I'm missing something or just being plain stupid.
I know this looks like all the rest of them, but I believe it's different for one reason. Most other ones include the line
Flow.Launcher.Core.ExternalPlugins.FlowPluginException: 'G' is an invalid start of a value...mine does not.Below is the full error, but I have the required powershell extension installed and it works correctly with the given path.
any help would be appreciated! let me know if I'm missing something or just being plain stupid.