Wox version: 1.3.524
OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
IntPtr Length: 8
x64: True
Python Path:
Everything SDK Path:
Date: 04/10/2020 10:51:14
Exception:
System.Windows.Markup.XamlParseException: Initialization of 'Wox.MainWindow' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ComponentModel.Win32Exception: The parameter is incorrect
at System.Drawing.Icon.Initialize(Int32 width, Int32 height)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.SerializationInvoke(IRuntimeMethodInfo method, Object target, SerializationInfo info, StreamingContext& context)
at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
at System.Runtime.Serialization.ObjectManager.DoFixups()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Resources.ResourceReader.DeserializeObject(Int32 typeIndex)
at System.Resources.ResourceReader.LoadObjectV2(Int32 pos, ResourceTypeCode& typeCode)
at System.Resources.RuntimeResourceSet.GetObject(String key, Boolean ignoreCase, Boolean isString)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
at Wox.Properties.Resources.get_app() in C:\projects\wox\Wox\Properties\Resources.Designer.cs:line 68
at Wox.MainWindow.InitializeNotifyIcon() in C:\projects\wox\Wox\MainWindow.xaml.cs:line 101
at System.Windows.FrameworkElement.RaiseInitialized(EventPrivateKey key, EventArgs e)
at System.Windows.FrameworkElement.TryFireInitialized()
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin)
--- End of inner exception stack trace ---
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 Wox.App.b__10_0() in C:\projects\wox\Wox\App.xaml.cs:line 60
at Wox.Infrastructure.Stopwatch.Normal(String message, Action action) in C:\projects\wox\Wox.Infrastructure\Stopwatch.cs:line 31
at System.Windows.Application.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b1_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)
Detailed logs
2020-04-10 10:51:04.0145|INFO|App.OnStartup|Begin Wox startup ----------------------------------------------------
2020-04-10 10:51:04.1038|INFO|App.OnStartup|Runtime info:
Wox version: 1.3.524
OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1
IntPtr Length: 8
x64: True
2020-04-10 10:51:04.4332|INFO|Wox.Infrastructure.Alphabet.Initialize|Preload pinyin cache <180ms>
2020-04-10 10:51:04.4332|INFO|Wox.Infrastructure.Alphabet.Initialize|Number of preload pinyin combination<0>
2020-04-10 10:51:05.6841|INFO|Wox.Plugin.Program.Main|Preload programs cost <55ms>
2020-04-10 10:51:05.6841|INFO|Wox.Plugin.Program.Main|Number of preload win32 programs <173>
2020-04-10 10:51:05.6841|INFO|Wox.Plugin.Program.Main|Number of preload uwps <0>
2020-04-10 10:51:05.7725|ERROR|PluginsLoader.PythonPlugins|Python can't be found in PATH.
2020-04-10 10:51:08.8297|ERROR|App.RegisterAppDomainExceptions|-------------------------- Begin exception --------------------------
2020-04-10 10:51:08.8297|ERROR|App.RegisterAppDomainExceptions|First Chance Exception:
2020-04-10 10:51:08.8297|ERROR|App.RegisterAppDomainExceptions|Exception fulle name:
Are you submitting a bug report?
(write your answer here)
Steps to reproduce
Wox Error Window text
Wox version: 1.3.524 OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1 IntPtr Length: 8 x64: True
Python Path: Everything SDK Path: Date: 04/10/2020 10:51:14 Exception: System.Windows.Markup.XamlParseException: Initialization of 'Wox.MainWindow' threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ComponentModel.Win32Exception: The parameter is incorrect at System.Drawing.Icon.Initialize(Int32 width, Int32 height) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.SerializationInvoke(IRuntimeMethodInfo method, Object target, SerializationInfo info, StreamingContext& context) at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context) at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder) at System.Runtime.Serialization.ObjectManager.DoFixups() at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) at System.Resources.ResourceReader.DeserializeObject(Int32 typeIndex) at System.Resources.ResourceReader.LoadObjectV2(Int32 pos, ResourceTypeCode& typeCode) at System.Resources.RuntimeResourceSet.GetObject(String key, Boolean ignoreCase, Boolean isString) at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream) at Wox.Properties.Resources.get_app() in C:\projects\wox\Wox\Properties\Resources.Designer.cs:line 68 at Wox.MainWindow.InitializeNotifyIcon() in C:\projects\wox\Wox\MainWindow.xaml.cs:line 101 at System.Windows.FrameworkElement.RaiseInitialized(EventPrivateKey key, EventArgs e) at System.Windows.FrameworkElement.TryFireInitialized() at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType xamlType, Object obj, Boolean begin) --- End of inner exception stack trace --- 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 Wox.App.b__10_0() in C:\projects\wox\Wox\App.xaml.cs:line 60
at Wox.Infrastructure.Stopwatch.Normal(String message, Action action) in C:\projects\wox\Wox.Infrastructure\Stopwatch.cs:line 31
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)
Detailed logs
2020-04-10 10:51:04.0145|INFO|App.OnStartup|Begin Wox startup ---------------------------------------------------- 2020-04-10 10:51:04.1038|INFO|App.OnStartup|Runtime info: Wox version: 1.3.524 OS Version: Microsoft Windows NT 6.1.7601 Service Pack 1 IntPtr Length: 8 x64: True 2020-04-10 10:51:04.4332|INFO|Wox.Infrastructure.Alphabet.Initialize|Preload pinyin cache <180ms> 2020-04-10 10:51:04.4332|INFO|Wox.Infrastructure.Alphabet.Initialize|Number of preload pinyin combination<0> 2020-04-10 10:51:05.6841|INFO|Wox.Plugin.Program.Main|Preload programs cost <55ms> 2020-04-10 10:51:05.6841|INFO|Wox.Plugin.Program.Main|Number of preload win32 programs <173> 2020-04-10 10:51:05.6841|INFO|Wox.Plugin.Program.Main|Number of preload uwps <0> 2020-04-10 10:51:05.7725|ERROR|PluginsLoader.PythonPlugins|Python can't be found in PATH. 2020-04-10 10:51:08.8297|ERROR|App.RegisterAppDomainExceptions|-------------------------- Begin exception -------------------------- 2020-04-10 10:51:08.8297|ERROR|App.RegisterAppDomainExceptions|First Chance Exception: 2020-04-10 10:51:08.8297|ERROR|App.RegisterAppDomainExceptions|Exception fulle name: