Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie
AMXBans 5.x

Crahowanie sie serwera ("SQL_FreeHandle")

AMXBans 5.x

  • Zamknięty Temat jest zamknięty
13 odpowiedzi w tym temacie

#1 Twinovsky

    Pomocny

  • Zbanowany

Reputacja: 0
Nowy

  • Postów:41
  • Lokalizacja:Osobnica
Offline

Napisano 23.01.2011 22:54

Czesc.
Ostatnio crashuje mi się serwer.
W error_logach znalazłem:

Start of error session.
Info (map "de_dust2") (file "addons/amxmodx/logs/error_20101229.log")
[MySQL] Invalid handle: 0
[AMXX] Run time error 10 (plugin "amxbans.amxx") (native "SQL_FreeHandle") - debug not enabled!
[AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).



Poszukałem troche na forach i znalazłem żeby zmienić funkcję plugin_end() na:

public plugin_end()
{
	if (g_SqlX)
		SQL_FreeHandle(g_SqlX)
}





Skompilowałem i wgrałem...
Nie pojawia się już ten błąd w logach ale teraz w errorach mam:


L 01/23/2011 - 19:10:20: Invalid player id -124
L 01/23/2011 - 19:10:20: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "get_user_flags") - debug not enabled!
L 01/23/2011 - 19:10:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/23/2011 - 19:10:20: Invalid player id -252
L 01/23/2011 - 19:10:20: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "client_cmd") - debug not enabled!
L 01/23/2011 - 19:10:20: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/23/2011 - 19:10:22: Invalid player id -125
L 01/23/2011 - 19:10:22: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "get_user_flags") - debug not enabled!
L 01/23/2011 - 19:10:22: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/23/2011 - 19:10:22: Invalid player id -253
L 01/23/2011 - 19:10:22: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "client_cmd") - debug not enabled!
L 01/23/2011 - 19:10:22: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/23/2011 - 19:10:41: Invalid player id -115
L 01/23/2011 - 19:10:41: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "get_user_flags") - debug not enabled!
L 01/23/2011 - 19:10:41: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 01/23/2011 - 19:10:41: Invalid player id -243
L 01/23/2011 - 19:10:41: [AMXX] Run time error 10 (plugin "amxbans.amxx") (native "client_cmd") - debug not enabled!
L 01/23/2011 - 19:10:41: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).



Wersja AMXX: 1.8.1
Steam/NS
dproto v0.4.7


plugins.ini

; AMX Mod X plugins 
  
;AmxBans
; Admin Base - Always one has to be activated
admin.amxx        ; admin base (required for any admin-related)
;admin_sql.amxx        ; admin base - SQL version (comment admin.amxx)
amxbans.amxx        ;AMXBans 

; 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)
pluginmenu.amxx		; Menus for commands/cvars organized by plugin

; 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

; 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

ad_manager.amxx
ptb.amxx
reasonkicker.amxx
afkkicker.amxx
allow_round_finish.amxx
alt_end_round_sounds.amxx
bulletdamage.amxx
Galileo.amxx
FreeDefuserkit.amxx
extreme_bancfg.amxx
ultimate_ss.amxx
xredirect.amxx
sam.amxx
poprawne_rate.amxx
amx_record.amxx
admin_freelook.amxx
admin_spec_esp.amxx
amx_ip.amxx
simple_redirect.amxx
motd.amxx

modules.ini

