Raised This Month: $ Target: $400
 0% 

[Help] Plugins errors.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ddq77
Junior Member
Join Date: Jul 2008
Old 08-05-2008 , 01:36   [Help] Plugins errors.
Reply With Quote #1

Hello the problem is on 4 of my servers.

1.- Server of 32 slots without any mod.

Code:
L 08/05/2008 - 01:40:41: Start of error session.
L 08/05/2008 - 01:40:41: Info (map "de_nuke") (logfile "error_080508.log")
L 08/05/2008 - 01:40:41: [AMXX] Run time error 4 (plugin "radio.amxx") - debug not enabled!
L 08/05/2008 - 01:40:41: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
Plugin for listen radio in the server.

---------

2.- Server GunMode

Code:
L 08/04/2008 - 22:23:21: Start of error session.
L 08/04/2008 - 22:23:21: Info (map "de_inferno") (logfile "error_080408.log")
L 08/04/2008 - 22:23:21: Invalid weapon id 0
L 08/04/2008 - 22:23:21: [AMXX] Run time error 10 (plugin "gungame_base.amxx") (native "get_weaponname") - debug not enabled!
L 08/04/2008 - 22:23:21: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
---------

3.- Server Soccerjam

Code:
L 08/05/2008 - 00:25:15: Start of error session.
L 08/05/2008 - 00:25:15: Info (map "sj_streetsoccer") (logfile "error_080508.log")
L 08/05/2008 - 00:25:15: [ENGINE] Invalid player 0 (not in-game)
L 08/05/2008 - 00:25:15: [AMXX] Run time error 10 (plugin "soccerjam.amxx") (native "entity_range") - debug not enabled!
L 08/05/2008 - 00:25:15: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
---------

4.- Server Surf

Code:
L 08/05/2008 - 00:56:01: Start of error session.
L 08/05/2008 - 00:56:01: Info (map "surf_warped") (file "addons/amxmodx/logs/error_20080805.log")
L 08/05/2008 - 00:56:01: [CSTRIKE] Invalid player 6
L 08/05/2008 - 00:56:01: [AMXX] Run time error 10 (plugin "usurf.amxx") (native "cs_get_user_team") - debug not enabled!
L 08/05/2008 - 00:56:01: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
thanks
ddq77 is offline
Send a message via ICQ to ddq77 Send a message via MSN to ddq77
IneedHelp
Veteran Member
Join Date: Mar 2007
Location: Argentina
Old 08-05-2008 , 01:45   Re: [Help] Plugins errors.
Reply With Quote #2

Put the plugins into debug mode to see the errors in the logs, and maybe i can help you.

To put a plugin into debug mode, do this in plugins.ini:
Code:
myplugin.amxx debug ;
Can you show me what plugins are you running too?
__________________

Last edited by IneedHelp; 08-05-2008 at 01:51.
IneedHelp is offline
ddq77
Junior Member
Join Date: Jul 2008
Old 08-05-2008 , 19:21   Re: [Help] Plugins errors.
Reply With Quote #3

The plugins on mode debug

Soccerjam

Code:
L 08/05/2008 - 06:06:16: Start of error session.
L 08/05/2008 - 06:06:16: Info (map "sj_StReeT") (logfile "error_080508.log")
L 08/05/2008 - 06:06:16: [ENGINE] Invalid player 0 (not in-game)
L 08/05/2008 - 06:06:16: [AMXX] Displaying debug trace (plugin "soccerjam.amxx")
L 08/05/2008 - 06:06:16: [AMXX] Run time error 10: native error (native "entity_range")
L 08/05/2008 - 06:06:16: [AMXX]    [0] float.inc::operator>(Float:,Float:) (line 138)
L 08/05/2008 - 06:06:16: [AMXX]    [1] soccerjam.sma::client_PreThink (line 1814)
http://forums.alliedmods.net/showthr...ight=Soccerjam
Is this plugin but with any modifications.
-------------
32 slots

Code:
L 08/05/2008 - 03:22:48: Start of error session.
L 08/05/2008 - 03:22:48: Info (map "de_nuke") (logfile "error_080508.log")
L 08/05/2008 - 03:22:48: [AMXX] Displaying debug trace (plugin "radio.amxx")
L 08/05/2008 - 03:22:48: [AMXX] Run time error 4: index out of bounds 
L 08/05/2008 - 03:22:48: [AMXX]    [0] radio.sma::client_putinserver (line 312)
http://forums.alliedmods.net/showthread.php?t=17708
This is the plugin. In other servers the plugin works well.
-------------
Surf

Code:
L 08/05/2008 - 15:04:14: [CSTRIKE] Invalid player 4
L 08/05/2008 - 15:04:14: [AMXX] Displaying debug trace (plugin "usurf.amxx")
L 08/05/2008 - 15:04:14: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 08/05/2008 - 15:04:14: [AMXX]    [0] usurf.sma::Spawn (line 586)
http://forums.alliedmods.net/showthr...ighlight=uSurf
-------------
GunGame

GunGame AMXX Cstrike 2.00B3

The log not appeared =S

And the plugins running too are:
admin_clexec.amxx
advertising_filter.amxx
psycholisten.amxx
ad_manager.amxx
admin_check.amxx
lann.amxx
hpk.amxx
loadingsounddir.amxx
amx_autorestart.amxx
afkkicker.amxx
restrictnames.amxx

Last edited by ddq77; 08-05-2008 at 19:27.
ddq77 is offline
Send a message via ICQ to ddq77 Send a message via MSN to ddq77
IneedHelp
Veteran Member
Join Date: Mar 2007
Location: Argentina
Old 08-05-2008 , 20:34   Re: [Help] Plugins errors.
Reply With Quote #4

Maybe you have to reinstall the mod's, i think something is wrong, or missed, in the plugin, and i haven't the same lines when i check that plugins ..
__________________
IneedHelp is offline
ddq77
Junior Member
Join Date: Jul 2008
Old 08-05-2008 , 22:22   Re: [Help] Plugins errors.
Reply With Quote #5

Okas, I see what I'm going to do for this problems, thank you very much. =)
ddq77 is offline
Send a message via ICQ to ddq77 Send a message via MSN to ddq77
IneedHelp
Veteran Member
Join Date: Mar 2007
Location: Argentina
Old 08-06-2008 , 00:06   Re: [Help] Plugins errors.
Reply With Quote #6

You can post your problems in the respective post of the plugins too, maybe the autor helps you more than me.
__________________
IneedHelp is offline
ddq77
Junior Member
Join Date: Jul 2008
Old 08-06-2008 , 00:20   Re: [Help] Plugins errors.
Reply With Quote #7

Thanks Again ^^
ddq77 is offline
Send a message via ICQ to ddq77 Send a message via MSN to ddq77
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:36.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode