ldesgoui / tf2-comp-fixes

Various TF2 tweaks catered towards competitive play
GNU General Public License v3.0
46 stars 7 forks source link

Self Reflect Damage Fix Not Working #81

Closed GreySux closed 2 years ago

GreySux commented 2 years ago

] rcon sm plugins reload tf2-comp-fixes L 01/13/2022 - 18:52:10: [SM] Exception reported: Failed to create detour for CTFFlameThrower::DeflectEntity L 01/13/2022 - 18:52:10: [SM] Blaming: tf2-comp-fixes.smx L 01/13/2022 - 18:52:10: [SM] Call stack trace: L 01/13/2022 - 18:52:10: [SM] [0] SetFailState L 01/13/2022 - 18:52:10: [SM] [1] Line 91, addons/sourcemod/scripting/tf2-comp-fixes/common.sp::CheckedDHookCreateFromConf L 01/13/2022 - 18:52:10: [SM] [2] Line 4, addons/sourcemod/scripting/tf2-comp-fixes/fix-reflect-self-damage.sp::FixReflectSelfDamage_Setup L 01/13/2022 - 18:52:10: [SM] [3] Line 78, addons/sourcemod/scripting/tf2-comp-fixes.sp::OnPluginStart [SM] Plugin tf2-comp-fixes.smx failed to reload: Error detected in plugin startup (see error logs). [SM] Plugin tf2-comp-fixes.smx reloaded successfully.

Not sure why this happens. Dhooks is fully installed and I don't know how else to fix the issue.

ldesgoui commented 2 years ago

Is your server running on Windows?

GreySux commented 2 years ago

No, it is on Linux

ldesgoui commented 2 years ago

Is the gamedata file up to date?

GreySux commented 2 years ago

It should be. Is there a way I can check?

ldesgoui commented 2 years ago

I guess you could check whether "DeflectEntity" appears 5 times in the file?

GreySux commented 2 years ago

Yes it does.

ldesgoui commented 2 years ago

I don't really see how this could be happening. Which version have you installed?

ldesgoui commented 2 years ago

Re-open if you still need help with this