你裝game嗰個folder入面應該會有個crash report
其中有一個.dmp file 會記載你crash嘅detail
下面from GPT

How to Analyze a Minidump File with WinDbg
Download and Install WinDbg:
1)Go to the Microsoft Debugging Tools for Windows page.
Download and install the Windows SDK, ensuring you include the Debugging Tools for Windows option.
Open WinDbg Preview (recommended) or WinDbg (x64)
2)Load the Minidump File:
In WinDbg, go to File > Open Crash Dump...
Select your MiniDump.dmp file.
3)Run the Analysis Command:
After it loads, type this in the command box:
!analyze -v
Press enter to run
Run完個result會講俾你聽exactly邊度出事