FlaminSarge / tf2attributes

TF2Attributes SourceMod plugin
48 stars 41 forks source link

attributes not loading even though I have the gamedata file #46

Open Alaliiah opened 2 years ago

Alaliiah commented 2 years ago

ProtoDefs post data loaded. ProtoDefs loaded. 24.69 MB used ProtoDefs post data loaded. ProtoDefs loaded. 24.69 MB used Unable to load plugin "addons/metamod/bin/win64/server" maxplayers set to 24 No '-replayserverdir' parameter found - using default replay folder. Replay: Creating thread pool...succeeded. Replay: Starting thread pool with 4 threads...succeeded. Cleaning files from temp dir, "c:\tf2\tf2_mod\release\servers\x10_upward\server\tf\replay\server\tmp\" ...no files removed. ProtoDefs post data loaded. ProtoDefs post data loaded. Unknown command "r_decal_cullsize" maxplayers set to 24 Network: IP 0.0.0.0, mode MP, dedicated Yes, ports 28015 SV / 28020 CL Initializing Steam libraries for secure Internet server No account token specified; logging into anonymous game server account. (Use sv_setsteamaccount to login to a persistent account.) L 10/04/2021 - 16:08:55: [TF2ITEMS] "GiveNamedItem" offset = 478 [STEAMTOOLS] Initial loading stage complete... L 10/04/2021 - 16:09:01: [SM] Error parsing gameconfig file "c:\tf2\tf2_mod\release\servers\x10_upward\server\tf\addons\sourcemod\gamedata\tf2.attributes.txt": L 10/04/2021 - 16:09:01: [SM] Error 1 on line 0, col 0: Stream failed to open L 10/04/2021 - 16:09:01: [SM] Exception reported: Unable to open tf2.attributes: File could not be opened: The system cannot find the file specified.

L 10/04/2021 - 16:09:01: [SM] Blaming: tf2attributes.smx L 10/04/2021 - 16:09:01: [SM] Call stack trace: L 10/04/2021 - 16:09:01: [SM] [0] LoadGameConfigFile L 10/04/2021 - 16:09:01: [SM] [1] Line 85, C:\sourcemod\tf2attributes\tf2attributes.sp::OnPluginStart L 10/04/2021 - 16:09:01: [SM] Unable to load plugin "tf2attributes.smx": Error detected in plugin startup (see error logs) L 10/04/2021 - 16:09:01: [SM] Unable to load plugin "tf2x10.smx": Could not find required plugin "tf2attributes" Executing dedicated server config file server.cfg image

Alaliiah commented 2 years ago

I saw in another issue that this was due to the file path not being in lowercase, but I've lowercased everything except for the C: drive since I don't think I can with that and I still have the problem. I've restarted the server many times and restarted my computer as well. If it's important, I'm using Crazy (tutorial youtuber)'s server manager to create and launch the server, I added the plugins manually. All plugins and text files are the latest versions I can find.