Raised This Month: $51 Target: $400
 12% 

Server-Crash after start


Post New Thread Reply   
 
Thread Tools Display Modes
patryk1345
Junior Member
Join Date: Feb 2011
Old 10-16-2011 , 02:54   Re: Server-Crash after start
Reply With Quote #21

For me It's problem with update.
patryk1345 is offline
Robotron
Member
Join Date: Oct 2010
Old 10-16-2011 , 03:21   Re: Server-Crash after start
Reply With Quote #22

Yep, Valve or Steam not yet mentioned anything
Robotron is offline
150652634
New Member
Join Date: Oct 2011
Old 10-16-2011 , 10:45   Re: [ES] Server-Crash after start
Reply With Quote #23

yo tengo un problema muy similar

1ro.- me tira este error
Quote:
response: CrashID=bp-39701860-0828-4413-9fba-91ead2111015

./hlds_run: line 321: 6809 Violación de segmento $HL_CMD
Y todo lo que me aparece en el PuTTY es
Quote:
Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Base Content' version 35


Checking/Installing 'Linux Server Engine' version 65


Checking/Installing 'Half-Life Base Content' version 12


HLDS installation up to date
CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 70 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(10)/version(540
scandir failed:/usr/hlds/SAVE
scandir failed:/usr/hlds/./valve/SAVE
scandir failed:/usr/hlds/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 22:54:48 Aug 15 2011 (540
STEAM Auth Server
Server IP address 190.8.115.201:20015
scandir failed:/usr/hlds/SAVE
scandir failed:/usr/hlds/./valve/SAVE
scandir failed:/usr/hlds/./platform/SAVE
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

couldn't exec listip.cfg
couldn't exec banned.cfg
ipcserver.cpp (956) : Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )
Assert( Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset ) ):/home/VALVE/alfred/valve/steam3_rel_client/src/clientdll/../common/ipcserver.cpp:956

CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 0 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
scandir failed:/usr/hlds/SAVE
scandir failed:/usr/hlds/./valve/SAVE
scandir failed:/usr/hlds/./platform/SAVE
threadtools.cpp (2624) : Assertion Failed: Tried to create a thread that has already been created!
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20111016005052_1.dmp
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Connection to Steam servers successful.
VAC secure mode is activated.
success = yes
response: CrashID=bp-39701860-0828-4413-9fba-91ead2111015

./hlds_run: line 321: 6809 Violación de segmento $HL_CMD
que puede ser todo esto que nos pasa?
150652634 is offline
150652634
New Member
Join Date: Oct 2011
Old 10-16-2011 , 10:52   Re:[ES] Server-Crash after start
Reply With Quote #24

Quote:
Originally Posted by Robotron View Post
those with the problem, are on a VPS?
yo lo monté en un VPS y pasa algo muy similar a los casos anteriores.
150652634 is offline
Robotron
Member
Join Date: Oct 2010
Old 10-16-2011 , 14:09   Re: Server-Crash after start
Reply With Quote #25

Estoy sobre un VPS, pero alguien más lo esta montando en un Servidor Fisico.
Robotron is offline
Podunk
Senior Member
Join Date: Nov 2005
Location: Florida
Old 10-16-2011 , 17:50   Re: Server-Crash after start
Reply With Quote #26

Yeah, I'm also getting the " Assertion Failed: Tried to create" crash on my centos VPS.

One of the weird things about this is that it happens sometimes, and other times everything works fine. It just keeps restarting itself repeatedly until it works. This results in extra long reload and server loading times, instead of just a broken server, and probably why Valve has enough leeway not to support and fix it.

Has anyone been able to figure this out?
__________________
Check out my website at http://matthewmiller.info

Last edited by Podunk; 10-16-2011 at 18:09.
Podunk is offline
Send a message via MSN to Podunk
Podunk
Senior Member
Join Date: Nov 2005
Location: Florida
Old 10-16-2011 , 23:52   Re: Server-Crash after start
Reply With Quote #27

A workaround, however strange it might be:
If this works, credit goes to Duko from http://forums.steampowered.com/forum...php?p=25778973

server.cfg:
Code:
// Use this file to configure your DEDICATED server. 
// This config file is executed on server start.

// disable autoaim
sv_aim 0

// disable clients' ability to pause the server
pausable 0

// default server name. Change to "Bob's Server", etc.
hostname "Counter-Strike 1.6 Server"

// maximum client movement speed 
sv_maxspeed 320

// 20 minute timelimit
mp_timelimit 20

sv_cheats 0

// load ban files
exec listip.cfg
exec banned.cfg

map de_dust
change:
Code:
map de_dust
to
Code:
// map de_dust
I tried starting hlds 6 times, and still no crash! Crossing my fingers
__________________
Check out my website at http://matthewmiller.info

Last edited by Podunk; 10-16-2011 at 23:58.
Podunk is offline
Send a message via MSN to Podunk
patryk1345
Junior Member
Join Date: Feb 2011
Old 10-17-2011 , 00:43   Re: Server-Crash after start
Reply With Quote #28

It works.

Change:
Server.cfg:
Code:
map de_dust
to:
Code:
// map de_dust
and in start line add:
Code:
+map de_dust2
btw. It's my topic: http://forums.steampowered.com/forum...php?p=25778973
patryk1345 is offline
Robotron
Member
Join Date: Oct 2010
Old 10-17-2011 , 01:28   Re: Server-Crash after start
Reply With Quote #29

i will try
Robotron is offline
tRipLe.
Senior Member
Join Date: Dec 2009
Location: Estonia, Pärnu
Old 10-22-2011 , 19:14   Re: Server-Crash after start
Reply With Quote #30

Still, you can't shut down the server with 'quit' or 'exit' commands. I tried to upload 5006 build's linux engine files on my new freshly installed server and still same problem, though the other servers are OK.
__________________
τsэ - servers.ee:9987
tRipLe. is offline
Send a message via MSN to tRipLe. Send a message via Skype™ to tRipLe.
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:09.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode