Skip to content

timrademaker/UECrashReporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UECrashReporter

Custom crash reporter, aimed at games made in Unreal Engine.

Instead of sending crashdumps to a server (like you would with the original crash reporter), this crash reporter sends the generated files to a Discord webhook.

To use this tool for your own project, add a webhook URL in Resources.resx. Some other settings can also be changed here, like the app name, embed color, and the path to a file containing the game's version (relative to the game's root folder).

Build the project, retrieve the generated CrashReportClient.exe file, and place this in your game build's folder under Engine/Binaries/[Platform] (e.g. Engine/Binaries/Win64).

Inspiration taken from Teal

About

Custom crash reporter for Unreal Engine games

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages