-
-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- Fixes for OnPlayerTeleport hook for linux and linux64 systems #2214
Conversation
- Changed signature call of `CanPlayerTeleport` for linux/linux64 to current used name - Applied fix at detour class CanPlayerBeTeleported to use standard parameter proceedings for linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
- Changed signature call of `CanPlayerTeleport` for linux/linux64 to current used name - Applied fix at detour class CanPlayerBeTeleported to use standard parameter proceedings for linux (cherry picked from commit 29bff12)
The merging of this pull request coincides with crashes starting on my TF2 servers. PR was merged Nov 2 16:38CET, first crash at 17:02, up to about 40 crashes now. Servers were on Sourcemod 1.12.0.7116, just now upgraded to 1.12.0.7166 hoping that will fix the crashing. Throttle shows |
Further testing revealed multiple 3rd party plugins may cause the crash upon hooking on the game's events. Using a bare TF2 server with MM+SM and a plugin hooking on Current quick-fix solution should be :
The |
This has now been reverted until a proper fix can be made |
CanPlayerTeleport
for linux/linux64 to current used nameCanPlayerBeTeleported
to use standard parameter proceedings for linuxFixes issue #2140
Fix tested on: