←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Crashe serwera (ED_Alloc: no free edicts)

  • +
  • -
Czaso Umilacz's Photo Czaso Umilacz 05.05.2013

Witam, 
ostatnio mój serwer dopadły crashe, z błędem:

FATAL ERROR (shutting down): ED_Alloc: no free edicts

Z reguły crash ten pojawia się na małych mapach, lista pluginów:
 

; AMX Mod X plugins

; Admin Base - Always one has to be activated
amxbans_core.amxx
amxbans_main.amxx
;admin.amxx		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx		; basic admin console commands
adminhelp.amxx		; help command for admin console commands
adminslots.amxx		; slot reservation
multilingual.amxx	; Multi-Lingual management

; Menus
menufront.amxx		; front-end for admin menus
cmdmenu.amxx		; command menu (speech, settings)
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)

; Chat / Messages
adminchat.amxx		; console chat commands
antiflood.amxx		; prevent clients from chat-flooding the server
;scrollmsg.amxx		; displays a scrolling message
;imessage.amxx		; displays information messages
adminvote.amxx		; vote commands

; Map related
nextmap.amxx		; displays next map in mapcycle
mapchooser.amxx		; allows to vote for next map
timeleft.amxx		; displays time left on map

; Configuration
pausecfg.amxx		; allows to pause and unpause some plugins
statscfg.amxx		; allows to manage stats plugins via menu and commands
cvar_fix.amxx   ; fix cvarow

; Counter-Strike
restmenu.amxx		; restrict weapons menu
statsx.amxx		; stats on death or round end (CSX Module required!)
;miscstats.amxx		; bunch of events announcement for Counter-Strike
;stats_logging.amxx	; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins
amxmod_compat.amxx	; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
cod_mod.amxx debug;           ;COD silnik
cod_commands.amxx debug;      ;COD komendy admina
cod_zadania.amxx debug;       ;COD zadania/misje
cod_sklep.amxx debug;         ;COD sklepik
cod_daj.amxx debug;           ;COD dawanie perku

admin_spec_esp.amxx           ;ESP dla admina
adminlisten.amxx              ;Admin widzia all rozmowy
lucia_hallucination.amxx      ;Nazedzie do wykrywania wh

fakefull_original.amxx        ;Boty na spect

;deagsmapmanager.amxx          ;Vote mapy
ptb.amxx                      ;balans teamow
abd.amxx                      ;HUD dmg
show_ip.amxx                  ;amx_ip

cod_mod.amxx posiada funkcję usuwania broni leżącej na mapie, na początku rundy ("armoury_entity"), i po smierci gracza ("weaponbox" oprócz C4).

Logi z programu HLSW (ostatnia runda przed crashem):
 

L 05/05/2013 - 20:46:49: World triggered "Round_Start"
L 05/05/2013 - 20:46:50: "Ziemniaki<222><STEAM_ID_LAN><TERRORIST>" killed "RaidenPL<170><STEAM_0:0:824405062><CT>" with "m249"
L 05/05/2013 - 20:46:51: "Ziemniaki<222><STEAM_ID_LAN><TERRORIST>" killed "[MTD]PROmil<184><STEAM_ID_LAN><CT>" with "m249"
L 05/05/2013 - 20:46:52: "[MTD]PROmil<184><STEAM_ID_LAN><CT>" killed "krupcio :D<221><STEAM_ID_LAN><TERRORIST>" with "grenade"
L 05/05/2013 - 20:46:52: "krupcio :D<221><STEAM_ID_LAN><TERRORIST>" triggered "Dropped_The_Bomb"
L 05/05/2013 - 20:46:52: "[MTD]PROmil<184><STEAM_ID_LAN><CT>" killed "encik<227><STEAM_0:0:1998654845><TERRORIST>" with "grenade"
L 05/05/2013 - 20:46:52: "[MTD]PROmil<184><STEAM_ID_LAN><CT>" killed "Ziemniaki<222><STEAM_ID_LAN><TERRORIST>" with "grenade"
L 05/05/2013 - 20:46:53: "SwietyRenifer<192><STEAM_ID_LAN><TERRORIST>" killed "kylo<242><STEAM_0:0:2092011307><CT>" with "m249"
L 05/05/2013 - 20:46:55: "RaidenPL<170><STEAM_0:0:824405062><CT>" killed "Nerdi07<220><STEAM_ID_LAN><TERRORIST>" with "gassnade"
L 05/05/2013 - 20:46:59: "TRAVKA^^<235><STEAM_0:0:507205927><CT>" killed "SwietyRenifer<192><STEAM_ID_LAN><TERRORIST>" with "sg552"
L 05/05/2013 - 20:46:59: Team "CT" triggered "CTs_Win" (CT "28") (T "17")
L 05/05/2013 - 20:46:59: World triggered "Round_End"
L 05/05/2013 - 20:47:00: Bad Rcon: "rcon 795746111  "faq" sv_contact "HLXBrute"" from "41.228.12.228:65342"
L 05/05/2013 - 20:47:04: FATAL ERROR (shutting down): ED_Alloc: no free edicts

Serwer wykupiony na TSerwery, w lokalizacji Olsztyn.

Chciał bym się dowiedzieć, jak wyeliminować ten problem, lub co innego morze być jego źródłem oprócz zbyt dużej ilości entitów.

 

@EDIT
Proszę mnie nie odsyłać do wujka google, ponieważ mój angielski nie jest zbyt zaawansowany :)


Edited by Czaso Umilacz, 05.05.2013 20:49.
Quote

  • +
  • -
Czaso Umilacz's Photo Czaso Umilacz 08.05.2013

@Odświeżam

Quote