;;;
; To enable a module, remove the semi-colon (<img src='http://images.amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.gif' class='bbc_emoticon' alt=';)' /> in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

mysql
sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

fun
engine
fakemeta
hamsandwich
geoip
sockets
regex
nvault
cstrike
csx
;csdm


sql.cfg w załączniku

Załączone pliki

  • Załączony plik  sql.cfg   503 bajtów  45 Ilość pobrań


#2 Szyfrant

    Godlike

  • Przyjaciel

Reputacja: 1 374
Godlike

  • Postów:3 072
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Sztokholm
Offline

Napisano 24.01.2011 16:05

po co zmienialeś sma???

Dodaj adres IP serwera do zezwoleń dostępu w Cpanelu xaa
  • +
  • -
  • 0

#3 Twinovsky

    Pomocny

  • Autor tematu
  • Zbanowany

Reputacja: 0
Nowy

  • Postów:41
  • Lokalizacja:Osobnica
Offline

Napisano 25.01.2011 09:18

Gdzie to sie znajduje?
Zamieniłem pliki amxbans na oryginalne i teraz jest to co wczesiej

Start of error session.
Info (map "de_dust2") (file "addons/amxmodx/logs/error_20101229.log")
[MySQL] Invalid handle: 0
[AMXX] Run time error 10 (plugin "amxbans.amxx") (native "SQL_FreeHandle") - debug not enabled!
[AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).

Użytkownik Twinovsky edytował ten post 25.01.2011 16:20


#4 Adrenaline

    Zaawansowany

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:109
  • Lokalizacja:Fox ;-)
Offline

Napisano 25.01.2011 10:51

Dołączona grafika

Patrz foto Twinovsky dodajesz tam % - pozwala to wszystkim na połączenie się z bazą danych lub wpisz IP swojego hostingu - znajdziesz je w pionowym menu opisanym jako: Adres Ip Serwera
  • +
  • -
  • 0

#5 mgr inż. Pavulon

    C35H60Br2N2O4

  • Przyjaciel

Reputacja: 1 742
Godlike

  • Postów:6 881
  • Steam:steam
  • Imię:Konrad
  • Lokalizacja:Koniecpol
Offline

Napisano 25.01.2011 11:54

po co zmienialeś sma???

Akurat ta edycja była prawidłowa i wykonywana już wielokrotnie.
Dziwny to jest ten błąd

Invalid player id -124

Trzeba by degug'a włączyć.
  • +
  • -
  • 0

#6 Twinovsky

    Pomocny

  • Autor tematu
  • Zbanowany

Reputacja: 0
Nowy

  • Postów:41
  • Lokalizacja:Osobnica
Offline

Napisano 25.01.2011 16:32

Adrenaline miałem już tak jak napisałes.

Dodano 25 styczeń 2011 - 22:04:
L 01/25/2011 - 21:52:24: Start of error session.
L 01/25/2011 - 21:52:24: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20110125.log")
L 01/25/2011 - 21:52:24: [MySQL] Invalid handle: 0
L 01/25/2011 - 21:52:24: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/25/2011 - 21:52:24: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 01/25/2011 - 21:52:24: [AMXX]    [0] amxbans.sma::plugin_end (line 618)
L 01/25/2011 - 21:52:25: Start of error session.
L 01/25/2011 - 21:52:25: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20110125.log")
L 01/25/2011 - 21:52:25: [MySQL] Invalid handle: 0
L 01/25/2011 - 21:52:25: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/25/2011 - 21:52:25: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 01/25/2011 - 21:52:25: [AMXX]    [0] amxbans.sma::plugin_end (line 618)
L 01/25/2011 - 21:54:08: Start of error session.
L 01/25/2011 - 21:54:08: Info (map "de_inferno") (file "addons/amxmodx/logs/error_20110125.log")
L 01/25/2011 - 21:54:08: [MySQL] Invalid handle: 0
L 01/25/2011 - 21:54:08: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/25/2011 - 21:54:08: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 01/25/2011 - 21:54:08: [AMXX]    [0] amxbans.sma::plugin_end (line 618)
L 01/25/2011 - 21:54:09: Start of error session.
L 01/25/2011 - 21:54:09: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20110125.log")
L 01/25/2011 - 21:54:09: [MySQL] Invalid handle: 0
L 01/25/2011 - 21:54:09: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/25/2011 - 21:54:09: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 01/25/2011 - 21:54:09: [AMXX]    [0] amxbans.sma::plugin_end (line 618)
L 01/25/2011 - 21:54:51: Start of error session.
L 01/25/2011 - 21:54:51: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20110125.log")
L 01/25/2011 - 21:54:51: [MySQL] Invalid handle: 0
L 01/25/2011 - 21:54:51: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/25/2011 - 21:54:51: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 01/25/2011 - 21:54:51: [AMXX]    [0] amxbans.sma::plugin_end (line 618)
L 01/25/2011 - 21:54:52: Start of error session.
L 01/25/2011 - 21:54:52: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20110125.log")
L 01/25/2011 - 21:54:52: [MySQL] Invalid handle: 0
L 01/25/2011 - 21:54:52: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/25/2011 - 21:54:52: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 01/25/2011 - 21:54:52: [AMXX]    [0] amxbans.sma::plugin_end (line 618)
L 01/25/2011 - 21:58:41: Start of error session.
L 01/25/2011 - 21:58:41: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20110125.log")
L 01/25/2011 - 21:58:41: [MySQL] Invalid handle: 0
L 01/25/2011 - 21:58:41: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/25/2011 - 21:58:41: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 01/25/2011 - 21:58:41: [AMXX]    [0] amxbans.sma::plugin_end (line 618)
L 01/25/2011 - 21:58:43: Start of error session.
L 01/25/2011 - 21:58:43: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20110125.log")
L 01/25/2011 - 21:58:43: [MySQL] Invalid handle: 0
L 01/25/2011 - 21:58:43: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/25/2011 - 21:58:43: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 01/25/2011 - 21:58:43: [AMXX]    [0] amxbans.sma::plugin_end (line 618)

To jest debug z oryginalnych plików amxbans

Dodano 26 styczeń 2011 - 13:53:
L 01/26/2011 - 09:41:21: Start of error session.
L 01/26/2011 - 09:41:21: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20110126.log")
L 01/26/2011 - 09:41:21: Invalid player id -127
L 01/26/2011 - 09:41:21: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 09:41:21: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 09:41:21: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 09:41:21: Invalid player id -255
L 01/26/2011 - 09:41:21: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 09:41:21: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 09:41:21: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 09:41:22: Invalid player id -126
L 01/26/2011 - 09:41:22: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 09:41:22: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 09:41:22: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 09:41:22: Invalid player id -254
L 01/26/2011 - 09:41:22: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 09:41:22: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 09:41:22: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 09:41:22: Invalid player id -125
L 01/26/2011 - 09:41:22: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 09:41:22: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 09:41:22: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 09:41:23: Invalid player id -253
L 01/26/2011 - 09:41:23: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 09:41:23: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 09:41:23: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:25:33: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:25:33: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:25:33: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:25:33: Invalid player id -243
L 01/26/2011 - 13:25:33: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:25:33: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:25:33: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:25:33: Invalid player id -119
L 01/26/2011 - 13:25:33: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:25:33: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:25:33: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:25:33: Invalid player id -247
L 01/26/2011 - 13:25:33: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:25:33: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:25:33: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:26:03: Invalid player id -112
L 01/26/2011 - 13:26:03: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:26:03: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:26:03: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:26:39: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:26:39: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:26:39: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:29:02: Invalid player id -117
L 01/26/2011 - 13:29:02: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:29:02: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:29:02: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:29:03: Invalid player id -245
L 01/26/2011 - 13:29:03: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:29:03: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:29:03: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:32:26: Invalid player id -117
L 01/26/2011 - 13:32:26: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:32:26: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:32:26: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:32:27: Invalid player id -245
L 01/26/2011 - 13:32:27: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:32:27: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:32:27: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:33:27: Invalid player id -112
L 01/26/2011 - 13:33:27: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:33:27: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:33:27: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:34:50: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:34:50: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:34:50: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:34:50: Invalid player id -116
L 01/26/2011 - 13:34:50: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:34:50: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:34:50: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:34:51: Invalid player id -244
L 01/26/2011 - 13:34:51: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:34:51: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:34:51: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:36:52: Invalid player id -122
L 01/26/2011 - 13:36:52: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:36:52: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:36:52: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:36:52: Invalid player id -250
L 01/26/2011 - 13:36:52: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:36:52: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:36:52: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:37:01: Invalid player id -111
L 01/26/2011 - 13:37:01: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:37:01: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:37:01: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:37:01: Invalid player id -239
L 01/26/2011 - 13:37:01: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:37:01: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:37:01: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:37:07: Invalid player id -125
L 01/26/2011 - 13:37:07: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:37:07: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:37:07: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:37:08: Invalid player id -253
L 01/26/2011 - 13:37:08: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:37:08: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:37:08: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:37:25: Invalid player id -122
L 01/26/2011 - 13:37:25: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:37:25: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:37:25: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:37:26: Invalid player id -250
L 01/26/2011 - 13:37:26: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:37:26: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:37:26: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:43:28: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:43:28: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:43:28: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:43:45: Invalid player id -113
L 01/26/2011 - 13:43:45: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:43:45: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:43:45: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:43:45: Invalid player id -241
L 01/26/2011 - 13:43:45: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:43:45: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:43:45: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/26/2011 - 13:44:09: Invalid player id -127
L 01/26/2011 - 13:44:09: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:44:09: [AMXX] Run time error 10: native error (native "get_user_flags")
L 01/26/2011 - 13:44:09: [AMXX]    [0] check_player.inl::prebanned_check_ (line 77)
L 01/26/2011 - 13:44:09: Invalid player id -255
L 01/26/2011 - 13:44:09: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/26/2011 - 13:44:09: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/26/2011 - 13:44:09: [AMXX]    [0] check_player.inl::check_player_ (line 206)


