Option --non-interactive (-n) is super useful to extract information from the game in a programmatic way. I use it to run scripts on a large amount of .ltm files. However, when one of the game launches crashes (as it often happens), libTAS just stays open, instead of closing like it does on normal movie end. This blocks the process as I have to manually relaunch the game.
It could be useful if libTAS could close and return an error code, so that it can be relaunched automatically.
Another way to fix this problem would be to have an option to relaunch the game automatically on crash.
Option --non-interactive (-n) is super useful to extract information from the game in a programmatic way. I use it to run scripts on a large amount of .ltm files. However, when one of the game launches crashes (as it often happens), libTAS just stays open, instead of closing like it does on normal movie end. This blocks the process as I have to manually relaunch the game.
It could be useful if libTAS could close and return an error code, so that it can be relaunched automatically.
Another way to fix this problem would be to have an option to relaunch the game automatically on crash.