[ERROR] System.OverflowException

Ayes

New member
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
 
Please open Heliosphere with /hs, go to the Support tab, click the copy config button, then paste that here.

As a workaround for now, you can set all the speed limits to zero.
 
JSON:
{
  "UserId": "7902dd89-838b-4137-859d-998211d6652e",
  "FirstTimeSetupComplete": true,
  "LoginUpdateMode": 2,
  "IncludeTags": true,
  "OpenPenumbraAfterInstall": true,
  "WarnAboutBreakingChanges": true,
  "ReplaceSortName": true,
  "ReplaceModName": true,
  "HideDefaultVariant": true,
  "UseNotificationProgress": true,
  "NotificationsStartMinimised": false,
  "AllowCommandInstalls": true,
  "AllowCommandOneClick": false,
  "UseRecycleBin": false,
  "ShowImagesInManager": true,
  "TitlePrefix": "[HS] ",
  "PenumbraFolder": "Heliosphere",
  "DefaultCollectionId": "80a9b8c7-9f7c-4f63-820f-229527fb7b88",
  "OneClick": true,
  "OneClickSalt": "AQ==",
  "OneClickHash": "[redacted]",
  "OneClickCollectionId": null,
  "MaxKibsPerSecond": 30720,
  "AltMaxKibsPerSecond": 5120,
  "LimitNormal": 0,
  "LimitInstance": 2,
  "LimitCombat": 2,
  "LimitParty": 0,
  "Penumbra": {
    "ShowImages": true,
    "ShowButtons": true,
    "ExpandSettingsDefault": true,
    "ImageSize": 0.375
  },
  "PackageSettings": {
    "0a8b4d74-0b54-4c67-b2cf-a50f1247d9a4": {
      "LoginUpdateMode": null,
      "Update": 0
    }
  },
  "Unsupported": {
    "AllowNetworkedInstalls": true
  },
  "LatestMigration": 0,
  "AutoUpdate": true,
  "CheckForUpdates": true,
  "Version": 3
}

Note that I have not altered the settings yet. So those should represent the faulty state.
 
Back
Top