docs: a fourth paint order attempted; the title is intermittent, not input-bound

The tie-break needs a fourth measured screen with a tied group, and OPTIONS is
three d-pad steps from the main menu, avoiding the NEW GAME hang. It was not
reached.

Advancing past the title is intermittent: 1 success in 3 attempts today with the
same binary, profile and procedure.

Attempt 1 stalled before the title existed. The guest was alive - RSS steady at
598MB and the keystroke poll counter climbing past 15000 - but the screen was
black and screen_children.py found ONLY the splash object resident. So that
failure is not a presentation problem: the game never constructed the title.
Being able to separate "stalled before building the screen" from "built but not
presenting" is new, and it is what the reader is for.

Attempt 2 reached the title at 265s and refused four presses - (A) at 0.25s,
0.25s and 0.5s, START at 0.3s - every one of them logged as DELIVERED to the
guest. Third independent confirmation that input delivery is fine and the game
simply does not act on the press. Waiting longer does not help either: presses
were spread from 10s to about 4 minutes after the title appeared, while the
earlier successful run's press landed within seconds.

Records the log as evidence and states the next probe: it has to be guest-side
now, on whatever consumes the keystroke, since the input path is excluded.
This commit is contained in:
Sylpheed RE agent
2026-08-19 09:56:32 +00:00
parent 173f070cd2
commit 7927f6c3b7
3 changed files with 84 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
XEX_MODULE_TITLE
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (1 so far)
F> F8000008 DiscImageDevice::ResolvePath(\dat\movie)
F> F8000008 DiscImageDevice::ResolvePath(\dat\movie)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (601 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (1201 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (1801 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (2401 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (3001 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (3601 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (4201 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (4801 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5800 flags=0001 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5800 flags=0002 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (5401 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (6001 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (6601 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5811 flags=0001 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5811 flags=0002 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (7201 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5800 flags=0001 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5800 flags=0002 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (7801 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (8401 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (9001 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (9601 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5800 flags=0001 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5800 flags=0002 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (10201 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5814 flags=0001 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx -> user=0 vk=5814 flags=0002 (call flags 00000003)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (10801 so far)
i> F8000008 [RE-INPUT] XamInputGetKeystrokeEx reached the driver (11401 so far)