Quadtree Evaluate Exception

hi,
currently using quadtree in a project where I recalculate the input values every few seconds. everytime it gets new input values, it throws an exeception (and the pin gets red for a short time (1 frame?)).
this causes the image to jitter.

exception log attached. is there a way to resolve this?

thx.

vvvv.exe-exception-2012-03-04.log_.txt (28.6 kB)

is the source code of NTrees.dll available? couldn’t find it here:

Some of your positions are probably out of the Bounds Min/Bounds Max.

Will fix soon, in the mean time make sure all positions are within the range.

thanks! that was it.