You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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!
The text was updated successfully, but these errors were encountered: