Open Adam-Kay opened 10 months ago
Based on extensive experimentation, I think that using (goto) 2>nul & cmd /c
will be essential to getting this to work correctly.file
cmd /c
seems non-viable as it starts a new cmd instance which means if it crashes, it just seems to spit out an error code and the wrapper has no way to handle it until the user types in exit
. which is highly countermount to this whole feature addition
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.exe
1
)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).