Skip to content

BUTR/CrashLoggerSSE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

245 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 92.5%
  • CMake 7.1%
  • Python 0.4%