You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
Tested with Minecraft versions 1.15.2, 20w11a and 20w12a, getting the same exception for each and every one of them:
14:18:41,617 ERR 1 Program [Run] System.AggregateException: One or more errors occurred. (One or more errors occurred. (A task was canceled.))
---> System.AggregateException: One or more errors occurred. (A task was canceled.)
---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Aves.MakeRead.Provider.MRDeobfProvider.RunDeobfuscation(Configuration config, VariantConfig variant)
at Aves.MakeRead.Provider.MRDeobfProvider.<>c__DisplayClass1_0.<Run>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__274_0(Object obj)
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Aves.MakeRead.Provider.MRDeobfProvider.Run(Configuration config, VariantConfig variantConfig)
at Aves.MakeRead.MakeReadableVariant.Run()
at Aves.MakeRead.MakeReadable.<>c__DisplayClass6_0.<Run>b__1()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__274_0(Object obj)
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.WaitAllCore(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Aves.MakeRead.MakeReadable.Run()
at Aves.Runner.Run()
at Aves.StartUp.DoStart()
at Aves.StartUp.Start()
at Aves.Program.<>c.<Run>b__1_0(CmdOption opt)
at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
at Aves.Program.Run(String[] args)
14:18:41,630 INF 2 LoggerInitializer [InitLogger] Shutting down logger; Flushing...```
Tested with Minecraft versions 1.15.2, 20w11a and 20w12a, getting the same exception for each and every one of them: