Results 118 comments of Erin

spcomp has a 64-bit build these days, but it looks like we're only currently packaging it for Linux - this should be an easy change.

https://bugs.alliedmods.net/show_bug.cgi?id=5097 has the history here and a lot of discussion around the various options, unfortunately leaking memory is not a great option.

This is a Valve issue, an unused file in the SRCDS library path conflicts with your system libraries.

https://github.com/alliedmodders/sourcemod/pull/285/files#diff-8ae5f000776dbab7d80ff39514f76d267459a93417041d21938c6a4e6aa58cfdL143-L153

This looks like it'll just be a case of exposing `player->states.item_on_page`, and it looks like the best way to expose that will be to extend `GetClientMenu` (see also #1552).

Last time this was discussed you had a 2nd plugin using DHooks loaded with a likely faulty hook setup, and the crash report indicates that plugin was loaded at the...

Allowing modification of live timers feels extremely risky, but adding natives to get information about them seems reasonable. This'll probably require finally figuring out the `Timer` typeset / methodmap soup...

Both of those crashes appear to be instances of #1559. I've been seeing a bunch of other topmenus crashes on Discord with people updating to 1.11, those don't seem to...

Please fill in the details that were requested in the issue template - we need reproduction instructions at the very least.