Error!

Blitz3D Forums/Blitz3D Programming/Error!

Yue(Posted 2013) [#1]
A to be this kind of error?




GfK(Posted 2013) [#2]
Seems clear enough - you're giving something a negative parameter where only a positive one will do.


Floyd(Posted 2013) [#3]
If you run in Debug mode the IDE should highlight the line that produced the error.


Yue(Posted 2013) [#4]
Ok, no problem. Thanks You.



Matty(Posted 2013) [#5]
Usually this error comes up with string commands such as "mid" where a negative parameter is passed by error, usually due to a problem with the logic used to determine the index.


Yue(Posted 2013) [#6]
Hi Matty, what I noticed is that in the loading screen had a text on top of the progress bar which said "Loading ...", so if you had that message when I came out of the load endless errors, one of those that you mention, in other application crashed, and the only solution I found was to replace that text string for an image.

But that could not cause the problem with certainty, only had this.



Last edited 2013

Last edited 2013