[If you are posting a new bug, please include the following]
The bug / behavior you have encountered
The file locks on output files are not released correctly after the file creation job completes. I can close the job, project and input file, but the output file locks are only released when Video AI application is closed. This problem has only started in version 7.0.0. I am unable to rename the output file until I close the entire application now.
Your system profile
Windows 11, Video AI 7.0.0. Files are being written to Samba Shared NAS.
Your log files (Help > Logging > Get Logs for Support)
Any screenshots as necessary
[Please be sure to have searched for your bug before posting. Duplicate posts will be removed.]
Hi, Thanks for the quick response. Iâve confirmed itâs Topaz Video AI. Itâs actually keeping both the original source file and the new output file handles open, even after the file is complete and I opt to close the input file.
Thanks for confirming thatâand great job verifying it with nthandle.
I assume following:
If both the original input and the output file remain locked after the export completes and the input is manually closed, that strongly suggests a regression in file handle cleanup logic introduced in Video AI 7.0.0.
In versions prior to 7.x, the application likely released file handles either:
Immediately after export finished
Or upon closing the associated job/session
But in 7.0.0, it seems the process now retains an open handle to both source and output files until the entire app is exited, even if you explicitly close the input. This may point to:
A reference leak in the export thread or job management layer
A new file-watching or post-export validation mechanism (e.g. waveform caching or metadata scanning) that forgets to close its streams
Or a change in how the app handles NAS-based paths via SMB (MUP device layer), where flushing and handle release require explicit teardown
Given that it worked correctly in earlier versions, itâs definitely a behavior regression worth flagging for the dev team.
I have the same problem. Since I installed version 7, when a video finishes exporting, the copy that is made for Crash Recovery stays open, and copying data to the SSD. Even if I close Topaz Video AI is still running in the background copying data to the SSD, as I check in the Windows 11 Task Manager. Once I left it running for over half an hour, and it kept trying to copy data to the SSD.
I have to close Topaz manually from the Task Manager, so that everything stops.