Raised This Month: $7 Target: $400
 1% 

Amx_super debug run time error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Rising
New Member
Join Date: Sep 2015
Location: Aarhus, Denmark
Old 11-20-2015 , 13:06   Amx_super debug run time error
Reply With Quote #1

Hi there,

I am getting following error after installing amx_super:

L 11/20/2015 - 09:14:20: [AMXX] Displaying debug trace (plugin "amx_super-serious.amxx")
L 11/20/2015 - 09:14:20: [AMXX] Run time error 4: index out of bounds

Can you please tell me the solution
Rising is offline
Send a message via MSN to Rising Send a message via Yahoo to Rising Send a message via Skype™ to Rising
ZEDD_Intensity
Senior Member
Join Date: Jun 2016
Old 11-17-2017 , 09:53   Re: Amx_super debug run time error
Reply With Quote #2

Quote:
Originally Posted by Rising View Post
Hi there,

I am getting following error after installing amx_super:

L 11/20/2015 - 09:14:20: [AMXX] Displaying debug trace (plugin "amx_super-serious.amxx")
L 11/20/2015 - 09:14:20: [AMXX] Run time error 4: index out of bounds

Can you please tell me the solution
Greetings,

I've been having this error everytime and used to shut my server down on its own.
I still couldn't find a workaround, so disabled amx_super-serious component. I don't think it'd make much difference, but if it does to you, I'd recommend finding manual plugins that you usually used with integrated super-serious. You can temporarily comment it out as I'm sure it crashes the server.

If any solution comes out, I'm subscribed to this thread. Take a look here as well.

Regards,
ZEDD
ZEDD_Intensity is offline
nicke011
New Member
Join Date: Mar 2020
Old 04-07-2020 , 19:49   Re: Amx_super debug run time error
Reply With Quote #3

I am getting the same error on my server as well.

Code:
L 04/07/2020 - 23:19:57: [AMXX] Displaying debug trace (plugin "amx_super-serious.amxx")
L 04/07/2020 - 23:19:57: [AMXX] Run time error 4: index out of bounds 
L 04/07/2020 - 23:19:57: [AMXX]    [0] amx_super-serious.sma::join_team (line 1247)
Line 1247 is part of "Team locker" function (in red):
Code:
/* Team locker
 *------------
*/
public team_select(id, key) 
{ 
	if(g_bBlockJoin[key])
	{
		engclient_cmd(id, "chooseteam");
		
		return PLUGIN_HANDLED;
	} 		
	
	return PLUGIN_CONTINUE;
} 

public join_team(id) 
{		
	new szArg[3];
	read_argv(1, szArg, charsmax(szArg));
	
	if(g_bBlockJoin[str_to_num(szArg) - 1])
	{
		engclient_cmd(id, "chooseteam");
		
		return PLUGIN_HANDLED;
	} 

	return PLUGIN_CONTINUE; 
}
Server crashed a couple of times, so I temporarily disabled this plugin. However, we are using some of the AMX commands that were part of it, so it is somewhat a hassle.
nicke011 is offline
Old 04-08-2020, 10:13
Napoleon_be
This message has been deleted by Napoleon_be. Reason: nvm
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 04-08-2020 , 11:43   Re: Amx_super debug run time error
Reply With Quote #4

What amx super version are you using?
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
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 23:36.


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