This section will explain how to create useful debugging dumps (called .dmp files) in order to assist with troubleshooting. If you encounter a crash, set up your environment to capture the next time it happens.
NOTE: Creating full dumps is for Windows servers only. This method is currently not supported on Linux.
procdump64.exe -accepteula -i
This registers procdump as a debugger to capture certain crashes."Details"
. Locate the largest FXServer.exe
. There should be a "PID"
column. Note down the number.procdump64.exe -accepteula -e -h -mp pidhere
where pidhere
is the number you noted down previously. If you get an error, make sure your PID
is correct..zip
) and upload it to DropMeFiles or equivalent.procdump64.exe -accepteula -u
You can now analyze the dump file (using VS2019+, click 'Debug with Native Only' and load symbols) or supply it to whomever requested it. If you are certain you have found a bug, report it on our forum or in the Discord #server-bugs channel with as much detail as possible. Using OneSync? Please report OneSync bugs here.