-
released this
2026-05-22 06:53:29 +00:00 | 93 commits to main since this releaseAdded
- Hard-crash detection & recovery for the guided diagnostic. If a focused capture ends
without a clean stop (the recorder never wrotesession-stopand isn't running), RigDoctor
treats it as a likely hard freeze. On launch the Games page shows a warning banner —
"Your last diagnostic for ended unexpectedly…" — with Analyze crash / Dismiss. - Deeper crash analysis. Analyze crash combines the captured window (final readings before
the freeze + any GPU-lost event) with a focused scan of the previous (crashed) boot's kernel
log (journalctl -k -b -1: Xid/panic/OOM/MCE/AER/thermal) plus SMART/driver/persistence/
live-temp checks — the full "what happened" picture.core/diagnostic.pygains
pending_crash()/analyze_crash();health.check_previous_boot()+
run_health_checks(include_journal=False)back it.
Downloads
- Hard-crash detection & recovery for the guided diagnostic. If a focused capture ends