Skip to content

v1.1.0

Choose a tag to compare

@blueshank-gh blueshank-gh released this 28 Jun 19:44
· 33 commits to master since this release

Full Changelog: v1.0.0...v1.1.0

This version now comes with hooks, allowing you to diagnose recoveries on the main lua_State!
There are several ways you can attach the binary to your game process.

Note: this release was edited to include a latent patch:
81b2d0a - patch - end grace period as soon as pulse arrives

Windows

  1. Rename the CL/SV binary into version.dll and place it near the executable of garry's mod
  2. Rename the CL/SV binary as gm(cl/sv)_crashcapture_win(32/64).dll and place it in the lua/bin folder for require
  3. Place the SV binary as a plugin in lua/bin folder and create a .vdf in the addon's folder to load it
  4. Inject the CL/SV binary into the garry's mod process

Linux

  1. Rename the CL/SV binary as gm(cl/sv)_crashcapture_linux(null/64).dll and place it in the lua/bin folder for require
  2. Place the SV binary as a plugin in lua/bin folder and create a .vdf in the addon's folder to load it
  3. Inject the CL/SV binary into the garry's mod process