12-19-2010, 02:13 AM
So when loading up my Gmod dedi with a .bat :
I get a error in the console:
And then I get this error in a popup text box:
I've tried renaming my addons folder to addons.bak and my lua folder to lua.bak and then re-updated using HldsUpdateTool, that didn't work.
So then I tried renaming the whole "garrysmod" folder and moving it to the C:\ drive then again re-updated.
Still nothing.
Any help?
-Alex
Code:
@echo off
cd c:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod +map gm_construct +maxplayers 8
echo "Garry's Mod" has now started.
echo It is recommended that you start Server Crash Recovery aswell.
I get a error in the console:
Code:
Console initalized.
ConVarRef mat_dxlevel dosen't point to an existin ConVar
Game.dll loaded for "Garry's Mod"
Code:
---------------------------
Engine Error
---------------------------
Host_Error: IDLLFunctions::DLLInit returned false.
---------------------------
OK
---------------------------
I've tried renaming my addons folder to addons.bak and my lua folder to lua.bak and then re-updated using HldsUpdateTool, that didn't work.
So then I tried renaming the whole "garrysmod" folder and moving it to the C:\ drive then again re-updated.
Still nothing.
Any help?
-Alex