How to view .dmp crash file

Hello,
We have recently switched our hosting for our server. We have been experiencing crash issues before and after but we have a .dmp file for the crash. It crashes randomly sometimes stays on for hours or days then sometimes only for a few minutes. I have attached the crash file for the server and we do not know how to identify the issue (open it and debug it). Once I can identify the issue I can fix it. Any help would be appreciated alot. Thanks. (file attatched)

bddfde9b-3cf0-453d-afc6-d23d645ca171-full.rar (82.1 MB)

You can open dump files in Visual Studio (not vscode) or WinDbg, in visual studio click on “debug with native only” and load the symbols from https://runtime.fivem.net/client/symbols/

This dump seem somewhere in the http-server, on what artifact are you?

Hello,
Thanks for the info. I attempted both WinDbg (which I got as far as finding a download) and visual studio (I couldn’t figure out how to load the symbols). Our FX version isn’t the newest one and may be a bit old. Would you recommend updating it to fix the issue?

@TheIndra

not realy helpfull since ther is no other docs
ore any help from external any better docs ore smt

This isn’t an easy thing to do. You gotta figure it out yourself. There are plenty of videos out there showing how to debug dump files