Diagnose a FiveM crash from its dump
Upload a CfxCrashDump_*.zip and get an evidence-based breakdown of the likely cause, derived fresh from that dump's own contents — the client log, the minidump's exception and module data, and a heuristic scan of the crashing thread's stack.
- Minidump parsingReads the .dmp's exception, module, thread and system-info streams directly — no external tools.
- Heuristic stack scanFlags modules referenced on the crashing thread's stack as low-confidence supporting signal.
- Log cross-referenceCombines the crash signature with script errors, deadlocks and driver warnings from the client log.
- v1 limitsFull memory dumps over 20 MB aren't parsed yet — you'll get a clear notice instead.