v1.2.2
Full Changelog: v1.2.1...v1.2.2
Warning
We recommend not using "require" GMCL on single-player, as the pause mechanics break the watchdog.
We are working on fixing this by detecting for single-player pause mechanics.
Please see #10 for further tracking of this problem.
This contains patches to the vphysics recovery methods, specifically those we have caught under Buildstruct's endurance tests.
We have also patched up issues with ELF load base and RVA for stack tracing.
Also having realized that the features we created where not exposed to lua, so now they are.
Windows
- Rename the CL/SV binary into
version.dlland place it near the executable of garry's mod - Rename the CL/SV binary as
gm(cl/sv)_crashcapture_win(32/64).dlland place it in the lua/bin folder for require - Place the SV binary as a plugin in lua/bin folder and create a
.vdfin the addon's folder to load it - Inject the CL/SV binary into the garry's mod process
Note
Some garry's mod branches contain different locations for where gmod.exe real executable may be.
For no.1, we recommend that you do not place crash capture next to the gmod.exe launcher
Linux
- Rename the CL/SV binary as
gm(cl/sv)_crashcapture_linux(null/64).dlland place it in the lua/bin folder for require - Place the SV binary as a plugin in lua/bin folder and create a
.vdfin the addon's folder to load it - Inject the CL/SV binary into the garry's mod process
Note
Client native linux builds are experimental due to a lack of testing infrastructure.