FortyTwoFortyTwo / Randomizer

TF2 plugin that randomizes player loadout in any imaginable combinations
GNU General Public License v3.0
35 stars 15 forks source link

Taunts crash the server #114

Open tsuza opened 1 year ago

tsuza commented 1 year ago

Taunting will crash the server. The signature of CTFPlayer::Taunt() is correct and the function itself doesn't have anything to do with it. It happens right before the function gets called.

OS: Windows

FortyTwoFortyTwo commented 1 year ago

Taunting still works fine to me in Windows, is it related to one specific taunt, or do you have another plugin loaded that uses same detour, like playermodel2 which needs a convar to disable it at #105?

tsuza commented 1 year ago

Not that I'm aware of, it's an almost clean install. It happens before the detour gets called, so the convar doesn't help with the crash. I'll test more later and see.