Проблем със крашването на сървър.

Въпроси и проблеми свързани с AMXModX.
Аватар
MF1
Извън линия
Потребител
Потребител
Мнения: 316
Регистриран на: 12 Окт 2016, 21:15
Местоположение: гр.Варна
Получена благодарност: 12 пъти
Обратна връзка:

Проблем със крашването на сървър.

Мнение от MF1 » 22 Май 2017, 12:07

Здравейте, сървъра ми крашва и в конзолата излиза това -

Код за потвърждение: Избери целия код

L 05/22/2017 - 11:27:01: [amxbans_main.amxx] [AMXBans] AMXBans 6.13 is online
[AMXBans] No Reasons found
[AMXBans] No Reasons found in Database. Static reasons were loaded instead.
L 05/22/2017 - 11:27:01: [amxbans_main.amxx] [AMXBans] No Reasons found in Datab
ase. Static reasons were loaded instead.
Dropped MASTER from server
Reason: Client sent 'drop'
31.13.227.217:1034:reconnect
Dropped MASTER from server
Reason: Client sent 'drop'
Dropped *crazy Kill* from server
Reason: Client sent 'drop'
109.121.236.123:27005:reconnect
L 05/22/2017 - 11:40:47: [AMXX] Displaying debug trace (plugin "RegisterSystem.a
mxx", version "9.0")
L 05/22/2017 - 11:40:47: [AMXX] Run time error 3: stack error
SZ_GetSpace: overflow on MessageBegin/End
SZ_GetSpace: overflow on MessageBegin/End
SZ_GetSpace: overflow on MessageBegin/End
SZ_GetSpace: overflow on MessageBegin/End
SZ_GetSpace: overflow on MessageBegin/End
SZ_GetSpace: overflow on MessageBegin/End
SZ_GetSpace: overflow on MessageBegin/End
FATAL ERROR (shutting down): PF_MessageEnd_I: called, but message buffer from .d
ll had overflowed

Segmentation fault
В ерор лога нямам проблеми, някаква идея от какво може да е ?
Join now.
www.MF1-CS.eu ---------------------------- 91.132.63.55:27015 91.132.63.56:27015 ---------------------------- :bg:

Аватар
SmirnoffBG
Извън линия
Потребител
Потребител
Мнения: 267
Регистриран на: 27 Ное 2016, 19:43
Местоположение: nz
Се отблагодари: 77 пъти
Получена благодарност: 38 пъти
Обратна връзка:

Re: Проблем със крашването на сървър.

Мнение от SmirnoffBG » 22 Май 2017, 12:43

Дай плъгина "RegisterSystem.amxx"
El-Super Respawn = 87.121.54.85:27016
BG Trewa Respawn = 91.92.137.205:27015

Аватар
MF1
Извън линия
Потребител
Потребител
Мнения: 316
Регистриран на: 12 Окт 2016, 21:15
Местоположение: гр.Варна
Получена благодарност: 12 пъти
Обратна връзка:

Re: Проблем със крашването на сървър.

Мнение от MF1 » 22 Май 2017, 17:48

не мисля че е от там, ползвам го и на други сървъри..
RegisterSystem.sma
(73.85 KiB) Свалено 134 пъти
RegisterSystem.sma
(73.85 KiB) Свалено 134 пъти
Join now.
www.MF1-CS.eu ---------------------------- 91.132.63.55:27015 91.132.63.56:27015 ---------------------------- :bg:

Аватар
Goddness
Извън линия
Потребител
Потребител
Мнения: 1813
Регистриран на: 20 Май 2017, 11:47
Местоположение: Някъде по света
Се отблагодари: 143 пъти
Получена благодарност: 187 пъти
Обратна връзка:

Re: Проблем със крашването на сървър.

Мнение от Goddness » 22 Май 2017, 19:44

Прегледай добре кодовете на плъгините си и може да видиш от къде идва проблема и от къде ти крашва.

Аватар
MF1
Извън линия
Потребител
Потребител
Мнения: 316
Регистриран на: 12 Окт 2016, 21:15
Местоположение: гр.Варна
Получена благодарност: 12 пъти
Обратна връзка:

Re: Проблем със крашването на сървър.

Мнение от MF1 » 24 Май 2017, 16:38

имах преди време този краш

Код за потвърждение: Избери целия код

[csdm_itemmode.amxx] No items file found (addons/amxmod x/configs)
Съответно спрях csdm_itemmmode и излезе горният краш.
Пуснах го пак и този горе спря.. но отново се появи този

Код за потвърждение: Избери целия код

[csdm_itemmode.amxx] No items file found (addons/amxmod x/configs)
Някаква идея как да го оправя ? Разбирам че нещо липсва но според пакета на csdm всичко съм добавил...
ето csdm.cfg

Код за потвърждение: Избери целия код

;CSDM Configuration File
; Default settings by BAILOPAN

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Main plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[settings]

;Sets whether CSDM is enabled or not.
enabled = 1

;Sets whether or not players should be stripped of weapons on round start
; (excludes knife)
strip_weapons = 1

;Sets how long weapons should stay on the ground for after being dropped
;in seconds.  note that enabling this can create lots of lag for clients 
; AND server.  0 is immediate, -1 is infinite.
weapons_stay = 0

;Sets the spawn mode.
; "none" - users spawn at normal map spawn points
; "preset" - csdm_spawn_preset.amxx required, uses predefined spawns in config files
; -- others may be supplied by 3rd party plugins
spawnmode = preset

;Sets whether the bomb is removed
remove_bomb = 1

;Sets the spawn waiting time
spawn_wait_time = 0.65

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the FFA plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ffa]
;Set whether free for all mode is enabled by default
enabled = 0

