GoldenEye: Source Forums

Debriefing => Bug Reports & Fixes => Topic started by: David on March 05, 2012, 09:46:47 am

Title: Server stops responding
Post by: David on March 05, 2012, 09:46:47 am
We've been running a Goldeneye Source server for about a week now and after about 1-10 games the server disconnects everyone and no one can connect. The only fix we've found requires that that process be terminated and restarted before the server can be used again. I have tried a fresh install on another server and the same thing happens. Sometimes we play 1 round and sometimes we can play 10. Seems to happen quite a bit on ge_runway and ge_silo. Any help would be appreciated.
Title: Re: Server stops responding
Post by: Emilia on March 05, 2012, 11:20:12 am
Do you have any plugins running?
Title: Re: Server stops responding
Post by: David on March 05, 2012, 06:04:05 pm
Does SourceMod count?
Title: Re: Server stops responding
Post by: Proxie on March 05, 2012, 07:49:23 pm
Does the server spit any errors at you when crashing?  Check for errors in the server log also.
Title: Re: Server stops responding
Post by: David on March 05, 2012, 08:53:55 pm
I'm new to this but if you can tell me the filename I can find it. I don't have access to the console information but I can get it if it is critical. I will also be checking this post regularly to try to answer your replies quickly.


(also off topic - if a mod could move this topic to this forum's parent forum I'd appreciate it. I posted here by accident when I should have posted in Bug Reports & Fixes)
Title: Re: Server stops responding
Post by: Proxie on March 05, 2012, 09:34:02 pm
You have to enable server logging IIRC.
Code: [Select]
log 1
sv_logfile 1

Throw those in your server cfg or edit the existing values if you have them.  If everything goes as planned, your logs should be stored in a log folder or something similar.

EDIT: Remove SM and see if it solves the problem.  Also, what OS is the server running on?
Title: Re: Server stops responding
Post by: David on March 05, 2012, 10:04:02 pm

Code: [Select]
// *********** server logging ***********
log on
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0




^^^
This is in the server.cfg and hasn't been modified since it was installed.


Operating System: Windows Server 2008 R2 Standard 64 Bit


12GB Ram
Intel Xeon E5504 x2 (Dual Quad)


Also the problem existed well before we installed SourceMod