PDA

View Full Version : native error ?


Glist3r
09-01-2008, 20:37
I was getting this message :
"L 09/01/2008 - 17:36:18: Invalid CVAR pointer
L 09/01/2008 - 17:36:18: [AMXX] Run time error 10 (plugin "amx_super.amxx") (native "get_pcvar_num") - debug not enabled!
L 09/01/2008 - 17:36:18: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes)."

After I added debug after amx_supe.amxx.. I get this. What is wrong?

L 09/01/2008 - 18:48:59: Invalid CVAR pointer
L 09/01/2008 - 18:48:59: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 09/01/2008 - 18:48:59: [AMXX] Run time error 10: native error (native "get_pcvar_num")
L 09/01/2008 - 18:48:59: [AMXX] [0] amx_super.sma::client_connect (line 5550)
L 09/01/2008 - 18:51:57: Invalid CVAR pointer
L 09/01/2008 - 18:51:57: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 09/01/2008 - 18:51:57: [AMXX] Run time error 10: native error (native "get_pcvar_num")
L 09/01/2008 - 18:51:57: [AMXX] [0] amx_super.sma::client_connect (line 5550)

YamiKaitou
09-01-2008, 22:47
Please provide the output of the following command

rcon amxx plugins

Glist3r
09-02-2008, 06:49
name version author file status
[ 1] Sank Sounds Plugin 1.6.3 White Panther, L sank_sounds.amx running
[ 2] Admin Base 1.8.0.3660 AMXX Dev Team admin.amxx running
[ 3] Admin Commands 1.8.0.3660 AMXX Dev Team admincmd.amxx running
[ 4] Admin Help 1.8.0.3660 AMXX Dev Team adminhelp.amxx running
[ 5] Multi-Lingual System 1.8.0.3660 AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.8.0.3660 AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.8.0.3660 AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.8.0.3660 AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.8.0.3660 AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.8.0.3660 AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.8.0.3660 AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.8.0.3660 AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.8.0.3660 AMXX Dev Team imessage.amxx paused
[ 14] Admin Votes 1.8.0.3660 AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.8.0.3660 AMXX Dev Team nextmap.amxx running
[ 16] TimeLeft 1.8.0.3660 AMXX Dev Team timeleft.amxx running
[ 17] Pause Plugins 1.8.0.3660 AMXX Dev Team pausecfg.amxx running
[ 18] Stats Configuration 1.8.0.3660 AMXX Dev Team statscfg.amxx running
[ 19] Restrict Weapons 1.8.0.3660 AMXX Dev Team restmenu.amxx running
[ 20] StatsX 1.8.0.3660 AMXX Dev Team statsx.amxx paused
[ 21] CS Misc. Stats 1.8.0.3660 AMXX Dev Team miscstats.amxx running
[ 22] CS Stats Logging 1.8.0.3660 AMXX Dev Team stats_logging.a running
[ 23] AMX Who - AdminMod 1.0 KroT@L<>changenI amxx_who_am.amx running
[ 24] Restart 2.0 Alka SayRestart.amxx running
[ 25] AMXX SS New 1.0 Alka amx_ss2.amxx running
[ 26] Team Balancer 1.8b2 Ptahhotep ptb_ro.amxx running
[ 27] AFK Bomb Transfer 0.4 VEN afkbombtransfer running
[ 28] last played maps 0.2 ConnorMcLeod amx_lastmaps.am running
[ 29] Game Namer Version 1. Author gamename.amxx running
[ 30] High Ping Kicker 1.0 Shadow/Bo0m! amx_hpk.amxx running
[ 31] Show IP 0.2 SAMURAI amx_show_ip.amx running
[ 32] AMX Llama 1.4 SniperBeamer admin_llama.amx running
[ 33] Admin Spectator ESP 1.3 KoST admin_spec_esp. running
[ 34] Admin Free Look 1.9 Jim admin_freelook. running
[ 35] AMXX_FUCKOFF 1.82 jsauce amxx_fuckoff.am running
[ 36] Swear Replacement 1.5 kaboomkazoom swear_replaceme running
[ 37] AFK Kicker 1.0b Cheesy Peteza afkkicker.amxx running
[ 38] Name Management 1.0 Alka name_management running
[ 39] Ban with proof 1.0.4 [lego]F34R and r amx_banshot.amx running
[ 40] Map Freeze Time 1.0 freezetime.amxx running
[ 41] Autoresponder/Advertis 0.5 MaximusBrood ad_manager.amxx running
[ 42] AMX Super 4.0 beta Bmann_420 amx_super.amxx running
[ 43] M_AntiRusher 2.5 Miczu M_Antirusher_2. running
[ 44] New Round Message 1.3 hleV mesaj.amxx running
[ 45] New Plugin 1.0 Author verdeeeee.amxx running
[ 46] AdminListen 2.3x /dev/ urandom adminlisten.amx running
[ 47] xREDIRECT 1.0 x0R xredirect.amxx running
47 plugins, 45 running

