Page 1 of 1

Server Crashing

PostPosted: Wed Dec 30, 2009 2:16 am
by Huggs
Seems to happen several times a day near the end of a map when someone is on nade level.
Not on the same map.

Here is the end of the CONSOLE log -

>>>>>>>>> Normal Activity

Removed weapon_glock(weapon_glock)
Removed worldspawn(worldspawn)
Missing shutdown function for Sys_InitAuthentication() : Sys_ShutdownAuthentication()
Missing shutdown function for S_Init() : S_Shutdown()
Missing shutdown function for Decal_Init() : Decal_Shutdown()
Missing shutdown function for InitStudioRender() : ShutdownStudioRender()
Missing shutdown function for StaticPropMgr()->Init() : StaticPropMgr()->Shutdown()
Missing shutdown function for modelloader->Init() : modelloader->Shutdown()
Missing shutdown function for InitMaterialSystem() : ShutdownMaterialSystem()
Missing shutdown function for HLTV_Init() : HLTV_Shutdown()
Missing shutdown function for g_Log.Init() : g_Log.Shutdown()
Missing shutdown function for master->Init() : master->Shutdown()
Missing shutdown function for sv.Init( bDedicated ) : sv.Shutdown()
Missing shutdown function for g_GameEventManager.Init() : g_GameEventManager.Shutdown()
Missing shutdown function for NET_Init( bDedicated ) : NET_Shutdown()
Missing shutdown function for Key_Init() : Key_Shutdown()
Missing shutdown function for Filter_Init() : Filter_Shutdown()
Missing shutdown function for saverestore->Init() : saverestore->Shutdown()
Missing shutdown function for COM_Init() : COM_Shutdown()
Missing shutdown function for V_Init() : V_Shutdown()
Missing shutdown function for cv->Init() : cv->Shutdown()
Missing shutdown function for Cmd_Init() : Cmd_Shutdown()
Missing shutdown function for Cbuf_Init() : Cbuf_Shutdown()
Missing shutdown function for Con_Init() : Con_Shutdown()
Missing shutdown function for Memory_Init() : Memory_Shutdown()
Missing shutdown function for Host_Init( s_bIsDedicated ) : Host_Shutdown()
Missing shutdown function for Sys_InitMemory() : Sys_ShutdownMemory()
Missing shutdown function for Sys_Init() : Sys_Shutdown()
Missing shutdown function for COM_InitFilesystem( info.m_pInitialMod ) : COM_ShutdownFileSystem()

>>>>>>>> SRCDS Service restarts


Can anyone tell me what is going on?
Is there someplace else I can look for errors?



PCH

PostPosted: Wed Dec 30, 2009 3:07 am
by Huggs
I found this in the Event Log (during the crash) -

Faulting application srcds.exe, version 0.0.0.0, time stamp 0x444d93d2, faulting module steamclient.dll, version 3.0.0.1, time stamp 0x4820b946, exception code 0xc0000005, fault offset 0x000345c6, process id 0xd4c, application start time 0x01ca88c361e875f9.




PCH

Re: Server Crashing

PostPosted: Wed Dec 30, 2009 3:30 am
by Huggs
I ran the HLDSUpdateTool and everything was up to date.



PCH