alliedmodders / amxmodx

AMX Mod X - Half-Life 1 Scripting and Administration
http://www.amxmodx.org/
494 stars 197 forks source link

Invalid Console Errors #694

Closed hashnimo closed 4 years ago

hashnimo commented 5 years ago

If you temporarily delete amxmodx/data/gamedata folder and start HLDS, these errors will show up in the server console;

L 04/03/2019 - 12:11:06: Error parsing gameconfig file "cstrike/addons/amxmodx/data/gamedata/modules.games.txt":
L 04/03/2019 - 12:11:06: Error 1 on line 0, col 0: Stream failed to open
L 04/03/2019 - 12:11:06: Error parsing gameconfig file "cstrike/addons/amxmodx/data/gamedata/common.games.txt":
L 04/03/2019 - 12:11:06: Error 1 on line 0, col 0: Stream failed to open
ReGameDLL version: 5.7.0.323-dev
L 04/03/2019 - 12:11:06: Error parsing gameconfig file "cstrike/addons/amxmodx/data/gamedata/common.games/gamerules.games.txt":
L 04/03/2019 - 12:11:06: Error 1 on line 0, col 0: Stream failed to open

But there are no such *.txt files as shown in the errors. What's wrong here?

Arkshine commented 5 years ago

Gamedata files are mandatory. Don't delete them.