bmann_420
09-04-2008, 20:23
You have a few plugins running seperately that are integrated into that amx super beta. I would look over what they are (admin listen, afk bomb transfer for example) and disable them, place the Super at the top of the 3rd party list, then see if it comes up again.

Glist3r
09-05-2008, 03:43
You have a few plugins running seperately that are integrated into that amx super beta. I would look over what they are (admin listen, afk bomb transfer for example) and disable them, place the Super at the top of the 3rd party list, then see if it comes up again.
Done that.

Here's my 3rd patrty now:

amx_super.amxx debug

amxx_who_am.amxx

SayRestart.amxx

amx_ss2.amxx

ptb_ro.amxx

;afkbombtransfer.amxx

amx_lastmaps.amxx

gamename.amxx

amx_hpk.amxx

amx_show_ip.amxx

admin_llama.amxx

admin_spec_esp.amxx

admin_freelook.amxx

amxx_fuckoff.amxx

afkkicker.amxx

name_management.amxx

amx_banshot.amxx

freezetime.amxx

ad_manager.amxx

M_Antirusher_2.5.amxx

mesaj.amxx

verdeeeee.amxx

;adminlisten.amxx

xredirect.amxx

servercrash.amxx

rs_swearfilter.amxx
L 09/05/2008 - 10:39:32: Invalid CVAR pointer
L 09/05/2008 - 10:39:32: [AMXX] Displaying debug trace (plugin "amx_super.amxx")
L 09/05/2008 - 10:39:32: [AMXX] Run time error 10: native error (native "get_pcvar_num")
L 09/05/2008 - 10:39:32: [AMXX] [0] amx_super.sma::client_connect (line 5550)

bmann_420
09-05-2008, 15:54
Well, i know what line that is, but cant pinpoint an issue.


if (get_playersnum(1) <= g_maxplayers - get_pcvar_num(amx_reservation) || get_pcvar_num(afkcheck_allow) || (!(is_user_bot(id))))
return PLUGIN_CONTINUE

Glist3r
09-05-2008, 16:48
Well, i know what line that is, but cant pinpoint an issue.


if (get_playersnum(1) <= g_maxplayers - get_pcvar_num(amx_reservation) || get_pcvar_num(afkcheck_allow) || (!(is_user_bot(id))))
return PLUGIN_CONTINUE

Hmmm, so it has no solution?

YamiKaitou
09-05-2008, 17:00
No, everything has a solution, we just have to find time to test it. And with a new 4.0 coming out, your copy may go out the door

danielkza
09-05-2008, 17:12
No, everything has a solution, we just have to find time to test it. And with a new 4.0 coming out, your copy may go out the door
You're talking about bmann's 4.0 or mine version?

bmann_420
09-05-2008, 17:23
Regardless of versions, same outcome.

Glist3r
09-06-2008, 02:25
I'm gonna wait till you find the "bug" .

Glist3r
09-08-2008, 09:18
Argh..

I'm going crazy. I get this error from 5 to 5 seconds and it prints in the errorlogs.

Kinda flooding myself . LOL !

bmann_420
09-08-2008, 14:16
ITs in the beta, the 4.0

Just go back to 3.8.1

(If it doesnt cause any issues in game play, i would just ignore it anyway)

ConnorMcLeod
09-08-2008, 16:44
Just ignore this error for now, or run adminslot plugin and reserve a slot (without 1 reserved slot, the plugin can not kick afk players when the server is full).

Glist3r
09-08-2008, 16:50
Idk if it is from this error , but some admins looks like when they join the server have gag or fuckoff...

I'll go back to v3.8.1

bmann_420
09-08-2008, 17:06
IT doesnt have anything to do with that error.

And yes, ty connor, i missed that one