peace Posted April 4, 2010 Share Posted April 4, 2010 Hello, guys. I have few CS:S server are being crashed with srcds.exe error. The only way to see problem is console on RDP. But after connect console with error immediately disappeared and i cant see last console lines. The question is how to make console and error pop-up stay on screen after RDP connect so i can see what is in console? And second. What should i set in service settings to server not being restart on not responding. Thank you. Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted April 4, 2010 Share Posted April 4, 2010 use ur mdmp files for crash debugging. never tried but i assume you can log the whole console to a file using a bat like srcds.exe +yourcommandline >> log.txt Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted April 5, 2010 Share Posted April 5, 2010 What OS are you running, and if it's a server edition check your event logs and post the error, if it says faulting XXXXXXX or something make sure srcds.exe is not set anymore than above normal priority. If that does not work I have a few more tricks up my sleeve. Good Luck Link to comment Share on other sites More sharing options...
adamnp Posted April 5, 2010 Share Posted April 5, 2010 The events are definately logged to your eventviewer... Just view them there, or run the server via the command prompt, and watch it live. Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted April 5, 2010 Share Posted April 5, 2010 Reply back if the problem is fixed Link to comment Share on other sites More sharing options...
peace Posted April 5, 2010 Author Share Posted April 5, 2010 Thanks for your replies. We are running new DP Xeon server with 12Gb RAM. The max load is about 20-25% with ~35-40 (about 500 slots) servers installed and 200+ players online. So there are 30 CS 1.6 servers running and 6-7 CS:S and few COD4 servers. Most servers works fine. But some of CS:S servers are getting down with pop-up error: Application popup: srcds.exe - Application Error : The exception unknown software exception (0xc0000005) occurred in the application at location 0x133045c6. I cant monitor console live cause crashes happen 1-3 times per day. So the only way to see what's going wrong is to check last console lines. But it disappeared when i just log in. srcds.exe +yourcommandline >> log.txt Doesnt work. It opens up 2 consoles: 1 SRCDS and second just bat cmd... Now priority. If there is only 20-30% CPU load should priority be above normal for CSS or it usefull only when load is more high? I'll set above normal priority and see for results. Link to comment Share on other sites More sharing options...
Goran Posted April 6, 2010 Share Posted April 6, 2010 does it create a mdmp file? if so you can see what is causing the problem by using win dbg Link to comment Share on other sites More sharing options...
peace Posted April 6, 2010 Author Share Posted April 6, 2010 Yes. It generates mdmp files. Server OS is WS 2003. I installed Win DBG on my home PC with XP OS. Downloaded Symbols WS 2003 x86 and WS 2003 x64 but still i am getting this: This dump file has an exception of interest stored in it. The stored exception information can be accessed via .ecxr. (4408.3e8c): Access violation - code c0000005 (first/second chance not available) eax=00000000 ebx=00239238 ecx=fffffff1 edx=0b064120 esi=00239210 edi=00239268 eip=7d61d6e4 esp=00114418 ebp=00114424 iopl=0 nv up ei ng nz ac pe nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010296 Unable to load image C:\WINDOWS\system32\ntdll.dll, Win32 error 0n2 *** WARNING: Unable to verify timestamp for ntdll.dll *** ERROR: Module load completed but symbols could not be loaded for ntdll.dll ntdll+0x1d6e4: 7d61d6e4 c20800 ret 8 Goran, do you have positive experience with Win DBG and mdmp game files? Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted April 6, 2010 Share Posted April 6, 2010 post the whole debug log im sure there is more, cant be that short. Link to comment Share on other sites More sharing options...
peace Posted April 6, 2010 Author Share Posted April 6, 2010 Here's whole log: Microsoft ® Windows Debugger Version 6.11.0001.404 X86 Copyright © Microsoft Corporation. All rights reserved. Loading Dump File [E:\Documents and Settings\\Steam__570557__2010_4_3T18_49_8C10009390.mdmp] User Mini Dump File: Only registers, stack and portions of memory are available Comment: '' Symbol search path is: E:\WINDOWS\Symbols Executable search path is: Windows Server 2003 Version 3790 (Service Pack 2) MP (16 procs) Free x86 compatible Product: Server, suite: Enterprise TerminalServer SingleUserTS Machine Name: Debug session time: Sat Apr 3 22:49:08.000 2010 (GMT+4) System Uptime: not available Process Uptime: 0 days 2:46:50.000 ................................................................ .. This dump file has an exception of interest stored in it. The stored exception information can be accessed via .ecxr. (4408.3e8c): Access violation - code c0000005 (first/second chance not available) eax=00000000 ebx=00239238 ecx=fffffff1 edx=0b064120 esi=00239210 edi=00239268 eip=7d61d6e4 esp=00114418 ebp=00114424 iopl=0 nv up ei ng nz ac pe nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010296 Unable to load image C:\WINDOWS\system32\ntdll.dll, Win32 error 0n2 *** WARNING: Unable to verify timestamp for ntdll.dll *** ERROR: Module load completed but symbols could not be loaded for ntdll.dll ntdll+0x1d6e4: 7d61d6e4 c20800 ret 8 Seems the problem in "Unable to load image C:\WINDOWS\system32\ntdll.dll" so the mdmp cant be fully opened =/ Link to comment Share on other sites More sharing options...
Goran Posted April 6, 2010 Share Posted April 6, 2010 did you try to run : !analyze -v or !analyze -show it should return some results. I did mdmp debugging few days ago and it worked ok for me, showed to me that there were some problems with eventscripts. Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted April 6, 2010 Share Posted April 6, 2010 weird thing, i dont gotsymbols and so i have those errors but still my logs ar much bigger Is ur server running anything potentially unstable (like zombiemod) or even cracked dll if you allowed them? Also post ur zipped mdmp just to make sure Link to comment Share on other sites More sharing options...
peace Posted April 6, 2010 Author Share Posted April 6, 2010 It works, thanks. But till some misses with symbols =/. Debug points to kernel32.dll and some mentions about mani_admin_plugin. Seems i have to find out what all parameters mean .debug.txt Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted April 6, 2010 Share Posted April 6, 2010 It works, thanks. But till some misses with symbols =/. Debug points to kernel32.dll and some mentions about mani_admin_plugin. Seems i have to find out what all parameters mean . install servsecurity if not already done and make sure plugins are up to date, specially mani. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.