This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.4.0
Fix for os information failing to display in some cases
Post mortem should no longer spawn a visible console window
Source location information is now printed for symbols which have a relevant pdb
Version 1.3.1
Fix for call stacks not showing up in certain scenarios
Version 1.3.0
Improve error detection and reporting for the developer API
Fix for OS build information displaying errors on certain operating systems
Verify PDBs are compatible with the associated binary before using them
Fix for wrong call stacks when encountering access violations at 0x000000000000
Crashes should now report where the log is located
Crash logs will now auto open in a text editor (disable in trainwreck/post_mortem.toml)
Option to auto upload crash logs to pastebin for sharing (disable in trainwreck/post_mortem.toml)
Version 1.2.1
Fix for searching for pdbs in the wrong path
Version 1.2.0
Modules list now includes each modules computed SHA512 (useful for modules with no/incomprehensible versioning)
Added support for parsing type names from pdbs
Fix for Windows 11 reporting as Windows 10
Version 1.1.0
Script extender plugins are now sorted alphabetically
SFSE is now included in the script extender plugins list
Version 1.0.0
Initial release
From the person who brought you the crash logger for Fallout 4, and the crash logger for Skyrim, now gives you the crash logger for Starfield. That's right, if Todd Howard can re-release the same game over and over again for the last 10 years, then I too can re-release the same mod.
The mod uses SFSE as a loader by default, but it is also compatible with the ASI loader if you prefer. Just rename the file to "trainwreck.asi" and place it in the plugins folder.
Crash logs are written to "Documents\My Games\Starfield\SFSE\Crashlogs"
If you are a developer, then you may be interested in the developer api.
The source code for post_mortem.exe is located here.