11-27-2012, 06:37 PM
(This post was last modified: 11-27-2012, 06:42 PM by jonnyboy0719.)
This works fine on our own personal PC's but not on the Windows Server 2003 R2, and I cannot find any solution anywhere. I just want this fixed so we can use our own mod running.
BASIC INFO
Server OS: Windows Server 2003 R2
Processor: Intel® Xeon® CPU X3220 @ 2.40GHz
Ram: 2.39 GHz, 1.50GB of RAM
Game(s): Half-Life 2: Deathmatch
Start Up Command:
Admin Mods: None Installed.
INSTALLING INFO
Full Install Command:
EDIT:
When trying to start the server is instantly crashes and says this on output
and on the DMP file it links to materialsystem.dll.
BASIC INFO
Server OS: Windows Server 2003 R2
Processor: Intel® Xeon® CPU X3220 @ 2.40GHz
Ram: 2.39 GHz, 1.50GB of RAM
Game(s): Half-Life 2: Deathmatch
Start Up Command:
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 srcds.exe -console -port 57018 -game hl2mp +map dm_lockdown +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
INSTALLING INFO
Full Install Command:
Code:
hldsupdatetool -command update -game "hl2mp" -dir "C:\BBS Server\Server"
pause
EDIT:
When trying to start the server is instantly crashes and says this on output
Code:
Console initialized.
Missing shutdown function for COM_InitFilesystem( info.m_pInitialMod ) : COM_ShutdownFileSystem()