Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

okey i managed to remake the crash,

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of  Step Event0
for object obj_npc:

Variable <unknown_object>.y(1, -2147483648) not set before reading it.
at gml_Object_obj_npc_Step_0
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_obj_npc_Step_0 (line -1)

while in Ellie's first mission, there were 3 enemies left to kill, the game crashed right after me and my friends collected all the metal in the up right  corner.

did you download the latest version?

yes version 34 right? i'm sorry for reporting too many bugs but when i was trying to recreate it again the game crashed with this other one in the same place, i already had collected the iron and many items in that place and when we were fighting some enemies this happened.

___________________________________________
############################################################################################
ERROR in
action number 1
of Draw Event
for object obj_player:

Trying to draw non-existing sprite.
at gml_Object_obj_player_Draw_0
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Object_obj_player_Draw_0 (line -1)

again this might be annoying i'm sorry > - <
(+1)

The issue was with the peaceful AI Script when it couldn't find  a resource and the player was hidden by interacting with something it threw an error because the targeting couldn't find an object. It should be fixed in the latest 0.3.2 version. It is very weird it didn't throw the correct error for you. When I ran it, it gave me the correct line number. Very odd, but it should work now.