Server OS: Windows XP 64bit edition
Processor: Intel Pentium D (Dual Core, I think hyperthreaded? I'm not sure and can't find info)
Ram: 4GB
Game(s): garrysmod
Start Up Command: c:\srcds\srcds.exe -console -game garrysmod +map gm_construct -maxplayers 16 -autoupdate
Admin Mods: No mods as of yet. Will be installing ASSMod once it's working.
I just used "This" batch script to install my gmod server.
I have installed garrysmod servers many times (4 or 5 times now), and never had this issue. After issuing my start up command (see above) after a seemingly successful installation, the window opens real fast, then closes. There has been no log file or error printed that I can tell. I tried to launch a counter strike source server, as I installed that content as well. It worked flawlessly. Any idea what could be causing this? I have manually added the ep1, ep2, and portal content, but i tried launching it before I added this and had no luck then either. I have tried Serverdoc, and serverchecker to launch it, and it keeps immediately crashing there too.
Halp!
Processor: Intel Pentium D (Dual Core, I think hyperthreaded? I'm not sure and can't find info)
Ram: 4GB
Game(s): garrysmod
Start Up Command: c:\srcds\srcds.exe -console -game garrysmod +map gm_construct -maxplayers 16 -autoupdate
Admin Mods: No mods as of yet. Will be installing ASSMod once it's working.
I just used "This" batch script to install my gmod server.
Code:
@echo off
cd c:\srcds\
hldsupdatetool -command update -game garrysmod -dir C:\srcds
hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\srcds
hldsupdatetool -command update -game "hl2mp" -dir C:\srcds
hldsupdatetool -command update -game "tf" -dir C:\srcds
pause
I have installed garrysmod servers many times (4 or 5 times now), and never had this issue. After issuing my start up command (see above) after a seemingly successful installation, the window opens real fast, then closes. There has been no log file or error printed that I can tell. I tried to launch a counter strike source server, as I installed that content as well. It worked flawlessly. Any idea what could be causing this? I have manually added the ep1, ep2, and portal content, but i tried launching it before I added this and had no luck then either. I have tried Serverdoc, and serverchecker to launch it, and it keeps immediately crashing there too.
Halp!