Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure when patching game | System.ObjectDisposedException: ObjectDisposed_FileClosed #677

Closed
sentry-io bot opened this issue Jan 28, 2025 · 0 comments
Assignees
Labels
Area: Launcher Issue labeled for Launcher update mechanism Area: Runtime Issue labeled for runtime, Hi3Helper.Core and other libraries used by Collapse Bug Something isn't working Fixed Issue has been fixed Priority: High

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 28, 2025

Sentry Issue: COLLAPSE-LAUNCHER-XZ

System.ObjectDisposedException: ObjectDisposed_FileClosed
  File "Hash.FileStream.cs", line 155, in byte[] Hash.GetCryptoHash<T>(Stream stream, byte[] hmacKey, Action<int> readProgress, CancellationToken token)
    while ((read = stream.Read(buffer, 0, bufferLen)) > 0)
  File "Hash.FileStream.cs", line 74, in ConfiguredTaskAwaitable<byte[]> Hash.GetCryptoHashAsync<T>(FileInfo fileInfo, byte[] hmacKey, Action<int> readProgress, CancellationToken token)+() => { }
    .StartNew(() => GetCryptoHash<T>(stream, hmacKey, readProgress, token),
  File "InstallManagerBase.cs", line 1757, in async Task InstallManagerBase.ApplyHDiffMap()+(?) => { }
    _ => await GetHashAsync<Crc32>(sourcePath, false, true, Token.Token)

This issue was automatically created by Sentry via Alert +++

@sentry-io sentry-io bot added Bug Something isn't working Needs Triaging This issue needs the developer's attention to sort & prioritize. labels Jan 28, 2025
@bagusnl bagusnl changed the title System.ObjectDisposedException: ObjectDisposed_FileClosed Failure when patching game | System.ObjectDisposedException: ObjectDisposed_FileClosed Jan 28, 2025
@bagusnl bagusnl added Area: Runtime Issue labeled for runtime, Hi3Helper.Core and other libraries used by Collapse Area: Launcher Issue labeled for Launcher update mechanism Priority: High and removed Needs Triaging This issue needs the developer's attention to sort & prioritize. labels Jan 28, 2025
@neon-nyan neon-nyan added the Fixed Issue has been fixed label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Launcher Issue labeled for Launcher update mechanism Area: Runtime Issue labeled for runtime, Hi3Helper.Core and other libraries used by Collapse Bug Something isn't working Fixed Issue has been fixed Priority: High
Projects
None yet
Development

No branches or pull requests

2 participants