SRCDS Steam group


SRCDS causes to crash server
#1
Question 
BASIC INFO
Server OS: Windows Server 2008 64-bit
Processor: Xeon 3370 (3,0 Ghz)
Ram: 8 GB
Game(s): Counterstrike Source nothing else
Start Up Command: C:\War1\srcds.exe +exec server.cfg -game cstrike +maxplayers 13 +map de_dust2 -tickrate 100 +hostport 27015 -console +fps_max 600
Admin Mods: MetaMod

To avoid the nice picture this Basic explanation...just filled it in to please the admin...

What is happening? Well since monday I installed on my server cspromod , the 1 and only thing that changed the past months, clean install in separate directory...ran fine, monday evening the "fun" started.
The server crashed since at least 2 times a day or more as today we are at the 6th crash...and the crashes occur even when the server is EMPTY...

Eventviewer gives me this info:

Log Name: Application
Source: Application Error
Date: 2/5/2010 5:28:47 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: WIN-xxxxxxxx
Description:
Faulting application srcds.exe, version 0.0.0.0, time stamp 0x444d93d2, faulting module ntdll.dll, version 6.0.6002.18005, time stamp 0x49e03824, exception code 0xc0000005, fault offset 0x0002fb0a, process id 0xd5c, application start time 0x01caa677bb76933f.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2010-02-05T16:28:47.000Z" />
<EventRecordID>12976</EventRecordID>
<Channel>Application</Channel>
<Computer>WIN-GESVBX633IA</Computer>
<Security />
</System>
<EventData>
<Data>srcds.exe</Data>
<Data>0.0.0.0</Data>
<Data>444d93d2</Data>
<Data>ntdll.dll</Data>
<Data>6.0.6002.18005</Data>
<Data>49e03824</Data>
<Data>c0000005</Data>
<Data>0002fb0a</Data>
<Data>d5c</Data>
<Data>01caa677bb76933f</Data>
</EventData>
</Event>


anyone?
Reply
#2
Have you turned DEP off?
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#3
[/align][align=center]
(02-06-2010, 07:05 AM)lol554 Wrote:  Have you turned DEP off?

Yes it is in this sense: you can choose between "turn on DEP for windows essential services en programs only

and "turn on DEP for ALL programs and services"

On my server it is the first complete off is not possible I think
Reply
#4
If im right, you can't choose the first option? That sounds a bit wierd.

If i have been understanding you the right way, the gameserver is crashing the physical server ?
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#5
the first option is chosen , no problem(it took a reboot)

and yes: the GAME server goes down and the whole physical server goes with it
Reply
#6
I suppose that the server is getting a bluescreen? If so, try to find the dump files, and post it here
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#7
kinda difficult, this server is in a datacenter, never been actually on it while it crashed, i work or change things on it through remote desktop.

the eventviewer geices the info like in the forst post, it has something to do with srcds.exe

Faulting application srcds.exe, version 0.0.0.0, time stamp 0x444d93d2, faulting module ntdll.dll, version 6.0.6002.18005, time stamp 0x49e03824, exception code 0xc0000005, fault offset 0x0002fb0a, process id 0xd5c, application start time 0x01caa677bb76933f.
Reply
#8
Do you have HPET enabled?
Slå den med jeres fiberforbindelser...

[Image: 1308107839.png]
Reply
#9
mobo = Asus P5BV-c as far as I can find the manual isn't saying anything about HPET, and the High Precision Event Timer should be enabled in the bios where I can't find anything about it...guess this board does not support it.
found this also in problem reports & Solutions

Problem signature
Problem Event Name: APPCRASH
Application Name: srcds.exe
Application Version: 0.0.0.0
Application Timestamp: 444d93d2
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6002.18005
Fault Module Timestamp: 49e03824
Exception Code: c0000005
Exception Offset: 0002fb0a
OS Version: 6.0.6002.2.2.0.1296.17
Locale ID: xxxxxxxx
Additional Information 1: bfef
Additional Information 2: e8adce1c2b9e7be834b4063ac3c53863
Additional Information 3: bfef
Additional Information 4: e8adce1c2b9e7be834b4063ac3c53863

Files that help describe the problem
Version.txt
AppCompat.txt
memory.hdmp
minidump.mdmp
Reply
#10
Change the startup line to:
Code:
C:\War1\srcds.exe -console -game cstrike -maxplayers 13 +map de_dust2 -tickrate 100 -port 27015 +fps_max 600 +exec server.cfg
Reply
#11
dude , with all due respect, please read ALL the posts in the thread :

QUOTE: kinda difficult, this server is in a datacenter, never been actually on it while it crashed, i work or change things on it through remote desktop. /UNQUOTE

This is a real online server in a datacenter , a so called dedicated server, what you propose or think is a listen server and I think also that the error won't be solved with moving exec server.cfg from the front of the command line to the end...
This is something else...
Reply
#12
(02-07-2010, 03:32 AM)Beaverbeliever Wrote:  Change the startup line to:
Code:
C:\War1\srcds.exe -console -game cstrike -maxplayers 13 +map de_dust2 -tickrate 100 -port 27015 +fps_max 600 +exec server.cfg

+hostport 27015 -> -port 27015
+maxplayers 13 -> -maxplayers 13
-console to the front
Reply
#13
(02-07-2010, 05:00 AM)R@ndom Wrote:  dude , with all due respect, please read ALL the posts in the thread :

QUOTE: kinda difficult, this server is in a datacenter, never been actually on it while it crashed, i work or change things on it through remote desktop. /UNQUOTE

This is a real online server in a datacenter , a so called dedicated server, what you propose or think is a listen server and I think also that the error won't be solved with moving exec server.cfg from the front of the command line to the end...
This is something else...

That's not the only change I made. I have had errors before by putting + instead of -, and vice versa.

As for sebbe, I am not sure the point of your post.
Reply
#14
I'm actually with Beaver on this one... (I'm as shocked as you are)
Your startup line is hacked together in a bad order with obsolete commands. I don't know where people find such commands, but I don't think HL1 uses some of those commands any more...

Try Beaver's line.

Also, I've NEVER seen SRCDS crash a server, and I've been around here for a while. I actually think that fixed line might work.

Also try removing or updating metamod and make sure you are using the correct version.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
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.
Reply
#15
changed it EXACTLY to what Beaver and Mooga like(order of the commands and words) : now the EVENT VIEWER REPORT is still showing this every 17 minutes

INSTALLED METAMOD SOURCE = 1.8.0

Problem signature

Problem Event Name: APPCRASH <---- don't you think THIS line says something? any explanation for this?

Application Name: srcds.exe <---- don't you think THIS line says something? any explanation for this?

Application Version: 0.0.0.0
Application Timestamp: 444d93d2
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6002.18005
Fault Module Timestamp: 49e03824
Exception Code: c0000005
Exception Offset: 0002fb0a
OS Version: 6.0.6002.2.2.0.1296.17
Locale ID: xxxxxxxx
Additional Information 1: bfef
Additional Information 2: e8adce1c2b9e7be834b4063ac3c53863
Additional Information 3: bfef
Additional Information 4: e8adce1c2b9e7be834b4063ac3c53863

Files that help describe the problem
Version.txt
AppCompat.txt
memory.hdmp
minidump.mdmp
Reply


Forum Jump:


Users browsing this thread: 8 Guest(s)