Bug Description
As development into 1.7.3 continues, there is an issue after update with the following error right at the end of the program:
[Completed encoding 1 files.]
[Skipped 4 invalid files.]
The batch file cannot be found.
The batch file cannot be found.
Steps to Reproduce
Using latest iteration (17f2216 in this case)
- Open terminal
- Command:
batch encoder.bat --silent --update force --ffmpegloc ffmpeg.exe
- Wait for process to complete
- See error message listed above
Potential Cause
According to one stack overflow answer:
To not go too much into detail: This message is given when a batch file (.bat) that currently runs has been deleted between it's start and the time the error message is shown.
So the program is having a potential problem where it is deleted before it can finish executing (external wrapper having trouble most likely).
Bug Description
As development into 1.7.3 continues, there is an issue after update with the following error right at the end of the program:
Steps to Reproduce
Using latest iteration (17f2216 in this case)
batch encoder.bat --silent --update force --ffmpegloc ffmpeg.exe1)Potential Cause
According to one stack overflow answer:
So the program is having a potential problem where it is deleted before it can finish executing (external wrapper having trouble most likely).