09.12.2011, 20:26
Well I got a little problem.
The compiler was causing due to a bug, so I debugged my whole script to find it, and fixed it. (badly used switch statement) so now after I fixed that, the script started giving this, so obviously I need some way to find a bad array (it's a array that was initialized wrong, I've gotten this problem before, it also makes your amx size jump)
It has 46.6k lines and you know.. I can't exactly look through every line to find the problem
pawn Код:
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 26252 bytes
Code size: 2789960 bytes
Data size: 2510248 bytes
Stack/heap size: 32000 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 5358460 bytes
It has 46.6k lines and you know.. I can't exactly look through every line to find the problem