Raised This Month: $51 Target: $400
 12% 

[AMXX] Run time error 7 (plugin "pug_core.amxx") (Error persists)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 03-17-2013 , 14:52   [AMXX] Run time error 7 (plugin "pug_core.amxx") (Error persists)
Reply With Quote #1

PHP Code:
L 03/17/2013 14:12:49Start of error session.
L 03/17/2013 14:12:49Info (map "de_dust2") (file "addons/amxmodx/logs/error_20130317.log")
L 03/17/2013 14:12:49: [AMXXRun time error 7 (plugin "yap_core.amxx") - debug not enabled!
L 03/17/2013 14:12:49: [AMXXTo enable debug modeadd "debug" after the plugin name in plugins.ini (without quotes). 
When i enabled a debug function in plugins.ini, the error don't appears.

I found a error related this: http://wiki.amxmodx.org/Debugging_Pl...28AMX_Mod_X%29

Its a JIT performance error for amxmodx ?

Ps. I when using a old version of this plugins, the errors appears anyway.
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 03-17-2013 , 14:54   Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
Reply With Quote #2

No errors doesn't mean the error won't occur.
Does the error occur each time you launch server / change map ?
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 03-17-2013 at 14:55.
ConnorMcLeod is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 03-17-2013 , 14:55   Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
Reply With Quote #3

When i enabled a debug function in plugins.ini, the error don't appears.


__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 03-17-2013 , 14:57   Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
Reply With Quote #4

Yes, have seen this after and have edited
Dunno if runtime error 7 is "out of memory", but if it is, you can try to raise allocated memory and recompile plugin.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 03-17-2013 , 15:00   Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
Reply With Quote #5

Reallocate?

#pragma dynamic 32768 ???

If is this, don't work anyway
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 

Last edited by ^SmileY; 03-17-2013 at 15:03.
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
XAT
Member
Join Date: Jul 2011
Old 03-17-2013 , 15:06   Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
Reply With Quote #6

Quote:
Originally Posted by ^SmileY View Post
When i enabled a debug function in plugins.ini, the error don't appears.


Strange, you must be doing something wrong, maybe you have this in amxx.cfg:

PHP Code:
amx_debug 0 
Anyway...

PHP Code:
[AMXXRun time error 7 
PHP Code:
#define AMX_ERR_STACKLOW    7 
So
PHP Code:
#pragma dynamic 32768 
or more should fix it...

Last edited by XAT; 03-17-2013 at 15:08.
XAT is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 03-17-2013 , 15:06   Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
Reply With Quote #7

Default for plugins is 4096, you can start doubling it.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 03-17-2013 , 15:08   Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
Reply With Quote #8

EDIT(2):

the error has been fixed with:

PHP Code:
meta version
Metamod v1.21
-am  2013-03-15 (5:13)
by Will Day <willday@metamod.org>
   
http://www.metamod.org/
compiledMar 15 201315:20:21  (msc optimized
AND
PHP Code:
amxx version
AMX Mod X 1.8.2 
(http://www.amxmodx.org)
Authors:
    
David "BAILOPAN" AndersonPavol "PM OnoTo" Marko
    Felix 
"SniperBeamer" GeyerJonny "Got His Gun" Bergstrom
    Lukasz 
"SidLuke" WlasinskiChristian "Basic-Master" Hammacher
    Borja 
"faluco" FerrerScott "DS" Ehlert
Compiled
Feb 14 201300:56:37
Build ID
1.8.2 61:2ae84f7c0a97
Core mode
JIT+ASM32 
But i tried the last HG versions (I think HG83) and erros persist.

Whats a difference?
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 

Last edited by ^SmileY; 03-18-2013 at 18:36. Reason: :)
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
^SmileY
Veteran Member
Join Date: Jan 2010
Location: Brazil [<o>]
Old 04-23-2013 , 10:28   Re: [AMXX] Run time error 7 (plugin "pug_core.amxx") (Error persists)
Reply With Quote #9

UP

Error fixed in Windows Versions but in Linux its a same error
__________________
Projects:

- See my Git Hub: https://github.com/SmileYzn
PHP Code:
set_pcvar_num(pCvar, !get_pcvar_num(pCvar)); 

Last edited by ^SmileY; 04-23-2013 at 10:30.
^SmileY is offline
Send a message via MSN to ^SmileY Send a message via Skype™ to ^SmileY
Reply



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 13:04.


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