View Single Post
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 12-23-2011 , 03:13   Re: Unable to initialize steam. (HLDS 5408)
Reply With Quote #9

Nice thread, who are still having this problem you can use this bat script to start your server.

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
This script will get rid of error message "Unable to initialize steam".

For windows user only.
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline