[AMXX] Run time error 3: stack error
Can someone help me? I already searched for this but I didnt find a solution for my problem.
Error log: PHP Code:
PHP Code:
|
Re: [AMXX] Run time error 3: stack error
Show. Full. Code.
|
Re: [AMXX] Run time error 3: stack error
Quote:
|
Re: [AMXX] Run time error 3: stack error
Quote:
Show full code or at least the entire function. |
Re: [AMXX] Run time error 3: stack error
I hook the roundstart on plugin init
PHP Code:
PHP Code:
EDIT: I found a guy with the same error: https://forums.alliedmods.net/showthread.php?t=258465 And he uses #pragma dynamic just like me. Can it possibily be the error? |
Re: [AMXX] Run time error 3: stack error
stack error means you filled the entire stack(the place where variables are stored). pragma dynamic allows to change the amount of space allocated for the stack so if you put a small number there, then yes: it could be the reason.
|
Re: [AMXX] Run time error 3: stack error
Stack/heap size: 131072 bytes; max. usage is unknown, due to recursion
#pragma dynamic 32768 I have to put more? And yes, I have a lot of variables inside the plugin |
Re: [AMXX] Run time error 3: stack error
Just a shot, I'm tired and couldn't test.
HTML Code:
public _inicioronda() |
Re: [AMXX] Run time error 3: stack error
Can you also show call_think
|
Re: [AMXX] Run time error 3: stack error
Quote:
|
| All times are GMT -4. The time now is 17:28. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.