Page 1 of 1

Posted: Sun Mar 23, 2003 6:42 pm
by BackupUser
Restored from previous forum. Originally posted by polux.

I've just installed PB 3.61, and my game Lethal Judgment won't start!!! It says : "Array out of bounds!!" for all my variable...
Snif... i will return to 3.51...

Pol.

Posted: Mon Mar 24, 2003 11:02 am
by BackupUser
Restored from previous forum. Originally posted by mindplay.

That's because 3.61 has range checking. You should go back to 3.61 and correct your code - you're accessing your variables out of bounds, e.g. you've Dim'med a smaller array than you use.

Posted: Mon Mar 24, 2003 3:19 pm
by BackupUser
Restored from previous forum. Originally posted by freak.

V3.61 had a bug in the Array-checking stuff, so it may report errors, where there are no errors.
This releas is very buggy in general (lots of compiler improvements lead to lots of bugs)

PB3.62 should be out tonight.

There are many, many bugs fixed there, and we are currently testing it, so this is going to be a much more stable and reliable release.

Timo