C0nw0nk / SteamCMD-AutoUpdate-Any-Gameserver

Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
144 stars 28 forks source link

Script cannot work, The system cannot find the file specified. #9

Open ScHuLcZ opened 8 years ago

ScHuLcZ commented 8 years ago

I tried to use the script (tried both versions), but endless upgrade cycle occurs, and I see the following error message:

The system cannot find the file specified. FINDSTR: No search strings ERROR: The search filter cannot be recognized. Redirecting stderr to 'C:\home\steamcmd\logs\stderr.txt'

steam.cmd (or steam-CURL.cmd) configuration: @ECHO OFF set steamkey=HERE_IS_MY_STEAM_KEY set login=anonymous set install_directory=C:\home\servers\myserver set steamcmd_path=C:\home\steamcmd\steamcmd.exe set exe_path=C:\home\servers\myserver\srcds.exe -game csgo -console -usercon -secure -maxplayers_override 26 -tickrate 128 -nohltv +sv_pure 0 +game_type 0 +game_mode 1 +mapgroup mg_bomb +map de_dust2 set servername=myserver set appid=740 set update_appid=730 set interval=60 set suppress_errors=true

If I tried to start the server from cmd, it works!

c:\home\servers\myserver>srcds.exe -game csgo -console -usercon -secure -maxplayers_override 26 -tickrate 128 -nohltv +sv_pure 0 +game_type 0 +game_mode 1 +mapgroup mg_bomb +map de_dust2

What could be the problem?

Thanks!

C0nw0nk commented 8 years ago

Are you running as administrator ?

Also with the steam-CURL.cmd file have you renamed it to server.cmd for example ?

ScHuLcZ commented 8 years ago

Yes, i tried with run as admin also. (Server 2008 R2)

I renamed steam-CURL to steam.cmd, but the more I prefer VBScript version.