Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Flow doesn't start when loading plugin fails #57

Closed
DonKonfetti opened this issue May 20, 2020 · 4 comments
Closed

Flow doesn't start when loading plugin fails #57

DonKonfetti opened this issue May 20, 2020 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@DonKonfetti
Copy link

DonKonfetti commented May 20, 2020

Are you submitting a bug report?

Yes

Steps to reproduce

  1. Install Wox processkiller plugin
  2. Restart Flow
  3. Nothing happens, Flow silently crashes while starting

Flow Launcher Error Window text

Detailed logs

I've used dnSpy to look into this issue. I see that loading the processkiller plugin fails and some unhandled exceptions occurs. This is the relevant content of the output window:

14:10:31.671 Flow.Launcher.exe (CoreCLR: clrhost): 'C:\Users\schwarz\AppData\Roaming\FlowLauncher\Plugins\Wox.Plugin.ProcessKiller-952489db-c7fc-4f54-b718-81a1f74467e0\Wox.Plugin.ProcessKiller.dll' geladen.
14:10:31.717 Ausnahme ausgelöst: "System.Reflection.ReflectionTypeLoadException" in System.Private.CoreLib.dll
14:10:31.719 Zustatzinformation: Unable to load one or more of the requested types.
14:10:31.795 Flow.Launcher.exe (CoreCLR: clrhost): 'C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Reflection.Metadata.dll' geladen.
14:10:31.798 Flow.Launcher.exe (CoreCLR: clrhost): 'C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Collections.Immutable.dll' geladen.
14:10:31.969 Flow.Launcher.exe (CoreCLR: clrhost): 'C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\de\PresentationFramework.resources.dll' geladen.
14:10:32.013 Ausnahme ausgelöst: "System.IO.IOException" in PresentationFramework.dll
14:10:32.016 Zustatzinformation: Die Ressource "images/app_error.png" kann nicht gefunden werden.
14:10:32.062 Ausnahme ausgelöst: "System.IO.IOException" in PresentationCore.dll
14:10:32.064 Zustatzinformation: Die Ressource "images/app_error.png" kann nicht gefunden werden.
14:10:32.104 Flow.Launcher.exe (CoreCLR: clrhost): 'C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\de\System.Xaml.resources.dll' geladen.
14:10:32.124 Ausnahme ausgelöst: "System.Xaml.XamlObjectWriterException" in System.Xaml.dll
14:10:32.126 Zustatzinformation: Die Angabe eines Werts für "System.Windows.Baml2006.TypeConverterMarkupExtension" führte zu einer Ausnahme.
14:10:32.189 Ausnahme ausgelöst: "System.Windows.Markup.XamlParseException" in PresentationFramework.dll
14:10:32.192 Zustatzinformation: Die Angabe eines Werts für "System.Windows.Baml2006.TypeConverterMarkupExtension" führte zu einer Ausnahme.

And this is the log content:

2020-05-20 14:06:37.2944|INFO|App.OnStartup|Begin Flow Launcher startup ----------------------------------------------------
2020-05-20 14:06:37.3244|INFO|App.OnStartup|Runtime info:
Flow Launcher version: 0.9.1
OS Version: Microsoft Windows NT 10.0.18363.0
IntPtr Length: 8
x64: True
2020-05-20 14:06:38.0739|INFO|Flow Launcher.Infrastructure.Alphabet.Initialize|Preload pinyin cache <418ms>
2020-05-20 14:06:38.0739|INFO|Flow Launcher.Infrastructure.Alphabet.Initialize|Number of preload pinyin combination<0>
2020-05-20 14:06:38.0972|INFO|ImageLoader.Initialize|Preload images cost <718ms>
2020-05-20 14:06:38.0972|INFO|ImageLoader.Initialize|Number of preload images is <56>, Images Number: 58, Unique Items 52
2020-05-20 14:06:38.6414|INFO|Flow.Launcher.Plugin.Program.Main|Preload programs cost <5ms>
2020-05-20 14:06:38.6414|INFO|Flow.Launcher.Plugin.Program.Main|Number of preload win32 programs <368>
2020-05-20 14:06:38.6430|INFO|Flow.Launcher.Plugin.Program.Main|Number of preload uwps <45>
2020-05-20 14:06:38.7044|FATAL|UnHandledException|

Exception

System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'Wox.Plugin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Das System kann die angegebene Datei nicht finden.
   Source: System.Private.CoreLib
   TargetAssembly: System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e
   TargetModule: System.Private.CoreLib.dll
   TargetSite: System.RuntimeType[] GetTypes(System.Reflection.RuntimeModule)
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at Flow.Launcher.Core.Plugin.PluginsLoader.<>c__DisplayClass4_1.<DotNetPlugins>b__1() in C:\Workbench\Git\Flow.Launcher\Flow.Launcher.Core\Plugin\PluginsLoader.cs:line 56
   at Flow.Launcher.Infrastructure.Stopwatch.Debug(String message, Action action) in C:\Workbench\Git\Flow.Launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 19
   at Flow.Launcher.Core.Plugin.PluginsLoader.DotNetPlugins(List`1 source) in C:\Workbench\Git\Flow.Launcher\Flow.Launcher.Core\Plugin\PluginsLoader.cs:line 37
   at Flow.Launcher.Core.Plugin.PluginsLoader.Plugins(List`1 metadatas, PluginsSettings settings) in C:\Workbench\Git\Flow.Launcher\Flow.Launcher.Core\Plugin\PluginsLoader.cs:line 23
   at Flow.Launcher.Core.Plugin.PluginManager.LoadPlugins(PluginsSettings settings) in C:\Workbench\Git\Flow.Launcher\Flow.Launcher.Core\Plugin\PluginManager.cs:line 94
   at Flow.Launcher.App.<OnStartup>b__14_0() in C:\Workbench\Git\Flow.Launcher\Flow.Launcher\App.xaml.cs:line 69
   at Flow.Launcher.Infrastructure.Stopwatch.Normal(String message, Action action) in C:\Workbench\Git\Flow.Launcher\Flow.Launcher.Infrastructure\Stopwatch.cs:line 31
   at Flow.Launcher.App.OnStartup(Object sender, StartupEventArgs e) in C:\Workbench\Git\Flow.Launcher\Flow.Launcher\App.xaml.cs:line 96
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at System.Windows.Application.<.ctor>b__1_0(Object unused)
   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\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Flow.Launcher.dll
  • Timestamp: 05/20/2020 14:06:38
  • Flow Launcher version: 0.9.1
  • OS Version: Microsoft Windows NT 10.0.18363.0
  • IntPtr Length: 8
  • x64: True
  • Python Path:
  • Everything SDK Path:
  • CLR Version: 3.1.1
  • 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.03752
    • v4 Full 4.8.03752
    • v4.0 Client 4.0.0.0

