-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error detected in plugin startup #25
Comments
You're missing the gamedata file, download https://github.com/FlaminSarge/tf2attributes/blob/master/tf2.attributes.txt |
The problem is that I said the files all check out, I'm not missing the gamedata file. |
relaunch your server, or restart your computer. If it still error's then MAKE SURE it is there. In the error provided it says the system can't find the file. So its not there. |
If you get |
yea that |
I restarted everything multiple times, checked the file name, literally copy pasted the directory it gave in windows explorer: E:\Games\Steam\LANServer\TF2Server\tf\addons\sourcemod\gamedata\tf2.attributes.txt and it opened the file perfectly fine... Yet still gives me the error. The file does not have any special permissions like Read-Only, etc, and the server is ran as administrator. |
Did you restart your computer though? |
everything |
Well if you have done "everything" then nobody can help you, this is your machine and system without more data, list of files, screenshots ect... nobody here can you help further. |
I think this might be a case of the difference between uppercase and lowercase for reading files. Windows makes no distinction between uppercase and lowercase for file names, but SourceMod seems to lowercase the whole path, which ends up with the issue described. You might have to lowercase your entire server path in order for this to work. |
L 06/18/2018 - 13:13:09: [SM] Error parsing gameconfig file "E:\Games\Steam\LANServer\TF2Server\tf\addons\sourcemod\gamedata\tf2.attributes.txt": L 06/18/2018 - 13:13:09: [SM] Error 1 on line 0, col 0: Stream failed to open L 06/18/2018 - 13:13:09: [SM] Exception reported: Unable to open tf2.attributes: File could not be opened: The system cannot find the file specified.
I tried reinstalling the plugin, checked all the file names and directories, everything checks out. As to how it "can't find the file specified" is beyond me. I restarted the server every time I tried reinstalling. I am running a simple "LAN" srcds server.
The text was updated successfully, but these errors were encountered: