Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

It's definitely not a memory leak as I haven't died and haven't even passed the second area. When I enter area 3 of level 2, I get the first Execution error, but I can ignore it and keep playing, though there's no background. Same with the second Execution Error. In the area after that, where I assume there's a boss, I get the final Error. If I ignore it, it keeps happening. I checked the files and couldn't find the obj_scene_skip in any of the folders.

I do enjoy the game. Other than these issues I think it's very well done, so I'm hoping we can find a fix instead of a refund.


___________________________________________
EXECUTION ERROR in creation code of room room2_pre
Error in code at line 3:
background_index[0] = global.background23;
^
at position 31: Unknown variable background23


_______________________________________________

EXECUTION ERROR in creation code of room room_scene2
Error in code at line 4:
background_index[0] = global.background24;
^
at position 31: Unknown variable background24

_________________________________________________

ERROR in
action number 1
of Draw Event
for object obj_scene_skip:



Trying to draw non-existing sprite.

The error come from memory problem. The game engine load data to video ram. If you using laptop with intergrated graphic card that can be the cause. Engine can't load more images into game and obj_scene_skip can't find background.

I;m not sure it's happen to you only 2nd stage or not. Try change data in save.ini and change 2=456852 . So you can use continue and skip to 3rd stage.

Seem to be working now. Thanks!