bottiger1
bottiger1
## Description Not sure how this happened, but the plugin tried to close an invalid timer on setup. And it stops the boss from ever being selected. L 05/03/2022 -...
Hello I am having a lot of issues compiling with ambuilder. It seems like it is made for some old build of sourcemod. I had to include additional directories for...
Latest dev versions of sourcemod and metamod. Easy repro. Does not crash on 32 bit. ``` #include public OnPluginStart() { RegConsoleCmd("sm_test", Cmd_Test); } public Action Cmd_Test(int client, int args) {...
While porting TF2 extensions to x64, I noticed a hook that was working on x32 started crashing. I noticed CDetour copied this instruction to the trampoline. `lea rax, [rip +...
Just loaded the latest dev versions of metamod and sourcemod to try and get 64bit working and it crashes on startup every time. ``` Program terminated with signal SIGSEGV, Segmentation...
edited ambuild to compile for 64 bit. added notes for new compile flags needed for boost. this ambuild is hardcoded to compile 64 bit, apparently the ambuild version is too...
After today's maintenance we have a few servers that never reconnected back to steam even after a map change. After 3 hours all our other servers have reconnected, even ones...
Linux x32 server now randomly freezes on server shutdown. Seems to be rare, happening maybe 1 out of 50 times. This never happened before the last update. ``` Using host...
I'm looking for a new hooking library replacement and this one seems to suit my purposes except for 1 issue. There doesn't seem to be a way to quickly toggle...
C++23 is really new, so I made an option to edit the amalgamate output to use a polyfill so it can compile on C++20. https://raw.githubusercontent.com/TartanLlama/expected/master/include/tl/expected.hpp You just run `amalgamate.py --polyfill`