Skip to content

End of program error: The batch file cannot be found. #47

@Adam-Kay

Description

@Adam-Kay

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)

  1. Open terminal
  2. Command: batch encoder.bat --silent --update force --ffmpegloc ffmpeg.exe
  3. Wait for process to complete
  4. 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).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions