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

set_pcvar_num wywala errory


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

#1 komandos

    Zaawansowany

  • Zbanowany

Reputacja: 6
Nowy

  • Postów:144
  • Lokalizacja:KaraTornia
Offline

Napisano 30.06.2011 07:23

Witam
Mam problem. W wszystkich pluginach gdzie jest "set_pcvar_num" wywala tam error;/

Tu sa lagi z konsoli bo nie mogę uruchomić serwa
scandir failed:/home/s6860/SAVE
scandir failed:/home/s6860/./valve/SAVE
scandir failed:/home/s6860/./platform/SAVE
L 06/30/2011 - 08:08:06: -------- Mapchange to zm_dust --------
stray key in process_key: item_getiteminfo 63
L 06/30/2011 - 08:08:07: [AMXX] Plugin "zombie_chat.amxx" failed to load: Module/Library "biohazardf" required for plugin. Check modules.ini.
[AMXX] Loaded 1 admin from file
L 06/30/2011 - 08:08:07: [AMXX] Failed to open dictionary file: cstrike/addons/amxmodx/data/lang/zp_auto_respawn.txt
L 06/30/2011 - 08:08:07: Invalid CVAR pointer
L 06/30/2011 - 08:08:07: [AMXX] Run time error 10 (plugin "galileo.amxx") (native "set_pcvar_num") - debug not enabled!
L 06/30/2011 - 08:08:07: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 06/30/2011 - 08:08:07: Invalid CVAR pointer
L 06/30/2011 - 08:08:07: [AMXX] Run time error 10 (plugin "gunxpmod.amxx") (native "get_pcvar_num") - debug not enabled!
L 06/30/2011 - 08:08:07: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 06/30/2011 - 08:08:07: Invalid array handle provided (0)
L 06/30/2011 - 08:08:07: [AMXX] Run time error 10 (plugin "zm_vip.amxx") (native "ArraySize") - debug not enabled!
L 06/30/2011 - 08:08:07: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 06/30/2011 - 08:08:07: Invalid CVAR pointer
L 06/30/2011 - 08:08:07: [AMXX] Run time error 10 (plugin "zp_extra_squeakgrenade.amxx") (native "get_pcvar_num") - debug not enabled!
L 06/30/2011 - 08:08:07: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 06/30/2011 - 08:08:07: Invalid CVAR pointer
L 06/30/2011 - 08:08:07: [AMXX] Run time error 10 (plugin "zombie_plague40.amxx") (native "get_pcvar_num") - debug not enabled!
L 06/30/2011 - 08:08:07: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
/home/s6860/hlds_run: line 321: 18202 Naruszenie ochrony pami�ci $HL_CMD
email debug.log to [email protected]
czw cze 30 08:08:07 CEST 2011: Server restart in 10 seconds

Pozdrawiam

#2 Thecovsky

    Życzliwy

  • Użytkownik

Reputacja: 3
Nowy

  • Postów:22
  • Lokalizacja:Podkarpacie
Offline

Napisano 30.06.2011 08:48

  • Pokaż modules.ini
  • W pliku plugins.ini do tych pluginów:
    zombie_plague40.amxx
    zp_extra_squeakgrenade.amxx
    zm_vip.amxx gunxpmod.amxx
    galileo.amxx
    
    dodaj debug, czyli powinno wyglądać tak:
    zombie_plague40.amxx debug
    zp_extra_squeakgrenade.amxx debug
    zm_vip.amxx gunxpmod.amxx debug
    galileo.amxx debug
    
  • Failed to open dictionary file: cstrike/addons/amxmodx/data/lang/zp_auto_respawn.txt - nie może odczytać tego pliku, sprawdź czy on am jest, czy ma taką samą nazwę, czy jest w tym samym folderze.

Użytkownik Thecovsky edytował ten post 30.06.2011 08:49

  • +
  • -
  • 0

#3 komandos

    Zaawansowany

  • Autor tematu
  • Zbanowany

Reputacja: 6
Nowy

  • Postów:144
  • Lokalizacja:KaraTornia
Offline

Napisano 30.06.2011 09:22

1.modules.ini

