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

Can´t delete files inside archives since latest updates #567

Open
vCoDMods opened this issue Feb 13, 2025 · 1 comment
Open

Can´t delete files inside archives since latest updates #567

vCoDMods opened this issue Feb 13, 2025 · 1 comment
Labels
bug Something isn't working need more information Further information is requested

Comments

@vCoDMods
Copy link

Hello,

deleting files inside archives doesnt work for me since 1-2 weeks. It always shows me the popup "file is used by another process" while its not.

@MouriNaruto MouriNaruto added need more information Further information is requested bug Something isn't working labels Feb 13, 2025
@kugelrund
Copy link

kugelrund commented Feb 22, 2025

I noticed the same problem with Quake III .pk3 archives which are basically normal zip files, just with a different extension. And indeed it seems like the extension is the problem, because once I rename the archive to .zip, deleting files works again.

Simple way to reproduce this issue:

echo test > test.txt
nanazipc a test.pk3 test.txt  # Everything is Ok
nanazipc d test.pk3 test.txt  # Error: cannot delete the file test.pk3 (file is used by another process)
mv test.pk3 test.7z
nanazipc d test.7z test.txt  # Everything is Ok

From the GitHub releases, the first version that fails is NanaZip_5.0.1250.0.msixbundle and the last version that works is NanaZipPreview_5.0.1243.0.msixbundle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need more information Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants