get_crash_log
Parse Buffout 4 crash logs into structured sections: exception, call stack, plugins, load order, and warnings. Without a path, automatically analyzes the newest crash log to diagnose Fallout 4 crashes.
Instructions
Parse a Buffout 4 crash log into structured sections.
With no path, parses the NEWEST crash log found in the standard
folders; pass an absolute path (e.g. from list_crash_logs) to parse a
specific one. Explicit paths must be crash logs: either inside the
standard crash-log folders or named crash-*.log — anything else is
refused with an error. Returns the exception (type, address, faulting module),
probable call stack, F4SE plugin list, plugin load order as logged,
modules, settings, and any parse warnings. The raw STACK dump is
truncated to 50 lines to keep responses small. Returns
{"error": "no crash logs found", "searched_dirs": [...]} when there is
nothing to parse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No |