;;;
; To enable a module, remove the semi-colon (<img src='http://img.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
geoip
sockets
regex
nvault
cstrike
csx

2.Logi:

L 06/30/2011 - 10:13:40: Start of error session.
L 06/30/2011 - 10:13:40: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20110630.log")
L 06/30/2011 - 10:13:40: Invalid CVAR pointer
L 06/30/2011 - 10:13:40: [AMXX] Displaying debug trace (plugin "galileo.amxx")
L 06/30/2011 - 10:13:40: [AMXX] Run time error 10: native error (native "set_pcvar_num")
L 06/30/2011 - 10:13:40: [AMXX]    [0] galileo.sma::client_connect (line 2728)
L 06/30/2011 - 10:13:40: Invalid CVAR pointer
L 06/30/2011 - 10:13:40: [AMXX] Displaying debug trace (plugin "gunxpmod.amxx")
L 06/30/2011 - 10:13:40: [AMXX] Run time error 10: native error (native "get_pcvar_num")
L 06/30/2011 - 10:13:40: [AMXX]    [0] gunxpmod.sma::LoadLevel (line 1137)
L 06/30/2011 - 10:13:40: [AMXX]    [1] gunxpmod.sma::client_connect (line 187)
L 06/30/2011 - 10:13:40: Invalid array handle provided (0)
L 06/30/2011 - 10:13:40: [AMXX] Displaying debug trace (plugin "zm_vip.amxx")
L 06/30/2011 - 10:13:40: [AMXX] Run time error 10: native error (native "ArraySize")
L 06/30/2011 - 10:13:40: [AMXX]    [0] zm_vip.sma::set_flags (line 1103)
L 06/30/2011 - 10:13:40: [AMXX]    [1] zm_vip.sma::client_connect (line 240)
L 06/30/2011 - 10:13:40: Invalid CVAR pointer
L 06/30/2011 - 10:13:40: [AMXX] Displaying debug trace (plugin "zp_extra_squeakgrenade.amxx")
L 06/30/2011 - 10:13:40: [AMXX] Run time error 10: native error (native "get_pcvar_num")
L 06/30/2011 - 10:13:40: [AMXX]    [0] zp_extra_squeakgrenade.sma::client_connect (line 392)
L 06/30/2011 - 10:13:40: Invalid CVAR pointer
L 06/30/2011 - 10:13:40: [AMXX] Displaying debug trace (plugin "zombie_plague40.amxx")
L 06/30/2011 - 10:13:40: [AMXX] Run time error 10: native error (native "get_pcvar_num")
L 06/30/2011 - 10:13:40: [AMXX]    [0] zombie_plague40.sma::reset_vars (line 8259)
L 06/30/2011 - 10:13:40: [AMXX]    [1] zombie_plague40.sma::client_putinserver (line 2626)

3.
nie mam tego pliku;/ szukałem w necie ale nie mogę znaleść

Pliki w załaczniku

Dodano 30 czerwiec 2011 - 10:16:
wylaczyłem te wszystkie pluginy ktore wywalały error. juz ja logi czyste, ale nie mogę właczyć serwera;/
konsola:

Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash

Console initialized.
scandir failed:/home/s6860/SAVE
scandir failed:/home/s6860/./valve/SAVE
scandir failed:/home/s6860/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 10:55:14 Jul 9 2010 (5006)
STEAM Auth Server
Server IP address 91.203.133.251:27050

Metamod version 1.19 Copyright (c) 2001-2006 Will Day
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.1.3711 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

[DPROTO]: Version 0.9.87 Linux
[DPROTO]: Loading config './cstrike/dproto.cfg'
[DPROTO]: LoggingMode = 2
[DPROTO]: Config sucessfully loaded.
[DPROTO]: Done.
scandir failed:/home/s6860/SAVE
scandir failed:/home/s6860/./valve/SAVE
scandir failed:/home/s6860/./platform/SAVE
L 06/30/2011 - 11:12:18: -------- Mapchange to de_dust2 --------
[AMXX] Loaded 1 admin from file
/home/s6860/hlds_run: line 321: 21232 Naruszenie ochrony pami�ci $HL_CMD
email debug.log to [email protected]
czw cze 30 11:12:18 CEST 2011: Server restart in 10 seconds

Załączone pliki



#4 Nenczoks

    Banned

  • Zbanowany

Reputacja: 50
Pomocny

  • Postów:358
  • Lokalizacja:Warszawa
Offline

Napisano 30.06.2011 14:36

/home/s6860/hlds_run: line 321: 21232 Naruszenie ochrony pami�ci $HL_CMD

Musisz zainstalować autobuy bug fix, gdyż to gracz Ci crashuje serwer.

#5 komandos

    Zaawansowany

  • Autor tematu
  • Zbanowany

Reputacja: 6
Nowy

  • Postów:144
  • Lokalizacja:KaraTornia
Offline

Napisano 30.06.2011 19:09

Wrzuciłem i dalej to samo. nie mogę właczyć serwa;/
w załaczniku.

Załączone pliki



#6 Nenczoks

    Banned

  • Zbanowany

Reputacja: 50
Pomocny

  • Postów:358
  • Lokalizacja:Warszawa
Offline

Napisano 30.06.2011 20:56

+ [Release] CS 1.5 Anti "cmd dlfile" Plugin V1.4 [Open Source] - AlliedModders

#7 komandos

    Zaawansowany

  • Autor tematu
  • Zbanowany

Reputacja: 6
Nowy

  • Postów:144
  • Lokalizacja:KaraTornia
Offline

Napisano 01.07.2011 07:24

no i dalej nie mogę go właczyć;/

konsola:

Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Base Content' version 36


Checking/Installing 'Linux Server Engine' version 57


Checking/Installing 'Half-Life Base Content' version 12


HLDS installation up to date
CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 70 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps

Console initialized.
scandir failed:/home/s6860/SAVE
scandir failed:/home/s6860/./valve/SAVE
scandir failed:/home/s6860/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 10:55:14 Jul 9 2010 (5006)
STEAM Auth Server
Server IP address 91.203.133.251:27050

Metamod version 1.19 Copyright (c) 2001-2006 Will Day
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.8.1.3746 Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

[DPROTO]: Version 0.9.87 Linux
[DPROTO]: Loading config './cstrike/dproto.cfg'
[DPROTO]: LoggingMode = 2
[DPROTO]: Config sucessfully loaded.
[DPROTO]: Done.

[ANTI-DLFILE] Patch "cmd dlfile" failed.

scandir failed:/home/s6860/SAVE
scandir failed:/home/s6860/./valve/SAVE
scandir failed:/home/s6860/./platform/SAVE
L 07/01/2011 - 08:22:05: -------- Mapchange to de_dust2 --------
[AMXX] Loaded 1 admin from file
/home/s6860/hlds_run: line 321: 18727 Naruszenie ochrony pami�ci $HL_CMD
email debug.log to [email protected]
pi� lip 1 08:22:05 CEST 2011: Server restart in 10 seconds
Updating server using Steam.
Checking bootstrapper version ...
Updating Installation
Checking/Installing 'Counter-Strike Base Content' version 36

Dodano 01 lipiec 2011 - 12:29:
dobra pozbyłem się tego:)
ale teraz mi takie ***** wyskoczyło
/home/s4791/hlds_run: line 321: 9816 Segmentation fault $HL_CMD
Czytałem po farach że trzeba zrobic Aktualizację hlds. Gdzie mogę znaleść najnowszą?

#8 Nenczoks

    Banned

  • Zbanowany

Reputacja: 50
Pomocny

  • Postów:358
  • Lokalizacja:Warszawa
Offline

Napisano 01.07.2011 16:44

Naruszenie ochrony pamieci - AMXX.pl: Support AMX Mod X

#9 komandos

    Zaawansowany

  • Autor tematu
  • Zbanowany

Reputacja: 6
Nowy

  • Postów:144
  • Lokalizacja:KaraTornia
Offline

Napisano 01.07.2011 20:52

Napisałem do hostingu żeby zrobili Aktualizację hlds, zrobili i pomogłO:)
Dzięki wszystkim za pomoc




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

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