feat(health): detect no-Xid GPU freezes (open-module VA-space faults) #46
Reference in New Issue
Block a user
Delete Branch "feat/gpu-vaspace-spt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some titles never show up in a Steam/Lutris/Heroic scan — standalone mod launchers like SPT (Single-Player Tarkov), itch.io downloads, hand-installed executables. Add a user-authored custom-games list (core/customgames.py) shown alongside the other sources in `rigdoctor games` and the GUI. Each entry can carry a launch command and a log directory: - `rigdoctor games add "SPT" --command .../tarkov.sh` (logs/ auto-detected) - `rigdoctor games play "SPT"` launches it under the crash-capture wrapper (wrap.run gains an explicit game-name override, since there's no SteamAppId) - the diagnostic now feeds the game's own logs to the analysis: gamelogs .collect(game=...) tails the registered log dir (SPT's server/launcher logs) alongside the kernel log, freshness-scoped by mtime. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>