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

HLDS Crash when startup


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
iceking2nd
Junior Member
Join Date: Mar 2006
Old 06-25-2013 , 05:14   HLDS Crash when startup
Reply With Quote #1

[root@mirrors hlds_l_steam]# ./start
Auto-restarting the server on crash

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
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:45:07 Apr 25 2013 (6027)
STEAM Auth Server
Server IP address 115.182.0.21:9002

Metamod version 1.21-am Copyright (c) 2001-2013 Will Day <[email protected]>
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.2 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

L 06/25/2013 - 17:10:28: -------- Mapchange to de_dust2 --------
Uploading dump (out-of-process) [proxy '']
/tmp/dumps/crash_20130625171028_1.dmp
/usr/local/games/hlds_l_steam/hlds_run: line 255: 6436 f.5ih// $HL_CMD
Finished uploading minidump (out-of-process): success = yes
response: CrashID=bp-5c300453-775c-4291-8d7b-0c8762130625
iceking2nd is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 06-25-2013 , 05:32   Re: HLDS Crash when startup
Reply With Quote #2

Does it start without Metamod loaded?
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
iceking2nd
Junior Member
Join Date: Mar 2006
Old 06-25-2013 , 08:50   Re: HLDS Crash when startup
Reply With Quote #3

It can start with metamod,but not with amxmodx.

[root@mirrors hlds_l_steam]# ./start
Auto-restarting the server on crash

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
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:45:07 Apr 25 2013 (6027)
STEAM Auth Server
Server IP address 115.182.0.21:9002

Metamod version 1.21-am Copyright (c) 2001-2013 Will Day <[email protected]>
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.

[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Connection to Steam servers successful.
VAC secure mode is activated.
status
hostname: a'Re Clan Steam Server
version : 48/1.1.2.7/Stdio 6027 secure (10)
tcp/ip : 115.182.0.21:9002
map : de_dust2 at: 0 x, 0 y, 0 z
players : 0 active (13 max)

# name userid uniqueid frag time ping loss adr
0 users
iceking2nd is offline
iceking2nd
Junior Member
Join Date: Mar 2006
Old 06-27-2013 , 01:54   Re: HLDS Crash when startup
Reply With Quote #4

The same question with amxx1.8.3dev loaded.

[root@mirrors hlds_l_steam]# ./start
Auto-restarting the server on crash

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
Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 17:45:07 Apr 25 2013 (6027)
STEAM Auth Server
Server IP address 115.182.0.21:9002

Metamod version 1.21-am Copyright (c) 2001-2013 Will Day <[email protected]>
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.3-dev Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

L 06/27/2013 - 13:525: -------- Mapchange to de_dust2 --------
Uploading dump (out-of-process) [proxy '']
/tmp/dumps/crash_20130627135235_1.dmp
/usr/local/games/hlds_l_steam/hlds_run: line 255: 25172 段错误 $HL_CMD
Finished uploading minidump (out-of-process): success = no
error: HTTP response code said error
iceking2nd is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 06-27-2013 , 02:07   Re: HLDS Crash when startup
Reply With Quote #5

Tried disabling all AMXX plugins?
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 06-27-2013 , 10:31   Re: HLDS Crash when startup
Reply With Quote #6

Check if you got that line in your server.cfg:
Code:
map de_dust2
If yes remove it.
__________________

Mordekay is offline
iceking2nd
Junior Member
Join Date: Mar 2006
Old 06-27-2013 , 14:00   Re: HLDS Crash when startup
Reply With Quote #7

Quote:
Originally Posted by Mordekay View Post
Check if you got that line in your server.cfg:
Code:
map de_dust2
If yes remove it.
I can start it without "+map de_dust2" in my startup script.
But HLDS only run with no map mode.If I use the "map" command,it crashed again.
What can I do?
iceking2nd is offline
iceking2nd
Junior Member
Join Date: Mar 2006
Old 06-27-2013 , 14:12   Re: HLDS Crash when startup
Reply With Quote #8

Quote:
Originally Posted by YamiKaitou View Post
Tried disabling all AMXX plugins?
I disabled all plugins it can start normally.
But I enable the first plugin admin.amxx,it crashed.
iceking2nd is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 06-27-2013 , 16:21   Re: HLDS Crash when startup
Reply With Quote #9

Its a CentOS 4 or 5 or 6? or other?

If you are using old version, is not starting new HLDS
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
iceking2nd
Junior Member
Join Date: Mar 2006
Old 06-29-2013 , 04:58   Re: HLDS Crash when startup
Reply With Quote #10

Quote:
Originally Posted by ^SmileY View Post
Its a CentOS 4 or 5 or 6? or other?

If you are using old version, is not starting new HLDS
I use CentOS 6.4 now.
iceking2nd is offline
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 22:34.


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