Identify sparse archive in unrar
unrar vt -v {filename} returns list of volumes mixed together with entries
and multifile are parsed as entries which increments the size in
ReadOnlyArchiveInterface::onEntry(), causing it to return miscalculated size,
which in turn throws error while checking available space in ExtractJob::doWork()
Edited by James John