FlaminSarge / tf2attributes

TF2Attributes SourceMod plugin
48 stars 41 forks source link

tf2.attributes.txt not loading correctly #18

Closed DirectCrit closed 6 years ago

DirectCrit commented 6 years ago

L 12/27/2017 - 13:21:19: [SM] Error parsing gameconfig file "c:\allcrits\tf2\tf\addons\sourcemod\gamedata\tf2.attributes.txt": L 12/27/2017 - 13:21:19: [SM] Error 1 on line 0, col 0: Stream failed to open L 12/27/2017 - 13:21:19: [SM] Exception reported: Unable to open tf2.attributes: File could not be opened: The system cannot find the file specified.

L 12/27/2017 - 13:21:19: [SM] Blaming: tf2attributes.smx L 12/27/2017 - 13:21:19: [SM] Call stack trace: L 12/27/2017 - 13:21:19: [SM] [0] LoadGameConfigFile L 12/27/2017 - 13:21:19: [SM] [1] Line 85, C:\sourcemod\tf2attributes\tf2attributes.sp::OnPluginStart L 12/27/2017 - 13:21:19: [SM] Unable to load plugin "tf2attributes.smx": Error detected in plugin startup(see error logs)

]sm plugins load tf2attributes [SM] Plugin tf2attributes.smx is already loaded.

FlaminSarge commented 6 years ago

It's looking for a file. Does that file exist on your server?

DirectCrit commented 6 years ago

yes

FlaminSarge commented 6 years ago

Possible duplicate of #12

Restarting the server, ensuring that the file exists, should work.