Vectors value out of range

Orgia Mode

New member
Help, I grabbed version 4.0.11 and started importing my map, character and tiles. It was compiling just fine aside from a black screen becuase I had forgotten te HUD and playable area. As soon as I started redoing the HUD, it took a crap.
the error is :
Routines\System\Vectors.asm(1): Value out of range.
 

Orgia Mode

New member
dale_coop said:
Arg... this error is typical memory issues error.
Try to put less items in your HUD...

Thank you so much, Dale! That fixed it. The problem was that I was using very large HUD Assets with many blank tiles so I could save HUD Element slots.
 

dale_coop

Moderator
Staff member
Yes, quite difficult to deal with memory issues...
Sometimes you add to much script and... Out of values!
Sometimes just another variable in the HUD... Out of values!
A lot of compromises to make <3
 
Top Bottom