Assemblies - Flow.Launcher

  • System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Private.CoreLib.dll)
  • Flow.Launcher, Version=0.9.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Flow.Launcher.dll)
  • PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\PresentationFramework.dll)
  • WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\WindowsBase.dll)
  • System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.dll)
  • System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Xaml.dll)
  • System.Runtime.Extensions, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.Extensions.dll)
  • System.Threading, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Threading.dll)
  • System.Threading.Tasks, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Threading.Tasks.dll)
  • System.IO.Pipes, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.IO.Pipes.dll)
  • System.Security.AccessControl, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Security.AccessControl.dll)
  • System.Security.Principal.Windows, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Security.Principal.Windows.dll)
  • System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Configuration.ConfigurationManager.dll)
  • netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\netstandard.dll)
  • System.ObjectModel, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.ObjectModel.dll)
  • Flow.Launcher.Core, Version=0.9.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Flow.Launcher.Core.dll)
  • Flow.Launcher.Infrastructure, Version=0.9.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Flow.Launcher.Infrastructure.dll)
  • System.Diagnostics.Debug, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Diagnostics.Debug.dll)
  • System.ComponentModel.Primitives, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.ComponentModel.Primitives.dll)
  • System.Diagnostics.Tools, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Diagnostics.Tools.dll)
  • System.Private.Uri, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Private.Uri.dll)
  • PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\PresentationCore.dll)
  • System.Security.Cryptography.Algorithms, Version=4.3.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Security.Cryptography.Algorithms.dll)
  • System.Security.Cryptography.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Security.Cryptography.Primitives.dll)
  • System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Buffers.dll)
  • System.Memory, Version=4.2.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Memory.dll)
  • System.ComponentModel.TypeConverter, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.ComponentModel.TypeConverter.dll)
  • System.Linq, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Linq.dll)
  • System.Collections.Specialized, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Collections.Specialized.dll)
  • System.Drawing.Primitives, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Drawing.Primitives.dll)
  • System.Xml.ReaderWriter, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Xml.ReaderWriter.dll)
  • System.Private.Xml, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Private.Xml.dll)
  • System.Text.RegularExpressions, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Text.RegularExpressions.dll)
  • System.Runtime.InteropServices, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.InteropServices.dll)
  • System.Threading.Thread, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Threading.Thread.dll)
  • System.Collections, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Collections.dll)
  • System.IO.FileSystem, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.IO.FileSystem.dll)
  • System.Net.WebClient, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Net.WebClient.dll)
  • System.Text.Encoding.Extensions, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Text.Encoding.Extensions.dll)
  • System.Runtime.Serialization.Formatters, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.Serialization.Formatters.dll)
  • System.Xml.XmlSerializer, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Xml.XmlSerializer.dll)
  • Pinyin4Net, Version=2016.4.24.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Pinyin4Net.dll)
  • mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\mscorlib.dll)
  • System.IO.Packaging, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.IO.Packaging.dll)
  • DirectWriteForwarder, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\DirectWriteForwarder.dll)
  • System.Runtime.CompilerServices.VisualC, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.CompilerServices.VisualC.dll)
  • Microsoft.Win32.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Microsoft.Win32.Primitives.dll)
  • System.Collections.NonGeneric, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Collections.NonGeneric.dll)
  • Microsoft.Win32.Registry, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Microsoft.Win32.Registry.dll)
  • System.Diagnostics.Process, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Diagnostics.Process.dll)
  • System.Threading.ThreadPool, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Threading.ThreadPool.dll)
  • System.Resources.ResourceManager, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Resources.ResourceManager.dll)
  • System.Diagnostics.TraceSource, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Diagnostics.TraceSource.dll)
  • System.Windows.Extensions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Windows.Extensions.dll)
  • System.ComponentModel, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.ComponentModel.dll)
  • System.Collections.Concurrent, Version=4.0.15.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Collections.Concurrent.dll)
  • ModernWpf, Version=0.8.3.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\ModernWpf.dll)
  • Windows.UI, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime (C:\WINDOWS\system32\WinMetadata\Windows.UI.winmd)
  • Windows.Foundation, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime (C:\WINDOWS\system32\WinMetadata\Windows.Foundation.winmd)
  • System.Runtime.WindowsRuntime, Version=4.0.15.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.WindowsRuntime.dll)
  • System.Runtime.InteropServices.WindowsRuntime, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.InteropServices.WindowsRuntime.dll)
  • System.Net.Requests, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Net.Requests.dll)
  • System.Net.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Net.Primitives.dll)
  • System.Security.Principal, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Security.Principal.dll)
  • System.Net.WebHeaderCollection, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Net.WebHeaderCollection.dll)
  • PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\PresentationFramework.Aero2.dll)
  • System.ComponentModel.EventBasedAsync, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.ComponentModel.EventBasedAsync.dll)
  • Flow.Launcher.Plugin, Version=0.9.1.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Flow.Launcher.Plugin.dll)
  • NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\NLog.dll)
  • System.Diagnostics.FileVersionInfo, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Diagnostics.FileVersionInfo.dll)
  • System.Data.Common, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Data.Common.dll)
  • System.Net.Mail, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Net.Mail.dll)
  • System.IO.FileSystem.Watcher, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.IO.FileSystem.Watcher.dll)
  • System.Net.Sockets, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Net.Sockets.dll)
  • System.Linq.Expressions, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Linq.Expressions.dll)
  • NLog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\NLog.Extensions.Logging.dll)
  • Microsoft.Extensions.Logging.Abstractions, Version=3.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Microsoft.Extensions.Logging.Abstractions.dll)
  • Microsoft.Extensions.Logging, Version=3.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Microsoft.Extensions.Logging.dll)
  • NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\NLog.Web.AspNetCore.dll)
  • System.Threading.Timer, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Threading.Timer.dll)
  • System.Diagnostics.StackTrace, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Diagnostics.StackTrace.dll)
  • System.Linq.Parallel, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Linq.Parallel.dll)
  • Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Newtonsoft.Json.dll)
  • System.Diagnostics.Tracing, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Diagnostics.Tracing.dll)
  • System.Runtime.Numerics, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.Numerics.dll)
  • System.Runtime.Serialization.Primitives, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.Serialization.Primitives.dll)
  • System.Reflection.Emit.ILGeneration, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Reflection.Emit.ILGeneration.dll)
  • System.Reflection.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Reflection.Primitives.dll)
  • System.Reflection.Emit.Lightweight, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Reflection.Emit.Lightweight.dll)
  • Anonymously Hosted DynamicMethods Assembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null (dynamic assembly doesn't has location)
  • System.Drawing.Common, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Drawing.Common.dll)
  • System.Security.Cryptography.Csp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Security.Cryptography.Csp.dll)
  • System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Core.dll)
  • System.Runtime.Loader, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Runtime.Loader.dll)
  • Flow.Launcher.Plugin.BrowserBookmark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.BrowserBookmark\Flow.Launcher.Plugin.browserBookmark.dll)
  • System.Data.SQLite, Version=1.0.112.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Data.SQLite.dll)
  • System.Transactions.Local, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Transactions.Local.dll)
  • System.Console, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Console.dll)
  • UnidecodeSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\UnidecodeSharp.dll)
  • Flow.Launcher.Plugin.Caculator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.Caculator\Flow.Launcher.Plugin.Caculator.dll)
  • Mages.Core, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Mages.Core.dll)
  • System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.dll)
  • Flow.Launcher.Plugin.Color, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.Color\Flow.Launcher.Plugin.Color.dll)
  • Flow.Launcher.Plugin.ControlPanel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.ControlPanel\Flow.Launcher.Plugin.ControlPanel.dll)
  • Flow.Launcher.Plugin.Everything, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.Everything\Flow.Launcher.Plugin.Everything.dll)
  • Flow.Launcher.Plugin.Folder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.Folder\Flow.Launcher.Plugin.Folder.dll)
  • Flow.Launcher.Plugin.PluginIndicator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.PluginIndicator\Flow.Launcher.Plugin.PluginIndicator.dll)
  • Flow.Launcher.Plugin.PluginManagement, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.PluginManagement\Flow.Launcher.Plugin.PluginManagement.dll)
  • Flow.Launcher.Plugin.Program, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.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\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.Shell\Flow.Launcher.Plugin.Shell.dll)
  • WindowsInput, Version=1.0.4.0, Culture=neutral, PublicKeyToken=9b287f7dc5073cad (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\WindowsInput.dll)
  • Flow.Launcher.Plugin.Sys, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.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\schwarz\AppData\Local\FlowLauncher\app-0.9.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\schwarz\AppData\Local\FlowLauncher\app-0.9.1\Plugins\Flow.Launcher.Plugin.WebSearch\Flow.Launcher.Plugin.WebSearch.dll)
  • Wox.Plugin.ProcessKiller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null (C:\Users\schwarz\AppData\Roaming\FlowLauncher\Plugins\Wox.Plugin.ProcessKiller-952489db-c7fc-4f54-b718-81a1f74467e0\Wox.Plugin.ProcessKiller.dll)
  • System.Reflection.Metadata, Version=1.4.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Reflection.Metadata.dll)
  • System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (C:\Users\schwarz\AppData\Local\FlowLauncher\app-0.9.1\System.Collections.Immutable.dll)

2020-05-20 14:06:38.7675|FATAL|UnHandledException|

Exception

System.IO.IOException: Die Ressource "images/app_error.png" kann nicht gefunden werden.
   Source: PresentationFramework
   TargetAssembly: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
   TargetModule: PresentationFramework.dll
   TargetSite: System.IO.Stream GetStreamCore(System.IO.FileMode, System.IO.FileAccess)
   at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
   at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
   at MS.Internal.IO.Packaging.PackagePartExtensions.GetSeekableStream(PackagePart packPart, FileMode mode, FileAccess access)
   at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
   at System.IO.Packaging.PackWebResponse.GetResponseStream()
   at System.IO.Packaging.PackWebResponse.get_ContentType()
   at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
   at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
   at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
   at System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
   at MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)

System.Windows.Markup.XamlParseException: Die Angabe eines Werts für "System.Windows.Baml2006.TypeConverterMarkupExtension" führte zu einer Ausnahme.
   Source: PresentationFramework
   TargetAssembly: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
   TargetModule: PresentationFramework.dll
   TargetSite: Void RewrapException(System.Exception, System.Xaml.IXamlLineInfo, System.Uri)
   at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
   at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
   at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
   at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
   at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
   at Flow.Launcher.ReportWindow.InitializeComponent() in C:\Workbench\Git\Flow.Launcher\Flow.Launcher\ReportWindow.xaml:line 1
   at Flow.Launcher.ReportWindow..ctor(Exception exception) in C:\Workbench\Git\Flow.Launcher\Flow.Launcher\ReportWindow.xaml.cs:line 21
   at Flow.Launcher.Helper.ErrorReporting.Report(Exception e) in C:\Workbench\Git\Flow.Launcher\Flow.Launcher\Helper\ErrorReporting.cs:line 16
   at Flow.Launcher.Helper.ErrorReporting.DispatcherUnhandledException(Object sender, DispatcherUnhandledExceptionEventArgs e) in C:\Workbench\Git\Flow.Launcher\Flow.Launcher\Helper\ErrorReporting.cs:line 30
   at System.Windows.Threading.Dispatcher.CatchException(Exception e)
   at System.Windows.Threading.Dispatcher.CatchExceptionStatic(Object source, Exception e)
   at System.Windows.Threading.ExceptionWrapper.CatchException(Object source, Exception e, Delegate catchHandler)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(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 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   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)

@jjw24 jjw24 added the bug Something isn't working label May 20, 2020
@jjw24 jjw24 self-assigned this May 20, 2020
@jjw24
Copy link
Member

jjw24 commented May 20, 2020

Hey how's it going.

Is this a plugin that you have been using or is it one that you want to try out?

@DonKonfetti
Copy link
Author

Just a plugin I've been using with Wox. Crashes Flow at startup. Flow should handle such cases gracefully.

@jjw24
Copy link
Member

jjw24 commented May 21, 2020

Yeah agree, got a pr in to handle it better.

We will also need to work on the integration of plugins that are not on core.

@jjw24
Copy link
Member

jjw24 commented Jul 1, 2020

Closing. Further developments tracked in #95

@jjw24 jjw24 closed this as completed Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants