Hi,
I have a very odd problem.
I'm trying to automate my steamcmd, but that wont work for me.
i have a script called update.txt that holds the following
I run it with this command
and get the following error
I i run this
Then it fails just like above.
BUT.. When i run it by my self.
Enter the ./steamcmd.sh and enter
login anonymous, it successes..
I have googled the connection failed message, and tried a lot of solutions, but none worked yet.
Also i want to note. I used Ubuntu 12.04 x64 before, and the exact same thing happend there, as it now does at CentOS6
Information
Linux version: CentOS 6.2 x64
CPU: Intel Dual-Core E2160 (1 cpu with 2 cores)
RAM: 2048
I have a very odd problem.
I'm trying to automate my steamcmd, but that wont work for me.
i have a script called update.txt that holds the following
Code:
login anonymous
force_install_dir 232330
app_update 232330
quit
I run it with this command
Code:
./steamcmd.sh +runscript .update.txt
Code:
login anonymous
Connecting anonymously to Steam Public...Login Failure: No Connection
Failed.
force_install_dir 232330
app_update 232330
ERROR! Failed to request AppInfo update, not online or not logged in to Steam.
quit
I i run this
Code:
./steamcmd.sh +login anonymous +force_install_dir 232330 +app_update 232330 +quit
BUT.. When i run it by my self.
Enter the ./steamcmd.sh and enter
login anonymous, it successes..
Code:
Connecting anonymously to Steam Public...Success.
I have googled the connection failed message, and tried a lot of solutions, but none worked yet.
Also i want to note. I used Ubuntu 12.04 x64 before, and the exact same thing happend there, as it now does at CentOS6
Information
Linux version: CentOS 6.2 x64
CPU: Intel Dual-Core E2160 (1 cpu with 2 cores)
RAM: 2048