diagnose_crash
Diagnose Fallout 4 crashes by parsing crash logs and scanning the game environment to suggest fixes.
Instructions
One-shot crash diagnosis: parse log + scan environment + match signatures.
Runs the full advisory pipeline: parses the given crash log (or the
newest one when path is omitted), scans the game environment, reads
the live load order, and matches everything against the bundled crash
signature knowledge pack. Returns a compact log summary, ranked findings
(severity then confidence, each with cause, suggested user fix, and the
matched evidence lines to verify against), plus the full environment and
load-order dicts. Findings are ADVISORY ONLY — this server never changes
any file; fixes are actions for the user to take themselves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No |