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

Bug: Files fails to make an archive if there's an issue with a file #16240

Open
Josh65-2201 opened this issue Sep 21, 2024 · 2 comments
Open
Labels
area - file operations Features or bug reports for file operations bug Something isn't working 👀

Comments

@Josh65-2201
Copy link
Member

Josh65-2201 commented Sep 21, 2024

Description

Creating an archive in 7zip errors like file not found and file locked by another process will be shown in an errors list and continue to attempt to make the archive. Files will just fail and cancel the entire archive.

Steps To Reproduce

  1. Create a sys link in a folder (mklink /j "<Path to folder>" "<Path to store location>")
  2. Create an archive of the folder with the syslink store folder in
  3. Files will cancel compression but 7zip will report that it can't find the file and continue

Requirements

  • Skip files that can not be archived and continue

Files Version

3.7.7

Windows Version

10.0.22631.4169

User ID

3372b393-b294-495c-9814-4e5b48d9fd8d

Log File

debug.log

@Josh65-2201 Josh65-2201 added bug Something isn't working 👀 area - file operations Features or bug reports for file operations labels Sep 21, 2024
@Josh65-2201 Josh65-2201 changed the title Bug: Files fails to make an archive if something reports as an error Bug: Files fails to make an archive if there's an issue with a file Sep 21, 2024
@yaira2
Copy link
Member

yaira2 commented Sep 22, 2024

Should users be prompted to continue?

@Josh65-2201
Copy link
Member Author

7zip doesn't have one and I don't think it needs one, but if a dialog is going to be used to warn the user then I guess there should be a cancel and continue button on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area - file operations Features or bug reports for file operations bug Something isn't working 👀
Projects
Status: 📋 Planning stage
Development

No branches or pull requests

2 participants