I tried using the oneclick install to install mods. But it's failing with:
Code:
Error type: System.OverflowException
Message: Arithmetic operation resulted in an overflow.
HResult: 0x80131516
at Heliosphere.Util.GloballyThrottledStream.Leak(UInt64 mbps, UInt64 wantedBytes) in /_/Util/GloballyThrottledStream.cs:line 61
at Heliosphere.Util.GloballyThrottledStream.Read(Byte[] buffer, Int32 offset, Int32 count) in /_/Util/GloballyThrottledStream.cs:line 101
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
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 stack trace from previous location ---
at ZstdSharp.DecompressionStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken)
at System.IO.Stream.<CopyToAsync>g__Core|30_0(Stream source, Stream destination, Int32 bufferSize, CancellationToken cancellationToken)
at Heliosphere.DownloadTask.<>c__DisplayClass155_0.<<DownloadFile>b__0>d.MoveNext() in /_/DownloadTask.cs:line 1089
--- End of stack trace from previous location ---
at Heliosphere.DownloadTask.<>c__DisplayClass155_0.<<DownloadFile>b__0>d.MoveNext() in /_/DownloadTask.cs:line 1091
--- End of stack trace from previous location ---
at Heliosphere.DownloadTask.<>c__DisplayClass155_0.<<DownloadFile>b__0>d.MoveNext() in /_/DownloadTask.cs:line 1091
--- End of stack trace from previous location ---
at Heliosphere.DownloadTask.<>c__DisplayClass155_0.<<DownloadFile>b__0>d.MoveNext() in /_/DownloadTask.cs:line 1091
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.<>c.<<ExecuteAsync>b__3_0>d.MoveNext()
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.ExecuteAsync(Func`2 callback, CancellationToken cancellationToken)
at Heliosphere.DownloadTask.DownloadFile(Uri baseUri, String filesPath, String[] outputPaths, String hash) in /_/DownloadTask.cs:line 1077
at Heliosphere.DownloadTask.<>c__DisplayClass145_0.<<DownloadNormalFiles>b__0>d.MoveNext() in /_/DownloadTask.cs:line 558
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.<>c__53`1.<<ForEachAsync>b__53_0>d.MoveNext()
--- End of stack trace from previous location ---
at Heliosphere.DownloadTask.DownloadFiles(IDownloadTask_GetVersion info) in /_/DownloadTask.cs:line 539
at Heliosphere.DownloadTask.Run() in /_/DownloadTask.cs:line 177