AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [AMXX] Run time error 7 (plugin "pug_core.amxx") (Error persists) (https://forums.alliedmods.net/showthread.php?t=211047)

^SmileY 03-17-2013 14:52

[AMXX] Run time error 7 (plugin "pug_core.amxx") (Error persists)
 
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.

ConnorMcLeod 03-17-2013 14:54

Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
 
No errors doesn't mean the error won't occur.
Does the error occur each time you launch server / change map ?

^SmileY 03-17-2013 14:55

Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
 
When i enabled a debug function in plugins.ini, the error don't appears.

:)

ConnorMcLeod 03-17-2013 14:57

Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
 
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.

^SmileY 03-17-2013 15:00

Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
 
Reallocate?

#pragma dynamic 32768 ???

If is this, don't work anyway :(

XAT 03-17-2013 15:06

Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
 
Quote:

Originally Posted by ^SmileY (Post 1914564)
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...

ConnorMcLeod 03-17-2013 15:06

Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
 
Default for plugins is 4096, you can start doubling it.

^SmileY 03-17-2013 15:08

Re: [AMXX] Run time error 7 (plugin "pug_core.amxx")
 
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?

^SmileY 04-23-2013 10:28

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

Error fixed in Windows Versions but in Linux its a same error


All times are GMT -4. The time now is 14:55.

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