Crashdetect help
#2

Quote:

[13:00:01] [debug] Accessing element at index 32 past array upper bound 31

pawn Code:
// For example;
#define INDEX 31

new
    something[ INDEX ]
;

// to somewhere
something[ 32 ] = 0;
It will give you that error. There's only one way to see from where it comes. First of all, make sure that a file pawno.cfg is on the pawno folder and inside has "-d3" for showing the lines (sometimes).

Then, debug these two callback and check what values are passed. Print every line!
Reply


Messages In This Thread
Crashdetect help - by Face9000 - 14.12.2012, 10:44
Re: Crashdetect help - by Konstantinos - 14.12.2012, 10:59

Forum Jump:


Users browsing this thread: 1 Guest(s)