Decompress a Huge Archive with a Lot of Huge Files

We use Aspose.Zip Version 22.3 and we get during Extraction the Exception - System.IO.InvalidDataException: “Signature of end of central directory does not match. Make sure the source is valid zip archive.”
Trying to find the Error we find Opening the ArchiveEntry with:
var decompressed = arch.Entries[lv.SelectedIndices[0]].Open()
runs in a Timeout. How is it possible to take a longer Timeout

kind Regards
Reinhold Hausleber

Hello @RHausle
Are you opening a zip file?
Can you open that archive with 7-zip and send us an screenshot with the details like that details.png (15.9 KB)?
Or, even better, upload that file to cloud so we can review it.