docs: the boot log confirms the vgamepad failure verbatim

'skip_intro.sh: line 44: vgamepad: command not found' right after 'movie -> skip
A'. Every '-> skip A' and 'TITLE -> A' this harness has printed pressed nothing,
which is also why the intro movie ran to 434s: it was never skipped.
This commit is contained in:
Sylpheed RE agent
2026-08-19 07:49:37 +00:00
parent efee309d8f
commit 99081a6198

View File

@@ -59,6 +59,17 @@ script runs without `set -e`, so the call failed silently and the title branch
pressed **nothing** while still `exit 0` — reporting "TITLE → A" with the game
sitting on the title. Now presses through `pad.py` and exits 6 if that fails.
The boot log states it outright, which is the only reason it was caught:
```
movie (rmse 1662) at 434s -> skip A
tools/re-capture/skip_intro.sh: line 44: vgamepad: command not found
```
Every "-> skip A" and every "TITLE -> A" this harness has ever printed pressed
nothing. Note the timing too: the movie ran to **434 s** because it was never
skipped, which is most of why a boot takes seven minutes here.
That second bug looked like it would explain the standing "Ⓐ at the title works
about half the time" note. **It does not.** See below.