AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [Help] Plugins errors. (https://forums.alliedmods.net/showthread.php?t=75413)

ddq77 08-05-2008 01:36

[Help] Plugins errors.
 
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 :)

IneedHelp 08-05-2008 01:45

Re: [Help] Plugins errors.
 
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?

ddq77 08-05-2008 19:21

Re: [Help] Plugins errors.
 
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

IneedHelp 08-05-2008 20:34

Re: [Help] Plugins errors.
 
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 ..

ddq77 08-05-2008 22:22

Re: [Help] Plugins errors.
 
Okas, I see what I'm going to do for this problems, thank you very much. =)

IneedHelp 08-06-2008 00:06

Re: [Help] Plugins errors.
 
You can post your problems in the respective post of the plugins too, maybe the autor helps you more than me.

ddq77 08-06-2008 00:20

Re: [Help] Plugins errors.
 
Thanks Again ^^


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

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