AGN Troubleshooter
FiveM · GTA V support

← Error library

high confirmed FiveM server · AGN-KB-SRV-0008

Capturing a full crash dump from FXServer

The message

procdump64.exe

Deep server-side diagnostics. Nothing on your PC is involved.

What you see

  • The server process exits with no useful log output
  • Crashes repeat with no clear resource named

What usually causes it

  • A native-level crash that leaves nothing in the console

Worth checking first

  • Check the server console and log for the last lines before the exit
  • Establish whether it correlates with a specific resource or deploy

Safe steps, one at a time

  • Staff only, Windows servers only — Cfx.re states this method is not supported on Linux
  • Cfx.re's documented sequence: procdump64.exe -accepteula -i to register, procdump64.exe -accepteula -e -h -mp <pid> against the FXServer.exe PID, and procdump64.exe -accepteula -u to unregister afterwards
  • A dump contains whatever was in server memory at the time. Treat it as sensitive: it can contain tokens and player data. Never attach one to a public ticket

These are suggestions, not instructions. Do only what you are comfortable with, back up anything important first, and stop if a step does not match what is on your screen. Advice, risk and responsibility.

When to stop and ask staff

Server-side. Involve a developer before capturing dumps on the live server.

Looks like

AGN server

What staff will need

  • Last console lines
  • PID and timestamp
  • Whether it is reproducible

Applies to

Windows FXServer only.

Last reviewed Fri Sep 18.

Source documentation