Scags / TF2Classic-Tools

Basic tools for TF2Classic dedicated server development
7 stars 11 forks source link

tf2c.inc appears to have been broken with the newest TF2C update (2.0.2) #7

Open RevilleAJ opened 3 years ago

RevilleAJ commented 3 years ago

It appears that TF2Classic-Tools no longer works in the latest update for TF2C. In the error log, it reports:

L 05/21/2021 - 21:59:35: SourceMod error session started
L 05/21/2021 - 21:59:35: Info (map "cp_amaranth") (file "C:\Program Files (x86)\Steam\steamapps\sourcemods\tf2classic\addons\sourcemod\logs\errors_20210521.log")
L 05/21/2021 - 21:59:35: [tf2c.smx] Could not load native for "TF2_AddCondition"
L 05/21/2021 - 21:59:35: [tf2c.smx] Could not load native for "TF2_DisguisePlayer"
L 05/21/2021 - 21:59:35: [tf2c.smx] Could not load native for "TF2_RemovePlayerDisguise"
L 05/21/2021 - 21:59:35: [tf2c.smx] Could not set AddCondition from config!
L 05/21/2021 - 21:59:35: [SM] Exception reported: Hook not setup for a detour.
L 05/21/2021 - 21:59:35: [SM] Blaming: tf2c.smx
L 05/21/2021 - 21:59:35: [SM] Call stack trace:
L 05/21/2021 - 21:59:35: [SM]   [0] DHookEnableDetour
L 05/21/2021 - 21:59:35: [SM]   [1] Line 159, C:\Users\johnm\OneDrive\Documents\GitHub\TF2Classic-Tools\sourcemod\scripting\tf2c.sp::OnPluginStart
L 05/21/2021 - 21:59:35: [SM] Unable to load plugin "tf2c.smx": Error detected in plugin startup (see error logs)
L 05/21/2021 - 21:59:35: [SM] Unable to load plugin "tf_bot_setup_time_move.smx": Could not find required plugin "tf2c"
L 05/21/2021 - 22:12:44: Error log file session closed.

It seems that the natives may have been altered, but I am unsure about that.

Scags commented 3 years ago

Yeah, there was an update that broke just about everything. I'll see if I can get the new signatures before long.

Scags commented 3 years ago

Updated with latest commit. Let me know if it works.

vintagepc commented 3 years ago

Seems to be working again :+1:

IanE9 commented 3 years ago

This really ought to be closed since things appear stable now.