;Set whether the radar is scrambled (0) or hidden at all (1)
radar_disable = 1

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Misc plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[misc]
;Map objectives are removed by their flags.
; a - as_ maps
; b - buyzones are removed
; c - cs_ maps
; d - de_ maps
remove_objectives = abcd

;Blocks people from using all buy commands
block_buy = 1

;Auto-refills ammo when it gets depleted
ammo_refill = 1

;Says a radio command to a player when they respawn
spawn_radio_msg = 0

;Hide money if block_buy is 1
hide_money = 0

;Hide timer if remove_objectives is acd or abcd
hide_timer = 0


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the Stripper plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[stripper]
;Is stripping entities enabled?
enabled = 1

;write here the list of entities You want to remove from the map
;Note: 
;It's not recommended to put more then these listed below.
;HL sometimes behaves strange when You want to remove some entities
;so the plugin author cannot give You the warranty it will work
;with all entities You will write here. 
;These default ones below are tested and the game is not crashing with them

class = player_weaponstrip
class = game_player_equip
class = item_healthkit
class = item_battery
class = armoury_entity
class = item_longjump


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the ticketing plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ticketing]

;Is round ticketing enabled?
enabled = 0

;Number of times a team can have players respawn before they stop
;being able to respawn or (if the ticketing_player is enabled)
;number of times the player is able to respawn during one round
tickets = 10

;Shows the state of tickets: 0 - disabled, 1 - as HUD, 2 - as chat
show_state = 1

;Ticketing is counted for team (0) or separatelly for each player (1)
ticketing_player = 0

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the protection plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[protection]

;Is spawn protection enabled?
enabled = 0

;Is glowing enabled if protection is on?
glowing = 1

;Colors of glow shell, leave this in quotes
;The digits are R, G, B, A where A is the alpha transparency
; (as A gets higher, the glow shell is thicker)
colorst = "255 0 0 200"
colorsct = "0 0 255 200"
colorsffa = "0 255 0 200"

;Number of seconds someone is protected after respawn.
time = 3

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the equip plugin for these sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[equip]

;Equip Menu flags: 
; p - primary
; s - secondary
; a - armor
; g - grenade
; b - buy
menus = ps

;Autoitem flags:
; a - armor
; h - helmet
; g - grenades
; d - defusekit (CTs only!)
; n - nightvision
autoitems = ahg

;Grenade flags:
; f - flashbang
; h - he grenade
; s - smoke grenade
grenades = h

;Sets number of flashbangs given if
; grenades are enabled
fnadesnum = 2

;Enables the guns menu always when the players uses say "guns"
always_allow_gunmenu = 0

;;;;;;;;;;;;;;;;
;;WEAPON MENUS;;
;;;;;;;;;;;;;;;;

;Format for weapon menus is:
;shortname "Display Name" menupage
;Change the '1' to a '0' to block the weapon
;Removing or moving things 
;  from the list will change the order of the menus!

[secondary]
usp USP 1
glock18 Glock 1
deagle Deagle 1
p228 P228 1
elite Elite 1
fiveseven "Five Seven" 1

[primary]
m4a1 M4A1 1
ak47 AK47 1
awp "AWP [\r5000 \y$\w]" 1
aug AUG 1
sg552 SG552 1
galil Galil 1
famas Famas 1
scout Scout 1
sg550 SG550 0
m249 M249 1
g3sg1 G3SG1 0
ump45 "UMP 45" 1
mp5navy "MP5 Navy" 1
m3 M3 1
xm1014 XM1014 1
tmp TMP 1
mac10 "Mac 10" 1
p90 P90 1


;List weapons here the bots can randomly have
;The short name must match one in the list above
[botsecondary]
deagle
usp
elite
fiveseven

[botprimary]
ak47
m4a1
awp
aug
sg552
galil
famas
scout
sg550
m249
g3sg1
mp5navy
m3
xm1014


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;You must be running the item mode plugin for this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[items]

;Is item mode enabled?
enabled = 0

;If set to 1, players will drop a pack of goodies when they die 
; (include weapon, ammo & jetpack); if set to 2  - same as one 
; but includes armor & heatlh also
drop_packs = 0

