Thread: HLDS
View Single Post
Author Message
Obada
Senior Member
Join Date: Dec 2014
Location: Abu Dhabi
Old 12-31-2014 , 00:48   HLDS
Reply With Quote #1

Hello everyone,

So basically my problem is that whenever I try to launch HLDS, I get this error
PHP Code:
Fatal Error: (Shutting down unable to initialize steam 
So what I'm doing is closing steam, and restarting it, then HLDS would work. It's really annoying, because my server crashes, and I want it to auto restart, I'm using HLSM, but HLDS won't start, only if I restarted steam.

I've read people's post on how to fix it, here are some fixes that people used, but they do not work for me.

#1
Code:
@echo off
cls
title StartUp
:hlds
echo (%time%) HLDS Started...
reg add "HKCU\Software\Valve\Steam\ActiveProcess" /v SteamClientDll /t REG_SZ /d "" /f
start /wait hlds.exe -console -game cstrike -master -noipx +map de_dust2 +maxplayers 12 +port 27015
echo n| goto hlds
echo (%time%) HLDS Crashed, restarting...
goto hlds

#2
Code:
reg add "HKCU\Software\Valve\Steam\ActiveProcess" /v SteamClientDll /t REG_SZ /d "" /f

#3 Creating a .txt file, naming it steam_appid.txt, and writing in it 10.



Here are the following Outputs of
Code:
rcon version
rcon meta version
rcon meta list
rcon amxx version
rcon amxx modules
rcon amxx plugins
rcon status

Version : -


Meta Version : -


Meta List : -


Amxx Version : -


Amxx Modules : -


Amxx Plugins : -



Thanks, I just wanted to know how can I fix this error, my players complain about server crashing, so I decided to run an auto-restarter.

I wasn't Facing this problem until I updated my server using Steamcmd.

Thank you.
Obada is offline