It's in -x switch description.
Please show the command you used.
Thanks for report! There is a new bug in 7-Zip FAR Plugin 26.03. I'll fix it in next version. Please use version 26.02 of 7-Zip FAR Plugin instead.
Thanks for report! There is a new bug in 7-Zip FAR Plugin. I'll fix it in next version. Please use version 26.02 of 7-Zip FAR Plugin instead.
Please check it again and describe each step.
void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path) { if (isDir) NumDirs++; else if (isAltStream) { NumAltStreams++; AltStreamsSize += CurSize; } else { NumFiles++; FilesSize += CurSize; } Byte pre[16]; memset(pre, 0, sizeof(pre)); if (isDir) pre[0] = 1; FOR_VECTOR (i, Hashers) { CHasherState &h = Hashers[i]; if (!isDir) { h.Hasher->Final(h.Digests[0]); // k_HashCalc_Index_Current if (!isAltStream) h.AddDigest(k_HashCalc_Index_DataSum, h.Digests[0]); } h.Hasher->Init(); h.Hasher->Update(pre,...
it's arithmetic sum of different hashes: hash_1 + hash_2 + hash_3
7-Zip 26.03 was released. Download 7-Zip for 64-bit Windows x64: https://github.com/ip7z/7zip/releases/download/26.03/7z2603-x64.exe 7-Zip for 32-bit Windows x86: https://github.com/ip7z/7zip/releases/download/26.03/7z2603.exe 7-Zip for 64-bit Windows ARM64: https://github.com/ip7z/7zip/releases/download/26.03/7z2603-arm64.exe 7-Zip Extra: standalone console version, 7z DLL, Plugin for Far Manager: https://github.com/ip7z/7zip/releases/download/26.03/7z2603-extra.7z 7-Zip (console version) for 64-bit...