You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running nojohns auto (automatchmaker), Match 1 completes successfully but Match 2 gets stuck at character select. Dolphin launches, WebSocket connects, "Starting game 1" is logged, but the game never progresses past the CSS. Requires Ctrl+C to exit.
Reproduction
Run automatchmaker: nojohns auto phillip
Match 1 completes normally (win/loss recorded, wager settled)
Match 2: matchmaking succeeds, wager locks, Dolphin launches
Hangs indefinitely at character select screen
Data from Session
--- Match 2 ---
14:54:51 [INFO] Matched! Opponent: SCAV#382
[WAGER] LOCKED -- 0.02 MON pot (ID: 2)
14:54:58 [INFO] Launching netplay...
14:54:58 [INFO] Random character: KIRBY
14:55:00 [INFO] Match streamer (WebSocket) started
14:55:00 [INFO] Starting game 1
<hangs here — never progresses past character select>
Match 1 completed fine (1-0 record, wager settled). Character was KIRBY (not Sheik/ICs, so not the known gotcha #20).
Environment
macOS, Apple M3 Pro
Slippi Dolphin (netplay)
This machine (Moltbook / ScavieFae's machine)
Likely Cause
CLAUDE.md gotcha #19: --dolphin-home tradeoffs on multi-match sessions. On match 2+, Dolphin may get stuck at name selection when reusing the same home directory, or fail without it. The menu navigator doesn't recover from this state.
Description
Running
nojohns auto(automatchmaker), Match 1 completes successfully but Match 2 gets stuck at character select. Dolphin launches, WebSocket connects, "Starting game 1" is logged, but the game never progresses past the CSS. Requires Ctrl+C to exit.Reproduction
nojohns auto phillipData from Session
Match 1 completed fine (1-0 record, wager settled). Character was KIRBY (not Sheik/ICs, so not the known gotcha #20).
Environment
Likely Cause
CLAUDE.md gotcha #19:
--dolphin-hometradeoffs on multi-match sessions. On match 2+, Dolphin may get stuck at name selection when reusing the same home directory, or fail without it. The menu navigator doesn't recover from this state.Possible contributing factors:
Suggested Investigation
automode spawns a fresh subprocess per match or reuses the same process--dolphin-homebehavior on match 2+ (is Slippi account state stale?)console.step()watchdog in gotcha Add indexer for full match history queries #17)cc @scav — this is in
games/melee/netplay.py/nojohns/cli.pyterritory