To są wycinki error_logów ze zmienionego public plugin_end().


Użytkownik Twinovsky edytował ten post 25.01.2011 22:58


#7 mgr inż. Pavulon

    C35H60Br2N2O4

  • Przyjaciel

Reputacja: 1 742
Godlike

  • Postów:6 881
  • Steam:steam
  • Imię:Konrad
  • Lokalizacja:Koniecpol
Offline

Napisano 26.01.2011 14:10

a wyłącz(ustaw na 0) w amxbans.cfg cvar zawierający "prebanned" (nie pamiętam już jego nazwy)
  • +
  • -
  • 0

#8 Twinovsky

    Pomocny

  • Autor tematu
  • Zbanowany

Reputacja: 0
Nowy

  • Postów:41
  • Lokalizacja:Osobnica
Offline

Napisano 27.01.2011 13:44

Jeżeli mam wgrany amxbans ze zmienionym public plugin_end() nie mogę banować graczy.
wybieram gracza, ustawiam czas oraz powód i banując go nie pojawia się tekst o banowaniu - gracz jest dalej na serwerze i nie dzialaja na niego bany. Probowalem z trzema graczami i z każdym jest tak samo. Dopiero gdy zmienie amxbans na oryginalne bany dzialaja

Dodano 27 styczeń 2011 - 13:47:
L 01/27/2011 - 12:17:12: Start of error session.
L 01/27/2011 - 12:17:12: Info (map "cs_assault") (file "addons/amxmodx/logs/error_20110127.log")
L 01/27/2011 - 12:17:12: Invalid player id -247
L 01/27/2011 - 12:17:12: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:12: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:12: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:13: Invalid player id -242
L 01/27/2011 - 12:17:13: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:13: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:13: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:13: Invalid player id -252
L 01/27/2011 - 12:17:13: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:13: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:13: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:14: Invalid player id -244
L 01/27/2011 - 12:17:14: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:14: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:14: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:14: Invalid player id -248
L 01/27/2011 - 12:17:14: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:14: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:14: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:14: Invalid player id -243
L 01/27/2011 - 12:17:14: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:14: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:14: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:15: Invalid player id -245
L 01/27/2011 - 12:17:15: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:15: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:15: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:15: Invalid player id -253
L 01/27/2011 - 12:17:15: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:15: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:15: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:15: Invalid player id -240
L 01/27/2011 - 12:17:15: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:15: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:15: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:16: Invalid player id -239
L 01/27/2011 - 12:17:16: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:16: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:16: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:16: Invalid player id -249
L 01/27/2011 - 12:17:16: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:16: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:16: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:17: Invalid player id -254
L 01/27/2011 - 12:17:17: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:17: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:17: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:17: Invalid player id -250
L 01/27/2011 - 12:17:17: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:17: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:17: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:17: Invalid player id -246
L 01/27/2011 - 12:17:17: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:17: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:17: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:18: Invalid player id -251
L 01/27/2011 - 12:17:18: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:18: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:18: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:18: Invalid player id -239
L 01/27/2011 - 12:17:18: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:18: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:18: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:19: Invalid player id -240
L 01/27/2011 - 12:17:19: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:19: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:19: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:19: Invalid player id -252
L 01/27/2011 - 12:17:19: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:19: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:19: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:21: Invalid player id -252
L 01/27/2011 - 12:17:21: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:21: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:21: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:21: Invalid player id -249
L 01/27/2011 - 12:17:21: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:21: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:21: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:24: Invalid player id -255
L 01/27/2011 - 12:17:24: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:24: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:24: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:27: Invalid player id -239
L 01/27/2011 - 12:17:27: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:27: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:27: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:29: Invalid player id -248
L 01/27/2011 - 12:17:29: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:29: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:29: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:50: Invalid player id -251
L 01/27/2011 - 12:17:50: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:50: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:50: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:17:56: Invalid player id -240
L 01/27/2011 - 12:17:56: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:17:56: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:17:56: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:18:06: Invalid player id -241
L 01/27/2011 - 12:18:06: [AMXX] Displaying debug trace (plugin "amxbans.amxx")
L 01/27/2011 - 12:18:06: [AMXX] Run time error 10: native error (native "client_cmd")
L 01/27/2011 - 12:18:06: [AMXX]    [0] check_player.inl::check_player_ (line 206)
L 01/27/2011 - 12:18:08: Invalid player id -240
L 01/27/2011 - 12:18:08: [AMXX] Displaying debug trace (plugin "amxbans.amxx")

Wycinek logów po crashu (po zmienie amxbans_show_prebanned na 0)

Dodano 28 styczeń 2011 - 08:07:
@ Refresh

Użytkownik Twinovsky edytował ten post 27.01.2011 13:49


#9 yoR

    Nowy

  • Zbanowany

Reputacja: -2
Nowy

  • Postów:1
  • Imię:Majkel
  • Lokalizacja:Piekło
Offline

Napisano 30.01.2011 21:02

Ja tez mam takie błędy..
Help

#10 Twinovsky

    Pomocny

  • Autor tematu
  • Zbanowany

Reputacja: 0
Nowy

  • Postów:41
  • Lokalizacja:Osobnica
Offline

Napisano 02.02.2011 07:21

Refresh

#11 xyz?

    Profesjonalista

  • Użytkownik

Reputacja: 14
Początkujący

  • Postów:223
  • Imię:lukasz
  • Lokalizacja:polska
Offline

Napisano 03.02.2011 20:49

To jest od bazy, sam miałem że baza mi 2 razy przestała działać gdzieś na 5 minut, serv nie ruszył, www tak samo na której jest baza i amxbans:)
więc to jest wina hostingu www
  • +
  • -
  • 0

#12 Twinovsky

    Pomocny

  • Autor tematu
  • Zbanowany

Reputacja: 0
Nowy

  • Postów:41
  • Lokalizacja:Osobnica
Offline

Napisano 04.02.2011 14:25

No ale co godzine nie staje baza danych.
Serwer sie crashuje a nie wyłącza i nie moze ruszyc.
Baza danych działa przez cały czas wiec to nie to.

Proszę o pomoc

#13 Szyfrant

    Godlike

  • Przyjaciel

Reputacja: 1 374
Godlike

  • Postów:3 072
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Sztokholm
Offline

Napisano 12.02.2011 13:21

ale sie upierasz. jaki masz hosting?
  • +
  • -
  • 0

#14 Twinovsky

    Pomocny

  • Autor tematu
  • Zbanowany

Reputacja: 0
Nowy

  • Postów:41
  • Lokalizacja:Osobnica
Offline

Napisano 13.02.2011 11:32

proserwer





Również z jednym lub większą ilością słów kluczowych: AMXBans 5.x

Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych