[HELP] Run Time Error
Code:
L 12/16/2015 - 22:13:16: Start of error session.PHP Code:
|
Re: [HELP] Run Time Error
Debugged?
|
Re: [HELP] Run Time Error
unfortenatly yes....
|
Re: [HELP] Run Time Error
These are the functions that throw AMX_ERR_STACKLOW ( Run time error 7: stack low ) which is know as /* stack underflow */ at amxmodx\amx.h:
At amxmodx\amx.cpp and amxxpc\amx.cpp it is used to composed define function. PHP Code:
PHP Code:
PHP Code:
First things first, I could not reproduce you error :( How to reproduce you error? After know it for sure how to reproduce it, remove some functionality from this plugin, then: 1) test if it still throwing that exception. If not, you are closer to find the problem, and add some functionality back then go to 1) If yes, remove some functionality again, then go to 1) Repeat until you discover which line is throwing that Run time error 7. And after find which line, goes through your amxmodx implementation and find out why that line is throwing that exception, as did here. To maybe guide better the search, the stack underflow error is an error that occurs when an item is called from the stack, but the stack is empty. So we could think about what uses stacks at this plugin source code and take a close look at it while searching. |
Re: [HELP] Run Time Error
problem is, it is the first time in 6 months when i get this error..
also, could anyone explain to me exactly what this plugin is doing? from what i see, it removes the hostages, and the map's goal... right? but if the maps are made for zombie plague, there is no need for such thing, or am i wrong? |
Re: [HELP] Run Time Error
Quote:
So you cannot reproduce the error any time you want? And as this is a ZP, is there a specialized forum and original thread where this plugin came from and provide support? |
| All times are GMT -4. The time now is 18:09. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.