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

[ROZWIĄZANE] Crash serwera [amxbans_core.amxx]


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

#1 R O S J A

    Życzliwy

  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:24
  • GG:
  • Imię:Waldemar
  • Lokalizacja:Polska
Offline

Napisano 07.03.2019 15:12

Witam. Od jakiegoś czasu borykam się z pewnym problemem. Co jakiś czas wywala mi serwer. Dałem każdy plugin w tryb debugowania i oto co mi wyskakuje: 

L 03/07/2019 - 10:09:31: Start of error session.
L 03/07/2019 - 10:09:31: Info (map "3d_aim_dust2") (file "addons/amxmodx/logs/error_20190307.log")
L 03/07/2019 - 10:09:31: [MySQL] Invalid handle: 1
L 03/07/2019 - 10:09:31: [AMXX] Displaying debug trace (plugin "amxbans_core.amxx", version "Gm 1.5.1")
L 03/07/2019 - 10:09:31: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/07/2019 - 10:09:31: [AMXX]    [0] amxbans_core.sma::plugin_end (line 401)
L 03/07/2019 - 11:16:09: Start of error session.
L 03/07/2019 - 11:16:09: Info (map "aim_map_2010") (file "addons/amxmodx/logs/error_20190307.log")
L 03/07/2019 - 11:16:09: [MySQL] Invalid handle: 1
L 03/07/2019 - 11:16:09: [AMXX] Displaying debug trace (plugin "amxbans_core.amxx", version "Gm 1.5.1")
L 03/07/2019 - 11:16:09: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/07/2019 - 11:16:09: [AMXX]    [0] amxbans_core.sma::plugin_end (line 401)
L 03/07/2019 - 11:16:09: Start of error session.
L 03/07/2019 - 11:16:09: Info (map "ak-47_map") (file "addons/amxmodx/logs/error_20190307.log")
L 03/07/2019 - 11:16:09: [CSX] Invalid weapon id 46836
L 03/07/2019 - 11:16:09: [AMXX] Run time error 10 (plugin "statsx.amxx") (native "xmod_get_wpnname") - debug not enabled!
L 03/07/2019 - 11:16:09: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 03/07/2019 - 11:28:53: Start of error session.
L 03/07/2019 - 11:28:53: Info (map "ak-47_map") (file "addons/amxmodx/logs/error_20190307.log")
L 03/07/2019 - 11:28:53: [MySQL] Invalid handle: 1
L 03/07/2019 - 11:28:53: [AMXX] Displaying debug trace (plugin "amxbans_core.amxx", version "Gm 1.5.1")
L 03/07/2019 - 11:28:53: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/07/2019 - 11:28:53: [AMXX]    [0] amxbans_core.sma::plugin_end (line 401)
L 03/07/2019 - 12:28:03: Start of error session.
L 03/07/2019 - 12:28:03: Info (map "3d_aim_nuke") (file "addons/amxmodx/logs/error_20190307.log")
L 03/07/2019 - 12:28:03: [MySQL] Invalid handle: 1
L 03/07/2019 - 12:28:03: [AMXX] Displaying debug trace (plugin "amxbans_core.amxx", version "Gm 1.5.1")
L 03/07/2019 - 12:28:03: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/07/2019 - 12:28:03: [AMXX]    [0] amxbans_core.sma::plugin_end (line 401)
L 03/07/2019 - 14:28:04: Start of error session.
L 03/07/2019 - 14:28:04: Info (map "aim_fixit") (file "addons/amxmodx/logs/error_20190307.log")
L 03/07/2019 - 14:28:04: [MySQL] Invalid handle: 1
L 03/07/2019 - 14:28:04: [AMXX] Displaying debug trace (plugin "amxbans_core.amxx", version "Gm 1.5.1")
L 03/07/2019 - 14:28:04: [AMXX] Run time error 10: native error (native "SQL_FreeHandle")
L 03/07/2019 - 14:28:04: [AMXX]    [0] amxbans_core.sma::plugin_end (line 401)

Oto jak wygląda plugin_end w amxbans_core.amxx :

public plugin_end() 
{
if(info != Empty_Handle) 
{
SQL_FreeHandle(info)
}


ArrayDestroy(g_AdminNick)
ArrayDestroy(g_AdminUseStaticBantime)
ArrayDestroy(g_AdminFromUsersIni)


return PLUGIN_CONTINUE
}

plugins.ini

amxbans_main.amxx debug
amxbans_core.amxx debug

; 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)

; 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)
ReasonKicker.amxx
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
galileo.amxx debug
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!)


; Custom - Add 3rd party plugins here

hsonly.amxx 
RoundSound.amxx 
hpk.amxx 
ptb.amxx 
raty.amxx 
spawn_protection_pl.amxx 
Allow_round_finish.amxx 
nodamageknife.amxx 
resetscore.amxx 
ne_unlimitedammo.amxx 
cs_team_semiclip.amxx 

SS po kompilacji lokalnej:

 

bans.PNG

 

Co może być przyczyną? 


Użytkownik Rosja edytował ten post 07.03.2019 15:15

  • +
  • -
  • 1

#2 DarkGL

    Nie oddam ciasteczka !

  • Administrator

Reputacja: 6 555
Godlike

  • Postów:11 985
  • GG:
  • Steam:steam
  • Imię:Rafał
  • Lokalizacja:Warszawa
Offline

Napisano 08.03.2019 00:57

wersja amxx'a ?
  • +
  • -
  • 0

#3 R O S J A

    Życzliwy

  • Autor tematu
  • Użytkownik

Reputacja: 13
Początkujący

  • Postów:24
  • GG:
  • Imię:Waldemar
  • Lokalizacja:Polska
Offline

Napisano 09.03.2019 09:32

Problem rozwiązany. Do zamknięcia.
  • +
  • -
  • 0

#4 DarkGL

    Nie oddam ciasteczka !

  • Administrator

Reputacja: 6 555
Godlike

  • Postów:11 985
  • GG:
  • Steam:steam
  • Imię:Rafał
  • Lokalizacja:Warszawa
Offline

Napisano 09.03.2019 21:45

Wiadomość wygenerowana automatycznie


Ten temat został zamknięty przez moderatora.

Powód: Pomoc udzielona

Jeśli się z tym nie zgadzasz, report.png raportuj ten post, a moderator lub administrator rozpatrzy go ponownie.


Z pozdrowieniami,
Zespół AMXX.PL
  • +
  • -
  • 0

#5 DarkGL

    Nie oddam ciasteczka !

  • Administrator

Reputacja: 6 555
Godlike

  • Postów:11 985
  • GG:
  • Steam:steam
  • Imię:Rafał
  • Lokalizacja:Warszawa
Offline

Napisano 09.03.2019 21:47

Wiadomość wygenerowana automatycznie


Ten temat został zamknięty przez moderatora.

Powód: Pomoc udzielona

Jeśli się z tym nie zgadzasz, report.png raportuj ten post, a moderator lub administrator rozpatrzy go ponownie.


Z pozdrowieniami,
Zespół AMXX.PL
  • +
  • -
  • 0




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

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