-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
"Trash auto-generated files" setting doesn't remove *seg* files after export #1704
Comments
are you sure that your export folder was empty before you ran the test (e.g. |
Yes, created it specifically for this bug report and put |
I don't understand how this can happen. LosslessCut has always worked in this way that when you export with "merge" mode, it will delete the two segments after merging, regardless of "cleanup files" settings (even before that setting was introduced). Only if you use merge&separate export mode will it keep the seg files after merging. |
Indeed. I forgot to mention that this bug showed up in the latest version. Before that I was using 3.54.0 without problems. Tried cleaning LC settings from AppData but no luck. Would be happy to provide logs if you point me to the path.
From
|
hmm, are you still having this issue? did you see any errors in the developer tools? also what time did the export happen relative to your app.log? did you export right before the first line? ( |
Yeah it still occurs in the latest 3.59.1.0. Not sure why I didn't check Developers console log in the first place but the culprit is found!
|
That’s odd. It seems it was also unable to set timestamp on the merged output file 1703933052361-cut-merged-1703933070237.mp4 do you know why it would not be able to write to these files? Is there some rule in the operating system or anti-virus blocking write access to the file? Are you able to rename the file to something else or do you also get permission denied? |
Damn you are right. It is indeed an anti-virus issue. Disabled it (Avast), restarted LC and it works like a charm now. But I'm not certain that Avast blocks the app (it would notify me in such case). Looks like it processes files that LC outputs during export and somewhere at that time LC's file deletion breaks. |
Omg! How can antivirus software block the application that created a file from accessing its own file? This is such an invasive «check» that would break a lot of apps. Antivirus is nothing but trouble if you ask me! At least we know which antivirus to stay away from (Avast). I guess losslesscut should either:
|
As I said before it probably doesn't block the app but maybe reads segment files that the app outputs and that coincidentally breaks the deletion. On the other hand it seems that |
I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first
Operating System
Windows 10
Steps to reproduce
Cleanup files after export
settingChange preferences
buttonTrash auto-generated files
settingDo all of this automatically after exporting a file?
setting*.mp4
fileMerge cuts
mode selectedExpected behavior
*seg*
files are not present in export folder.Actual behavior
*seg*
files are present in export folder:Share log
No response
The text was updated successfully, but these errors were encountered: