Closed lebeastmode closed 1 year ago
Humm, do you have other file in the log folder ?
FunscriptToolbox.log.1, .2, .3
I forgot that I asked you to test without any parameters and the log that you linked is the result. I'm more interested in logs when you try to start the batch file.
FunscriptToolbox.log I deleted all the previous logs and it still creating similar log
--- subtitles.video2vadsrt ---
'"FunscriptToolbox.exe"' is not recognized as an internal or external command,
operable program or batch file.
--- subtitles.srt2wavchunks ---
'"FunscriptToolbox.exe"' is not recognized as an internal or external command,
operable program or batch file.
--- subtitles.srt2singlewav ---
'"FunscriptToolbox.exe"' is not recognized as an internal or external command,
operable program or batch file.
--- subtitles.wavchunks2srt ---
'"FunscriptToolbox.exe"' is not recognized as an internal or external command,
operable program or batch file.
--- subtitles.gpt2srt ---
'"FunscriptToolbox.exe"' is not recognized as an internal or external command,
operable program or batch file.
--- subtitles.srt2gpt ---
'"FunscriptToolbox.exe"' is not recognized as an internal or external command,
operable program or batch file.
--- subtitles.singlewav2srt ---
'"FunscriptToolbox.exe"' is not recognized as an internal or external command,
operable program or batch file.
Press any key to continue . . .
Thanks for the output. As spacemanbob found in the eroscript thread:
You need to remove the REM at the start of the line. It's my mistake, I shouldn't have added it in the 'template' .bat file.
This: REM set path=C:\AwesomeTools\FunscriptToolbox;%path% Need to be changed to: set path=C:\AwesomeTools\FunscriptToolbox;%path%
Yep that was the fix thanks!
Closing the issue. Nothing to do in the application since the .bat file is not part of the tools.
FunscriptToolbox.log