Wox-launcher / Wox

A cross-platform launcher that simply works
http://wox-launcher.github.io/Wox/
GNU General Public License v3.0
24.34k stars 2.37k forks source link

Installation error #2939

Closed ragingtom closed 4 years ago

ragingtom commented 4 years ago

2020-05-15.txt

Exception begin -------------------- System.AggregateException: One or more errors occurred. HResult: -2146233088 Data: -> <> Data: -> Source: mscorlib TargetAssembly: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 TargetModule: CommonLanguageRuntimeLibrary TargetSite: Void ThrowIfExceptional(Boolean) StackTrace: -------------------- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Parallel.PartitionerForEachWorker[TSource,TLocal](Partitioner1 source, ParallelOptions parallelOptions, Action1 simpleBody, Action2 bodyWithState, Action3 bodyWithStateAndIndex, Func4 bodyWithStateAndLocal, Func5 bodyWithEverything, Func1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable1 source, ParallelOptions parallelOptions, Action1 body, Action2 bodyWithState, Action3 bodyWithStateAndIndex, Func4 bodyWithStateAndLocal, Func5 bodyWithEverything, Func1 localInit, Action1 localFinally) at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable1 source, Action1 body) at Wox.Core.Plugin.PluginsLoader.CSharpPlugins(List1 source) in C:\projects\wox\Wox.Core\Plugin\PluginsLoader.cs:line 90 at Wox.Core.Plugin.PluginsLoader.Plugins(List1 metadatas, PluginsSettings settings) in C:\projects\wox\Wox.Core\Plugin\PluginsLoader.cs:line 25 at Wox.Core.Plugin.PluginManager.LoadPlugins(PluginsSettings settings) in C:\projects\wox\Wox.Core\Plugin\PluginManager.cs:line 97 at Wox.App.b16_0() in C:\projects\wox\Wox\App.xaml.cs:line 102 at Wox.Infrastructure.Stopwatch.StopWatchNormal(Logger logger, String message, Action action, String methodName) in C:\projects\wox\Wox.Infrastructure\Stopwatch.cs:line 34 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) InnerException 1: ------------------------------------------------------------ System.IndexOutOfRangeException: Index was outside the bounds of the array. HResult: -2146233080 Source: mscorlib TargetAssembly: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 TargetModule: CommonLanguageRuntimeLibrary TargetSite: Void Add(T) StackTrace: -------------------- at System.Collections.Generic.List`1.Add(T item) at Wox.Core.Plugin.PluginsLoader.<>cDisplayClass5_1.b2() in C:\projects\wox\Wox.Core\Plugin\PluginsLoader.cs:line 86 at Wox.Infrastructure.Stopwatch.StopWatchDebug(Logger logger, String message, Action action, String methodName) in C:\projects\wox\Wox.Infrastructure\Stopwatch.cs:line 22 at Wox.Core.Plugin.PluginsLoader.<>cDisplayClass5_0.b1(PluginMetadata metadata) in C:\projects\wox\Wox.Core\Plugin\PluginsLoader.cs:line 87 at System.Threading.Tasks.Parallel.<>cDisplayClass42_0`2.b1() at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask) at System.Threading.Tasks.Task.<>cDisplayClass176_0.b__0(Object ) Exception end ------------------------------------------------------------

Runtime Info

SDK Info

Assemblies - Wox.exe

bao-qian commented 4 years ago

please try new build, which has fix for this bug

https://ci.appveyor.com/project/bao-qian/wox/builds/32932441/artifacts

let me know if it fix or not.