nosoop / SM-TFCustomAttributeStarterPack

A collection of plugins to be used with the TF2 Custom Attribute framework.
MIT License
19 stars 10 forks source link

generate_rage_on_dmg_patch.smx doesn't load #66

Closed higps closed 2 years ago

higps commented 2 years ago

Linux based server:

Error: L 07/23/2022 - 15:46:49: [SM] Exception reported: Failed to locate signature for 'CTFGameRules::ApplyOnDamageAliveModifyRules()::HeavyRageDamagePenalty' (mempatch 'CTFGameRules::ApplyOnDamageAliveModifyRules()::DisableHeavyRageDamagePenalty') L 07/23/2022 - 15:46:49: [SM] Blaming: mmattributes/generate_rage_on_dmg_patch.smx L 07/23/2022 - 15:46:49: [SM] Call stack trace: L 07/23/2022 - 15:46:49: [SM] [0] MemoryPatch.CreateFromConf L 07/23/2022 - 15:46:49: [SM] [1] Line 52, scripting/generate_rage_on_dmg_patch.sp::OnPluginStart L 07/23/2022 - 15:46:49: [SM] Unable to load plugin "mmattributes/generate_rage_on_dmg_patch.smx": Error detected in plugin startup (see error logs)

I have updated with the latest package, compiled it myself, but it still throws this error when loading. Is there some undocumented dependency that's missing?

nosoop commented 2 years ago

Are you running 1.10? It's probably alliedmodders/sourcemod#1495 since that isn't backported, annoyingly.

Should be fixed shortly; thanks for the heads-up.