Open
Description
Sentry Issue: COLLAPSE-LAUNCHER-6E
System.IO.InvalidDataException: [PatchSingle::Patch] The patch directory is expecting old size to be equivalent as: 5494645 bytes, but the input file has unmatch size: 3551076 bytes!
?, in void PatchSingle.Patch(string input, string output, bool useBufferedPatch, bool useFullBuffer, bool useFastBuffer)
File "InstallManagerBase.cs", line 2252, in ValueTask InstallManagerBase.FileHdiffPatcherInner(string patchPath, string sourceBasePath, string destPath, CancellationToken token)+() => { }
patcher.Patch(sourceBasePath, destPath, true, token, false, true);
File "InstallManagerBase.cs", line 2272, in async ValueTask InstallManagerBase.FileHdiffPatcherInner(string patchPath, string sourceBasePath, string destPath, CancellationToken token)
await task;
File "InstallManagerBase.cs", line 2317, in async ValueTask InstallManagerBase.ApplyHdiffListPatch()+(?) => { }
await FileHdiffPatcherInner(patchPath, sourceBasePath, destPath, innerToken);
Activity