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

Unpacking 7z archive failed. #829

Closed
AtlantisDe opened this issue Mar 20, 2023 · 2 comments
Closed

Unpacking 7z archive failed. #829

AtlantisDe opened this issue Mar 20, 2023 · 2 comments
Labels
bug zip Related to ZIP file format

Comments

@AtlantisDe
Copy link

Describe the bug

Unpacking 7z archive failed.

//Test File

python-3.7.3-embed-amd64.7z

// Demo Code 
https://raw.githubusercontent.com/icsharpcode/SharpZipLib/master/samples/ICSharpCode.SharpZipLib.Samples/cs/unzipfile/UnZipFile.cs


//Exception
Exception:[TestDng.Test.Class1] Exception Message:Size mismatch: 12161;41001 <-> 9484;28782

Reproduction Code

No response

Steps to reproduce

Unpacking 7z archive failed.

Expected behavior

Exception:[TestDng.Test.Class1] Exception Message:Size mismatch: 12161;41001 <-> 9484;28782

Operating System

Windows

Framework Version

.NET 6

Tags

ZIP

Additional context

No response

@AtlantisDe AtlantisDe added the bug label Mar 20, 2023
@github-actions github-actions bot added the zip Related to ZIP file format label Mar 20, 2023
@piksel
Copy link
Member

piksel commented Mar 20, 2023

7z files are not supported. They use a entirely different format to zip.

@AtlantisDe
Copy link
Author

7z files are not supported. They use a entirely different format to zip.

OK ths

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug zip Related to ZIP file format
Projects
None yet
Development

No branches or pull requests

2 participants