;Sets the number of armor given by a battery. Default is 15.
battery = 15

;Sets the number of health given by a medkit. Default is 15.
medkit = 15

;Sets the time to wait for an item to reappear on its place. Default is 20 (0 = permanent)
item_time = 20

;Sets how long packs stay on the ground. (Max is 30 seconds)
drop_time = 10

;If set to 1 the item will not have the falling down effect. Default is 0.
persistent_items = 0

;Sets how many he nades the user may keep in his hands. Default is 1.
max_hnades = 1

;Sets how many flashbangs the user may keep in his hands. Default is 2.
max_fnades = 2

;Sets how many smoke nades the user may keep in his hands. Default is 1.
max_snades = 1

;Allows/disallows to use gun menu if item mode is enabled.
;For example to pickup ammo You need item mode enabled, but guns You may 
;want to get from the menu instead from the ground.
no_gun_menu = 0


;Remove semicolons to restrict any of the following items
; or add the short weapon names of the weapons you want to restrict (m4a1, ak47, awp ...)
[item_restrictions]
m4a1
ak47
awp
aug
sg552
galil
famas
scout
sg550
m249
g3sg1
ump45
mp5navy
m3
xm1014
tmp
mac10
p90
elite
longjump
medkit
battery
pistolammo
rifleammo
shotammo
smgammo
awpammo
paraammo
fullammo
armor
flashbang
hegrenade
smokegrenade

и plugins-csdm

Код за потвърждение: Избери целия код

;rename this file to disabled-csdm.ini to turn it off.
;rename it back to plugins-csdm.ini to turn it on.

;put a semi-colon in front of a plugin to disable it.
;add the word debug after a plugin to place it in debug mode
; for example: csdm_main.amxx debug
;remove a semi-colon to re-enable a plugin


;Main plugin, required for most cases
csdm_main.amxx

;Weapons and equipment menus
csdm_equip.amxx

;Enables preset spawning and the preset spawning editor
;Map config files are located in configs/csdm
;csdm_spawn_preset.amxx

;Miscellanious extra features, such as ammo refills
; and basic objective removals
csdm_misc.amxx

; Extra objective removals
csdm_stripper.amxx

;Spawn protection
;csdm_protection.amxx

;Adds free-for-all mode (must be enabled in csdm.cfg too)
;csdm_ffa.amxx

;Round ticketing mode, like FireArms.  First team to use all
; of their death points loses the ability to respawn.
; (must be enabled in csdm.cfg too)
;csdm_tickets.amxx

;Item mode (from CSDM1) with Item Editor
;Must be enabled in csdm.cfg as well (at the very bottom)
csdm_itemmode.amxx
Join now.
www.MF1-CS.eu ---------------------------- 91.132.63.55:27015 91.132.63.56:27015 ---------------------------- :bg:

Аватар
Goddness
Извън линия
Потребител
Потребител
Мнения: 1813
Регистриран на: 20 Май 2017, 11:47
Местоположение: Някъде по света
Се отблагодари: 143 пъти
Получена благодарност: 187 пъти
Обратна връзка:

Re: Проблем със крашването на сървър.

Мнение от Goddness » 25 Май 2017, 19:48

Изтрий целия CSDM и пак свали и пробвай може и да стане. :)

Аватар
MF1
Извън линия
Потребител
Потребител
Мнения: 316
Регистриран на: 12 Окт 2016, 21:15
Местоположение: гр.Варна
Получена благодарност: 12 пъти
Обратна връзка:

Re: Проблем със крашването на сървър.

Мнение от MF1 » 26 Май 2017, 07:33

Код за потвърждение: Избери целия код

;Is item mode enabled?
enabled = 0
от тук поправих крашът....... :headbang:
Ако може да не заключваме темата, ако не излезе нов ще драсна да я заключвате, Благодаря :)
Join now.
www.MF1-CS.eu ---------------------------- 91.132.63.55:27015 91.132.63.56:27015 ---------------------------- :bg:

Аватар
MF1
Извън линия
Потребител
Потребител
Мнения: 316
Регистриран на: 12 Окт 2016, 21:15
Местоположение: гр.Варна
Получена благодарност: 12 пъти
Обратна връзка:

Re: Проблем със крашването на сървър.

Мнение от MF1 » 07 Юни 2017, 17:14

оправих крашът. не беше от csdm а от този плъгин - http://amxx-bg.info/forum/viewtopic.php?f=32&t=61 бях дал кварът dem_delay за прекалено ранно време и някой път се забавяше и от там крашваше.
Проблемът е бил в мен. Благодаря за помощта ;)
може да заключите темата
Join now.
www.MF1-CS.eu ---------------------------- 91.132.63.55:27015 91.132.63.56:27015 ---------------------------- :bg:

Заключено
  • Подобни теми
    Отговори
    Преглеждания
     Последно мнение

Обратно към “Поддръжка / Помощ”

Кой е на линия

Потребители разглеждащи този форум: 0 регистрирани и 21 госта