Hey guys , I am kind of new to this community and stuff . But whatever , I need help on making a server , I read everything and followed the tutorial for 'Install: Windows (Rev. 2)'. I got everything done already , the only thing is , I don't know how do I go on fixing this error . I cant really find a name for this problem so I tried looking for topics randomly for help (Of course under this forum) . I have no luck at all fixing this error . Does anyone know how to solve this error ? Any help would be really much appreciated ! Thank you !
Try updating it again with a -verify_all in the update command.
It looks like your server is missing something
~ Mooga ...w00t? - SRCDS.com on Twitter Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
01-22-2008, 07:31 PM (This post was last modified: 01-22-2008, 07:32 PM by Poolday.)
Mooga Wrote:Try updating it again with a -verify_all in the update command.
It looks like your server is missing something
Hey , could you like , elaborate more on it ? Cause I'm kinda new . Anyway , how do I update it again with the -verify_all in the update command ? I don't really get that part . > , <
To Drocona : Thanks , cause I was wondering what I ran wasn't console version ? Haha , anyway , heres the answer to your questions . It does not stop at 'executing dedicated server config file' I just took that screenshot because I won't have a chance to take it after that (It's too fast for me to take , everything suddenly appears and boom . The 'SOURCE DEDICATED SERVER' just went off , and it would give me a error message at the 'watchdog'. After the part where I don't see the 'SOURCE DEDICATED SERVER ' , it would restart . Meaning , it's like me just running it normally again . But it would be restarted automatically .
01-22-2008, 07:49 PM (This post was last modified: 01-22-2008, 07:49 PM by Poolday.)
To Mooga : I don't know if any of this is the right method , please see to the screenshots I attached to this post . Or if I'm doing it wrong , could you guide me a little if you don't mind ? Thanks
Oh ! Thanks Drocona ! I just did that and I'll update this topic later . It's working , so I'll wait till this verifies everything then I'll post again in this topic , in the meantime , I'll wait for it to finish
Drocona Wrote:What commands are you using to start up the server?
just wondering...
The command is inside your BAT file btw
~ Mooga ...w00t? - SRCDS.com on Twitter Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Yeap . I used the .bat file to start up . In case you want it , here it is .
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 -game cstrike +map de_dust +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
I pasted everything here , in case you need to know the whole information . Hope I can get this solved soon !
Drocona Wrote:Have you installed any plugins on the server or is that it.
Nothing wrong in the batch file either... must be some dll crashing or so...
are there .mdmp files in the main srcds folder?
Yes they are , what are they for anyway ? Are they some sort of report ? Like when your server crash , each file is made or something ? Where should I move them to ? And no I haven't touch on any plugin yet , I will do so when the server is working .