4.0.11 UPDATE!

dale_coop

Moderator
Staff member
The error message "Value out of range." usually means you have a memory issue (not enough space in your game for all the code).
In your case, it could just be your HUD... currently, if you put too much elements in your HUD, you could have memory issues.
Try removing some elements from the HUD (select an element, clear the "string" value and set the type to "none").
 

dale_coop

Moderator
Staff member
But maybe you set some elements on your HUD (in "HUD & Boxes" in the "HUD Elements" tab):
Select each one by one and remove the value in its « string » property, X and Y to "0" and change the "type" to "none".
If you used a "0:Var Tiles" you need to set the "Full tile" AND the "Empty tile".
 

PewkoGames

Member
Hey

So i'm following the Adventure tutorial and when i go to export and test it I'm getting This error.

neserror_by_gruntchovski-dcpb3ao.jpg


I press any key then it says "error compiling stuff"
Anyone have similar issues? How do you fix this?
 

dale_coop

Moderator
Staff member
Look at the first page of this topic... there is your answer. You need to modify a script (adding $#00)
 
Top Bottom