/CrashLoggerSSE

Primary LanguageC++MIT LicenseMIT

CrashLoggerSSE

SKSE/SKSEVR plugin that generates crash logs when the game Just Works™.

Requirements

User Requirements

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

Building

git clone https://github.com/alandtse/CrashLoggerSSE.git
cd CrashLoggerSSE

Open folder in Visual Studio and build. If SkyrimPluginTargets is set, then compiled dlls/pdb will be copied to ${SkyrimPluginTargets}/SKSE/Plugins/.

License

GPL-3.0-or-later WITH Modding Exception AND GPL-3.0 Linking Exception (with Corresponding Source).
Specifically, the Modded Code is Skyrim (and its variants) and Modding Libraries include SKSE, Commonlib (and variants), and Windows.

Originally based on code under MIT

PDB requires msdia140.dll distributed under Visual Studio C++ Redistributable

PDB Handler derived from StackOverflow code.

Credits