-
v0.41.0 Stable
released this
2026-05-25 16:41:56 +00:00 | 9 commits to main since this releaseAdded
- Import a crash dump (
.dmp) and explain it with AI. The Games page gains an
"Import crash dump…" button (shown once an AI provider is configured) that opens a Windows
minidump — the kind a Proton/Wine game writes when it hard-crashes — parses it, and hands the
result to the opt-in AI assistant (D24; cloud sends still ask first). A new stdlib
core/minidump.pyreads theMDMPstreams withstruct(no new deps): the exception / crash
reason (e.g. access violation0xC0000005), the faulting module (which DLL the crash
address lands in —nvwgf2umx.dll,d3d11.dll, an anticheat, the game's own.exe…), OS/CPU,
and the loaded-module list. Ifminidump_stackwalk(Breakpad) orminidump-stackwalk
(rust-minidump) is on PATH, its fuller report is appended best-effort. The model is told the
dump came from a Windows process under Proton, so fixes stay Linux/Proton-side (Proton version,
DXVK/VKD3D, driver, launch options) — never Windows admin/registry steps. Newai_knowledge
facts cover the common exception codes and faulting-module signatures. CLI parity:
rigdoctor ai dump <file>.
Downloads
- Import a crash dump (