[806] Add System Profiler Utility #2224
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
When receiving bug reports, there is a number of details about the user's environment that need collected. These include the version of EDMC, the OS version and architecture, the game version, and other diagnostic details.
This PR adds a standalone system utility to gather all of this information in one place, as well as adding links to the utility from the Help menu of EDMC. The profiler uses only standard library tools we already bundle with EDMC, and minimal external utilities also present in EDMC. Some aspects of the system profiler are imported, such as config and Monitor, so any issues with those systems may not be diagnosable by this tool (though that will tell us things too!)
The Profiler can be run as an EXE bundled with default distributions, or by the console if running from source with the
--out-console
argument.This PR also significantly reorders and cleans up the default bug report template, removing old guidance that has not been "new" for years.
Finally, this PR optimizes several of the repository images, reducing image file sizes by 25%
Type of Change
Screenshots
How Tested
Tested under a number of conditions to ensure uniform output, including intentionally triggering failures in the ability to pull EDMC or Journal data. Tested in compiled and source builds.
Notes
Resolves #806
Uses the new translation system