PB 3.61 prob!

Advanced game related topics
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
Post Reply