Hello Everyone,
I’ve created a small powershell script which could be helpful to gather Windows Event Logs and FlightSimulator.exe CrashDumps. This information could provide more insight to developer what is going on from user side. Script is not automated it will just gather the information and store it inside pre-defined folder on Users System Drive.
It will still require User to create a ticket and upload the information by himself, but it should help to quickly gather required information for debugging without searching internet or clicking through the many options in Windows.
You can find the script in GitHub repository GitHub - Sugyn/MSFS2020-CrashDump-Tool: Gathering Windows Event Log errors and Crash Dump for Microsoft Flight Simulator 2020
There are two scripts:
-
Script Is for download, instalation and enable of Procdump tool which is being used for Application crashdumps.
a. Colletion of Windows Event Log will be performed for FlightSimulator.exe
b. Folder for Logs will be created and presented to the user. -
Script is for uninstalation of Procdump tool.
What is planned in next version:
-Unification of scripts
-bat or exe file (haven’t decided yet)
Any inputs from your side is always welcome.
Thank you