←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Serwer przy uruchamianu crashuje się.

  • +
  • -
ratusz - zdjęcie ratusz 24.04.2012

Witam, vps jest od vipower.pl
Gdy wpisuje komendę startowa serwer się niby uruchamia i na końcu wyskakuje bładzik;/

Consola "
root@server:~/hlds# ./hlds_run -game cstrike +maxplayers 18 +exec server.cfg +ip 37.28.152.26 +port 27040  +map de_dust2
Auto detecting CPU
Using Pentium II Optimised binary.
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
Installing breakpad exception handler for appid(10)/version(5382)
scandir failed:/root/hlds/SAVE
scandir failed:/root/hlds/./valve/SAVE
scandir failed:/root/hlds/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 14:29:35 Jul 20 2011 (5382)
STEAM Auth Server
couldn't exec listip.cfg
couldn't exec banned.cfg
Server IP address 37.28.152.26:27040
scandir failed:/root/hlds/SAVE
scandir failed:/root/hlds/./valve/SAVE
scandir failed:/root/hlds/./platform/SAVE
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
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
configstore.cpp (1324) : Assertion Failed: Saving local config store failed during shutdown
scandir failed:/root/hlds/SAVE
scandir failed:/root/hlds/./valve/SAVE
scandir failed:/root/hlds/./platform/SAVE
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20120424133814_1.dmp
threadtools.cpp (2624) : Assertion Failed: Tried to create a thread that has already been created!
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
couldn't exec listip.cfg
couldn't exec banned.cfg
scandir failed:/root/hlds/SAVE
scandir failed:/root/hlds/./valve/SAVE
scandir failed:/root/hlds/./platform/SAVE
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
success = yes
response:  CrashID=bp-2a070e94-3e4b-4680-965d-ff2552120424
Segmentation fault

Prosiłbym o szybka pomoc, z góry dzięki.
Pozdrawiam
Użytkownik ratusz edytował ten post 24.04.2012 14:53
Odpowiedz

  • +
  • -
Kołodziej - zdjęcie Kołodziej 24.04.2012

daj mi errlogi
Odpowiedz

Pawlak093 - zdjęcie Pawlak093 24.04.2012

pokaż cały server.cfg
Odpowiedz

  • +
  • -
ratusz - zdjęcie ratusz 24.04.2012

Problem rozwiązany. W server.cfg
Wpisałem ten o to config
hostname "Twoja Nazwa Serwera"

sv_maxupdaterate 70
sv_minupdaterate 40
sv_maxrate 25000
sv_minrate 5000
// Haslo rcon
rcon_password "HASLORCON"
// Haslo na serwer
sv_password "HASLO NA SERWER (opcjonalnie)"
sv_contact "Twoj adres e-mail"
sv_region 3
exec banned.cfg
writeid
pausable 0
mp_buytime 0.25
mp_roundtime 2
mp_friendlyfire 0
mp_c4timer 35
mp_freezetime 3
mp_fadetoblack 0
mp_footsteps 1
mp_flashlight 1
mp_logmessages 1
mp_logdetail 2
mp_startmoney 800
mp_timelimit 20
sv_airaccelerate 10
sv_clienttrace 1
sv_aim 0
mp_autocrosshair 0
mp_logfile 1
sv_cheats 0
sv_maxspeed 400
sv_gravity 800
sv_voicecodec "voice_speex"
sv_airmove 1
sv_alltalk 0
sv_proxies 1
host_framerate 0
sv_allowdownload "1"
sv_downloadurl "TUTAJ MOZESZ PODAC ADRES SWOJEGO FAST DOWNLOADA"
mp_autoteambalance 0
mp_limitteams 0
mp_forcecamera 0
Odpowiedz

  • +
  • -
Rodzyn - zdjęcie Rodzyn 24.04.2012

też mam vps od vipower.pl - musisz sobie dograć gdb.
Wpisz te komendy a serwer nie będzie ci się crashował tak często z root'a:

apt-get update
apt-get install gdb.

Nie polecam posiadać serwa co cs'a na root - łatwiej się włamać...

A często ten crash występuje przez w server.cfg masz "map de_dust" i dopisujesz w linii startowej +map de_dust2 wtedy serwer nie wie jaką mape ma załadować i się crashuje...
Odpowiedz