Hey, I'm trying to setup a GMod Dedicated Server, which I've had running successfully in the past, however I've just built a new server with updated specs, copied the entire SRCDS folder over to the new server and attempted to run the server, each time I try to connect to the server, the console is spammed and I get an engine error (Screenshot Below)
Crash1.png (Size: 209.44 KB / Downloads: 18)
Server Info:
OS: Server 2003 R2 (Enterprise)
CPU: Intel Pentium 4 3.20GHZ Dual Core Extreme (with HT)
RAM: 2GB
Game: Garry's Mod
Startup Commands:
Admin Mods: ULX
Other Mods (Screenshot of Addons Folder):
Ignore the folder named "Testing", that's where Mods have been removed from Addons into the Testing folder when not being used, i.e. testing server addon configurations.
Crash2.png (Size: 226.6 KB / Downloads: 7)
Any help would be much appreciated, thanks
Callum.
Crash1.png (Size: 209.44 KB / Downloads: 18)
Server Info:
OS: Server 2003 R2 (Enterprise)
CPU: Intel Pentium 4 3.20GHZ Dual Core Extreme (with HT)
RAM: 2GB
Game: Garry's Mod
Startup Commands:
Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait C:\srcds\orangebox\srcds.exe -console -game garrysmod +map gm_construct +maxplayers 6 -autoupdate -fps_max 60
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Other Mods (Screenshot of Addons Folder):
Ignore the folder named "Testing", that's where Mods have been removed from Addons into the Testing folder when not being used, i.e. testing server addon configurations.
Crash2.png (Size: 226.6 KB / Downloads: 7)
Any help would be much appreciated, thanks
Callum.