The crash happened exactly when I clicked to launch a game via Flow Launcher. I have a multi-monitor setup (2 screens) and was running Wallpaper Engine with "Windows color sync" enabled. The game launched successfully, but Flow Launcher crashed right after the click. It seems to be a rare race condition involving UI rendering and system theme updates during display state changes.
Note: This issue is intermittent and difficult to reproduce consistently. It seems to be a race condition related to system theme changes and display state updates.
Observe if Flow Launcher crashes during the transition when the game starts (especially if the screen flashes or the accent color changes).
System.InvalidCastException: Unable to cast object of type 'System.Windows.Media.Color' to type 'System.Windows.Expression'.
Source: System.Private.CoreLib
TargetAssembly: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
TargetModule: System.Private.CoreLib.dll
TargetSite: System.Object ChkCast_Helper(Void*, System.Object)
at System.Windows.Freezable.CloneCoreCommon(Freezable sourceFreezable, Boolean useCurrentValue, Boolean cloneFrozenValues)
at System.Windows.Freezable.Clone()
at System.Windows.StyleHelper.GetInstanceValue(UncommonField1 dataField, DependencyObject container, FrameworkElement feChild, FrameworkContentElement fceChild, Int32 childIndex, DependencyProperty dp, Int32 i, EffectiveValueEntry& entry) at System.Windows.StyleHelper.GetChildValueHelper(UncommonField1 dataField, ItemStructList1& valueLookupList, DependencyProperty dp, DependencyObject container, FrameworkObject child, Int32 childIndex, Boolean styleLookup, EffectiveValueEntry& entry, ValueLookupType& sourceType, FrameworkElementFactory templateRoot) at System.Windows.StyleHelper.GetChildValue(UncommonField1 dataField, DependencyObject container, Int32 childIndex, FrameworkObject child, DependencyProperty dp, FrugalStructList1& childRecordFromChildIndex, EffectiveValueEntry& entry, ValueLookupType& sourceType, FrameworkElementFactory templateRoot) at System.Windows.StyleHelper.GetValueFromStyleOrTemplate(FrameworkObject fo, DependencyProperty dp, EffectiveValueEntry& entry) at System.Windows.FrameworkElement.GetRawValue(DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry& entry) at System.Windows.FrameworkElement.EvaluateBaseValueCore(DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry& newEntry) at System.Windows.DependencyObject.EvaluateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry newEntry, OperationType operationType) at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType) at System.Windows.StyleHelper.InvalidateContainerDependents(DependencyObject container, FrugalStructList1& exclusionContainerDependents, FrugalStructList1& oldContainerDependents, FrugalStructList1& newContainerDependents)
at System.Windows.StyleHelper.DoStyleInvalidations(FrameworkElement fe, FrameworkContentElement fce, Style oldStyle, Style newStyle)
at System.Windows.FrameworkElement.OnStyleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at Flow.Launcher.MainWindow.InitProgressbarAnimation() in C:\projects\flow-launcher\Flow.Launcher\MainWindow.xaml.cs:line 1109
at Flow.Launcher.MainWindow.ProgressBar_Loaded(Object sender, RoutedEventArgs e) in C:\projects\flow-launcher\Flow.Launcher\MainWindow.xaml.cs:line 355
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
at System.Windows.Interop.HwndTarget.OnResize()
at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
## Environment
* Command Line: C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Flow.Launcher.dll
* Timestamp: 04/10/2026 00:51:26
* Flow Launcher version: 2.1.1
* OS Version: 26200.8117
* IntPtr Length: 8
* x64: True
* Python Path: C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Environments\Python\PythonEmbeddable-v3.11.4\pythonw.exe
* Node Path: C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Environments\Node.js\Node-v16.18.0\node-v16.18.0-win-x64\node.exe
* CLR Version: 9.0.10
* Installed .NET Framework:
* v2.0.50727 2.0.50727.4927 SP2
* v3.0 3.0.30729.4926 SP2
* v3.5 3.5.30729.4926 SP1
* v4 Client 4.8.09221
* v4 Full 4.8.09221
* v4.0 Client 4.0.0.0
## Assemblies - Flow.Launcher
* System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Private.CoreLib.dll)
* Flow.Launcher, Version=2.1.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Flow.Launcher.dll)
* PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\PresentationFramework.dll)
* WindowsBase, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\WindowsBase.dll)
* System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.dll)
* System.Xaml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Xaml.dll)
* Flow.Launcher.Infrastructure, Version=2.1.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Flow.Launcher.Infrastructure.dll)
* Flow.Launcher.Plugin, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Flow.Launcher.Plugin.dll)
* System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.ObjectModel.dll)
* System.Collections, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Collections.dll)
* Flow.Launcher.Core, Version=2.1.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Flow.Launcher.Core.dll)
* System.Diagnostics.FileVersionInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Diagnostics.FileVersionInfo.dll)
* System.Runtime.InteropServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.InteropServices.dll)
* System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Text.Json.dll)
* System.Threading, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Threading.dll)
* System.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Memory.dll)
* System.Text.Encoding.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Text.Encoding.Extensions.dll)
* System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Text.Encodings.Web.dll)
* System.Runtime.Intrinsics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.Intrinsics.dll)
* System.Numerics.Vectors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Numerics.Vectors.dll)
* System.Collections.Concurrent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Collections.Concurrent.dll)
* System.Private.Uri, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Private.Uri.dll)
* System.Reflection.Emit.Lightweight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Reflection.Emit.Lightweight.dll)
* System.Reflection.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Reflection.Primitives.dll)
* System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Reflection.Emit.ILGeneration.dll)
* PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\PresentationCore.dll)
* Microsoft.Win32.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Win32.Primitives.dll)
* DirectWriteForwarder, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\DirectWriteForwarder.dll)
* System.Runtime.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.Extensions.dll)
* System.Diagnostics.Debug, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Diagnostics.Debug.dll)
* System.Runtime.CompilerServices.VisualC, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.CompilerServices.VisualC.dll)
* System.Collections.NonGeneric, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Collections.NonGeneric.dll)
* System.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Linq.dll)
* System.IO.Packaging, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.IO.Packaging.dll)
* System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.ComponentModel.TypeConverter.dll)
* System.Xml.ReaderWriter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Xml.ReaderWriter.dll)
* System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Private.Xml.dll)
* System.ComponentModel.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.ComponentModel.Primitives.dll)
* System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Text.RegularExpressions.dll)
* System.Threading.Thread, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Threading.Thread.dll)
* System.IO.Pipes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.IO.Pipes.dll)
* System.Security.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Security.AccessControl.dll)
* System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Security.Principal.Windows.dll)
* Microsoft.Extensions.Hosting.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Hosting.Abstractions.dll)
* iNKORE.UI.WPF.Modern, Version=0.10.1.0, Culture=neutral, PublicKeyToken=cd19e634b9706635 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\iNKORE.UI.WPF.Modern.dll)
* Microsoft.Extensions.Hosting, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Hosting.dll)
* Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.DependencyInjection.Abstractions.dll)
* CommunityToolkit.Mvvm, Version=8.4.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\CommunityToolkit.Mvvm.dll)
* System.ComponentModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.ComponentModel.dll)
* WinRT.Runtime, Version=2.2.0.0, Culture=neutral, PublicKeyToken=99ea127f02d97709 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\WinRT.Runtime.dll)
* Microsoft.Win32.Registry, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Win32.Registry.dll)
* System.Collections.Specialized, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Collections.Specialized.dll)
* System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Configuration.ConfigurationManager.dll)
* System.Net.WebClient, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.WebClient.dll)
* Microsoft.Extensions.Configuration.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Configuration.Abstractions.dll)
* Microsoft.Extensions.DependencyInjection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.DependencyInjection.dll)
* System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Diagnostics.DiagnosticSource.dll)
* System.Diagnostics.Tracing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Diagnostics.Tracing.dll)
* Microsoft.Extensions.Configuration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Configuration.dll)
* Microsoft.Extensions.Configuration.EnvironmentVariables, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Configuration.EnvironmentVariables.dll)
* Microsoft.Extensions.Configuration.CommandLine, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Configuration.CommandLine.dll)
* Microsoft.Extensions.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Primitives.dll)
* Microsoft.Extensions.FileProviders.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.FileProviders.Abstractions.dll)
* Microsoft.Extensions.FileProviders.Physical, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.FileProviders.Physical.dll)
* Microsoft.Extensions.Configuration.FileExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Configuration.FileExtensions.dll)
* Microsoft.Extensions.Configuration.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Configuration.Json.dll)
* Microsoft.Extensions.Configuration.UserSecrets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Configuration.UserSecrets.dll)
* Microsoft.Extensions.Configuration.Binder, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Configuration.Binder.dll)
* System.IO.FileSystem.Watcher, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.IO.FileSystem.Watcher.dll)
* Microsoft.Extensions.FileSystemGlobbing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.FileSystemGlobbing.dll)
* System.Threading.Overlapped, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Threading.Overlapped.dll)
* Microsoft.Extensions.Options, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Options.dll)
* Microsoft.Extensions.Logging, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Logging.dll)
* Microsoft.Extensions.Diagnostics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Diagnostics.dll)
* Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Logging.Abstractions.dll)
* Microsoft.Extensions.Diagnostics.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Diagnostics.Abstractions.dll)
* Microsoft.Extensions.Logging.Configuration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Logging.Configuration.dll)
* Microsoft.Extensions.Logging.Debug, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Logging.Debug.dll)
* Microsoft.Extensions.Logging.EventSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Logging.EventSource.dll)
* Microsoft.Extensions.Logging.EventLog, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Logging.EventLog.dll)
* Microsoft.Extensions.Logging.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Logging.Console.dll)
* Microsoft.Extensions.Options.ConfigurationExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Extensions.Options.ConfigurationExtensions.dll)
* System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Console.dll)
* System.Diagnostics.EventLog, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Diagnostics.EventLog.dll)
* System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Threading.Channels.dll)
* System.Threading.ThreadPool, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Threading.ThreadPool.dll)
* iNKORE.UI.WPF, Version=1.2.8.0, Culture=neutral, PublicKeyToken=cd19e634b9706635 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\iNKORE.UI.WPF.dll)
* System.Runtime.Loader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.Loader.dll)
* Microsoft.Windows.SDK.NET, Version=10.0.19041.38, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Windows.SDK.NET.dll)
* Microsoft.Win32.SystemEvents, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Win32.SystemEvents.dll)
* System.Security.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Security.Cryptography.dll)
* System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Linq.Expressions.dll)
* System.Net.Requests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.Requests.dll)
* System.Net.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.Primitives.dll)
* System.Diagnostics.Process, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Diagnostics.Process.dll)
* System.Diagnostics.TraceSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Diagnostics.TraceSource.dll)
* System.Windows.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Windows.Extensions.dll)
* System.Net.WebHeaderCollection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.WebHeaderCollection.dll)
* PresentationFramework.Aero2, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\PresentationFramework.Aero2.dll)
* iNKORE.UI.WPF.Modern.Controls, Version=0.10.1.0, Culture=neutral, PublicKeyToken=cd19e634b9706635 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\iNKORE.UI.WPF.Modern.Controls.dll)
* System.ComponentModel.EventBasedAsync, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.ComponentModel.EventBasedAsync.dll)
* mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\mscorlib.dll)
* System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Text.Encoding.CodePages.dll)
* NLog, Version=6.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\NLog.dll)
* netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\netstandard.dll)
* NLog.OutputDebugString, Version=6.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\NLog.OutputDebugString.dll)
* Microsoft.Toolkit.Uwp.Notifications, Version=7.1.0.0, Culture=neutral, PublicKeyToken=4aff67a105548ee2 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Toolkit.Uwp.Notifications.dll)
* System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Drawing.Common.dll)
* System.Private.Windows.Core, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Private.Windows.Core.dll)
* System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Drawing.Primitives.dll)
* System.IO.FileSystem, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.IO.FileSystem.dll)
* System.Security.Cryptography.Algorithms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Security.Cryptography.Algorithms.dll)
* System.Security.Cryptography.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Security.Cryptography.Primitives.dll)
* System.Reflection.Emit, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Reflection.Emit.dll)
* DynamicComActivator, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
* System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Security.Claims.dll)
* System.Net.Http, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.Http.dll)
* BitFaster.Caching, Version=2.5.4.0, Culture=neutral, PublicKeyToken=65c36bc48e4e3803 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\BitFaster.Caching.dll)
* System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.WebProxy.dll)
* System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.Security.dll)
* System.Runtime.CompilerServices.Unsafe, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.CompilerServices.Unsafe.dll)
* MemoryPack.Core, Version=1.21.4.0, Culture=neutral, PublicKeyToken=df4c250b14d82627 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\MemoryPack.Core.dll)
* SemanticVersioning, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a89bb7dc6f7a145c (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\SemanticVersioning.dll)
* System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Collections.Immutable.dll)
* System.Net.Http.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.Http.Json.dll)
* System.Runtime.Numerics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.Numerics.dll)
* System.Net.Sockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.Sockets.dll)
* System.Net.NameResolution, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.NameResolution.dll)
* UIAutomationTypes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UIAutomationTypes.dll)
* SharpVectors.Rendering.Wpf, Version=1.8.5.0, Culture=neutral, PublicKeyToken=d0902381100df30e (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\SharpVectors.Rendering.Wpf.dll)
* UIAutomationProvider, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UIAutomationProvider.dll)
* SharpVectors.Runtime.Wpf, Version=1.8.5.0, Culture=neutral, PublicKeyToken=d16e717f0a981fb9 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\SharpVectors.Runtime.Wpf.dll)
* NHotkey.Wpf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\NHotkey.Wpf.dll)
* SharpVectors.Dom, Version=1.8.5.0, Culture=neutral, PublicKeyToken=517340b6277b1a7a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\SharpVectors.Dom.dll)
* System.Windows.Controls.Ribbon, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Windows.Controls.Ribbon.dll)
* SharpVectors.Converters.Wpf, Version=1.8.5.0, Culture=neutral, PublicKeyToken=b532964b8548be77 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\SharpVectors.Converters.Wpf.dll)
* WindowsFormsIntegration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\WindowsFormsIntegration.dll)
* SharpVectors.Core, Version=1.8.5.0, Culture=neutral, PublicKeyToken=7407205e337c98ef (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\SharpVectors.Core.dll)
* SharpVectors.Model, Version=1.8.5.0, Culture=neutral, PublicKeyToken=2236cfc76b505845 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\SharpVectors.Model.dll)
* SharpVectors.Css, Version=1.8.5.0, Culture=neutral, PublicKeyToken=7a46e3f532fdb787 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\SharpVectors.Css.dll)
* NHotkey, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a76ffb086700b11c (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\NHotkey.dll)
* System.IO.Compression, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.IO.Compression.dll)
* Microsoft.Win32.TaskScheduler, Version=2.12.2.0, Culture=neutral, PublicKeyToken=2806574b39b74d4b (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.Win32.TaskScheduler.dll)
* System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.Serialization.Formatters.dll)
* System.Xml.XmlSerializer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Xml.XmlSerializer.dll)
* System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.IO.Pipelines.dll)
* Squirrel, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Squirrel.dll)
* Splat, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Splat.dll)
* NuGet.Squirrel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\NuGet.Squirrel.dll)
* System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.dll)
* Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.BrowserBookmark.dll)
* Flow.Launcher.Plugin.Calculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Calculator\Flow.Launcher.Plugin.Calculator.dll)
* Flow.Launcher.Plugin.Explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Explorer\Flow.Launcher.Plugin.Explorer.dll)
* System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Windows.Forms.dll)
* System.Windows.Forms.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Windows.Forms.Primitives.dll)
* Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\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\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\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\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\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\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Program\Flow.Launcher.Plugin.Program.dll)
* Flow.Launcher.Plugin.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll)
* WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\WindowsInput.dll)
* Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\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\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\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\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.WebSearch\Flow.Launcher.Plugin.WebSearch.dll)
* INIFileParser, Version=2.5.2.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\INIFileParser.dll)
* Flow.Launcher.Plugin.WindowsSettings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.WindowsSettings\Flow.Launcher.Plugin.WindowsSettings.dll)
* Flow.Launcher.Plugin.FlowLauncherPluginEmailTo, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\EmailTo-1.0.0\Flow.Launcher.Plugin.FlowLauncherPluginEmailTo.dll)
* GamesLauncher, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\GamesLauncher.dll)
* Flow.Plugin.Github, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GitHub-1.3.1\Flow.Plugin.Github.dll)
* Octokit, Version=11.0.1.0, Culture=neutral, PublicKeyToken=0be8860aee462442 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GitHub-1.3.1\Octokit.dll)
* FSharp.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GitHub-1.3.1\FSharp.Core.dll)
* Flow.Plugin.IPAddress, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\IP Address-1.2.2\Flow.Plugin.IPAddress.dll)
* Flow.Launcher.Plugin.JetBrainsIDEProjects, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\JetBrainsIDEProjects-3.1.3\Flow.Launcher.Plugin.JetBrainsIDEProjects.dll)
* Flow.Launcher.Plugin.Weather, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\Weather-1.2.0\Flow.Launcher.Plugin.Weather.dll)
* Microsoft.VisualStudio.Threading, Version=17.14.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.VisualStudio.Threading.dll)
* Microsoft.VisualStudio.Validation, Version=17.8.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Microsoft.VisualStudio.Validation.dll)
* GamesLauncher.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\GamesLauncher.Common.dll)
* Mages.Core, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Calculator\Mages.Core.dll)
* Microsoft.Extensions.Caching.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Memory.dll)
* Flow.Launcher.Plugin.WindowsSettings.resources, Version=1.0.0.0, Culture=zh-cn, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.WindowsSettings\zh-CN\Flow.Launcher.Plugin.WindowsSettings.resources.dll)
* YamlDotNet, Version=9.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\YamlDotNet.dll)
* Microsoft.Extensions.Caching.Abstractions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Program\Microsoft.Extensions.Caching.Abstractions.dll)
* GamesLauncher.Platforms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\GamesLauncher.Platforms.dll)
* Flow.Launcher.Localization.Attributes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Flow.Launcher.Localization.Attributes.dll)
* Ben.Demystifier, Version=0.4.0.0, Culture=neutral, PublicKeyToken=a6d206e05440431a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Ben.Demystifier.dll)
* System.Diagnostics.StackTrace, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Diagnostics.StackTrace.dll)
* System.Threading.Tasks.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Threading.Tasks.Parallel.dll)
* System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Reflection.Metadata.dll)
* NexusMods.Paths, Version=0.1.6.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\NexusMods.Paths.dll)
* System.IO.MemoryMappedFiles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.IO.MemoryMappedFiles.dll)
* Microsoft.Data.Sqlite, Version=10.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Microsoft.Data.Sqlite.dll)
* GameFinder.StoreHandlers.Xbox, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\GameFinder.StoreHandlers.Xbox.dll)
* System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Data.Common.dll)
* GameFinder.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\GameFinder.Common.dll)
* System.Resources.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Resources.Extensions.dll)
* OneOf, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\OneOf.dll)
* System.Drawing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Drawing.dll)
* GameFinder.RegistryUtils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\GameFinder.RegistryUtils.dll)
* PresentationFramework-SystemData, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\PresentationFramework-SystemData.dll)
* GameFinder.StoreHandlers.Steam, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\GameFinder.StoreHandlers.Steam.dll)
* GameFinder.StoreHandlers.GOG, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\GameFinder.StoreHandlers.GOG.dll)
* Microsoft.WindowsAPICodePack.Shell, Version=1.1.5.0, Culture=neutral, PublicKeyToken=8985beaab7ea3f04 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\Microsoft.WindowsAPICodePack.Shell.dll)
* Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\Newtonsoft.Json.dll)
* Microsoft.Data.Sqlite, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\Microsoft.Data.Sqlite.dll)
* FluentResults, Version=3.15.2.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\FluentResults.dll)
* System.Runtime.InteropServices.RuntimeInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.InteropServices.RuntimeInformation.dll)
* SQLitePCLRaw.core, Version=2.1.6.2060, Culture=neutral, PublicKeyToken=1488e028ca7ab535 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\SQLitePCLRaw.core.dll)
* Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\Microsoft.Extensions.Logging.Abstractions.dll)
* SQLitePCLRaw.batteries_v2, Version=2.1.6.2060, Culture=neutral, PublicKeyToken=8226ea5df37bcae9 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\SQLitePCLRaw.batteries_v2.dll)
* PresentationFramework-SystemXml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\PresentationFramework-SystemXml.dll)
* ValveKeyValue, Version=0.9.0.0, Culture=neutral, PublicKeyToken=c95eae76bf8177c4 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\ValveKeyValue.dll)
* SQLitePCLRaw.provider.e_sqlite3, Version=2.1.6.2060, Culture=neutral, PublicKeyToken=9c301db686d0bd12 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\SQLitePCLRaw.provider.e_sqlite3.dll)
* Vogen.SharedTypes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\UserData\Plugins\GamesLauncher-1.9.3\Vogen.SharedTypes.dll)
* System.Net.Quic, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Net.Quic.dll)
* Microsoft.Search.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f748985a6e9a7cb (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Explorer\Microsoft.Search.Interop.dll)
* ToolGood.Words.Pinyin, Version=3.1.0.3, Culture=neutral, PublicKeyToken=d330f4fd115e6143 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\ToolGood.Words.Pinyin.dll)
* System.Linq.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Linq.Parallel.dll)
* System.IO.Compression.Brotli, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.IO.Compression.Brotli.dll)
* System.Linq.Async, Version=6.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Explorer\System.Linq.Async.dll)
* System.Data.OleDb, Version=9.0.0.9, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\Plugins\Flow.Launcher.Plugin.Explorer\runtimes\win\lib\net9.0\System.Data.OleDb.dll)
* System.Transactions.Local, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Transactions.Local.dll)
* System.Diagnostics.PerformanceCounter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Diagnostics.PerformanceCounter.dll)
* System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Core.dll)
* System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Web.dll)
* System.Web.HttpUtility, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Web.HttpUtility.dll)
* System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.Serialization.dll)
* System.Runtime.Serialization.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\Shealizon\AppData\Local\FlowLauncher\app-2.1.1\System.Runtime.Serialization.Primitives.dll)
Checks
I have checked that this issue has not already been reported.
I am using the latest version of Flow Launcher.
I am using the prerelease version of Flow Launcher.
Problem Description
The crash happened exactly when I clicked to launch a game via Flow Launcher. I have a multi-monitor setup (2 screens) and was running Wallpaper Engine with "Windows color sync" enabled. The game launched successfully, but Flow Launcher crashed right after the click. It seems to be a rare race condition involving UI rendering and system theme updates during display state changes.
To Reproduce
Note: This issue is intermittent and difficult to reproduce consistently. It seems to be a race condition related to system theme changes and display state updates.
Observe if Flow Launcher crashes during the transition when the game starts (especially if the screen flashes or the accent color changes).
Screenshots
No response
Flow Launcher Version
2.1.1
Windows Build Number
26200.8117
Error Log
System.InvalidCastException: Unable to cast object of type 'System.Windows.Media.Color' to type 'System.Windows.Expression'.
Source: System.Private.CoreLib
TargetAssembly: System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
TargetModule: System.Private.CoreLib.dll
TargetSite: System.Object ChkCast_Helper(Void*, System.Object)
at System.Windows.Freezable.CloneCoreCommon(Freezable sourceFreezable, Boolean useCurrentValue, Boolean cloneFrozenValues)
at System.Windows.Freezable.Clone()
at System.Windows.StyleHelper.GetInstanceValue(UncommonField
1 dataField, DependencyObject container, FrameworkElement feChild, FrameworkContentElement fceChild, Int32 childIndex, DependencyProperty dp, Int32 i, EffectiveValueEntry& entry) at System.Windows.StyleHelper.GetChildValueHelper(UncommonField1 dataField, ItemStructList1& valueLookupList, DependencyProperty dp, DependencyObject container, FrameworkObject child, Int32 childIndex, Boolean styleLookup, EffectiveValueEntry& entry, ValueLookupType& sourceType, FrameworkElementFactory templateRoot) at System.Windows.StyleHelper.GetChildValue(UncommonField1 dataField, DependencyObject container, Int32 childIndex, FrameworkObject child, DependencyProperty dp, FrugalStructList1& childRecordFromChildIndex, EffectiveValueEntry& entry, ValueLookupType& sourceType, FrameworkElementFactory templateRoot) at System.Windows.StyleHelper.GetValueFromStyleOrTemplate(FrameworkObject fo, DependencyProperty dp, EffectiveValueEntry& entry) at System.Windows.FrameworkElement.GetRawValue(DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry& entry) at System.Windows.FrameworkElement.EvaluateBaseValueCore(DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry& newEntry) at System.Windows.DependencyObject.EvaluateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry newEntry, OperationType operationType) at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType) at System.Windows.StyleHelper.InvalidateContainerDependents(DependencyObject container, FrugalStructList1& exclusionContainerDependents, FrugalStructList1& oldContainerDependents, FrugalStructList1& newContainerDependents)at System.Windows.StyleHelper.DoStyleInvalidations(FrameworkElement fe, FrameworkContentElement fce, Style oldStyle, Style newStyle)
at System.Windows.FrameworkElement.OnStyleChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
at Flow.Launcher.MainWindow.InitProgressbarAnimation() in C:\projects\flow-launcher\Flow.Launcher\MainWindow.xaml.cs:line 1109
at Flow.Launcher.MainWindow.ProgressBar_Loaded(Object sender, RoutedEventArgs e) in C:\projects\flow-launcher\Flow.Launcher\MainWindow.xaml.cs:line 355
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
at System.Windows.Interop.HwndTarget.OnResize()
at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
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)