OS: WINE
Version: 0.3.0
This one occurs when pressing E and up on the “Save” main menu (not when in the save menu)
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object obj_menu:
Push :: Execution Error - Variable Index [0,10] out of range [1,3] - -1.menu(102203,10)
at gml_Object_obj_menu_Draw_64
############################################################################################
stack frame is
gml_Object_obj_menu_Draw_64 (line -1)
This one occurs when pressing up and E when on the “Character” menu item (Not in)
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object obj_menu:
Push :: Execution Error - Variable Index [0,10] out of range [1,7] - -1.menu(102203,10)
at gml_Object_obj_menu_Draw_64
############################################################################################
stack frame is
gml_Object_obj_menu_Draw_64 (line -1)
I’d check all the Main Menu options that open up another menu.
Along with any submenus that open up any other menus.
Like the Options menu that opens up audio. Pressing Up and E when Audio is selected crashes as well (Frame perfect of course)
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object obj_menu:
Push :: Execution Error - Variable Index [0,6] out of range [1,4] - -1.menu(102203,6)
at gml_Object_obj_menu_Draw_64
############################################################################################
stack frame is
gml_Object_obj_menu_Draw_64 (line -1)
This’ll happen almost any time a player is in a menu that has a menu entry which opens up another menu/interface.
Some NPC examples
I want to summon a creature (Press up and E)
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object obj_summoncreature:
Variable obj_weaponrack.(100095, -2147483648) not set before reading it.
at gml_Object_obj_summoncreature_Draw_64
############################################################################################
stack frame is
gml_Object_obj_summoncreature_Draw_64 (line -1)
I’d like to upgrade my Talisman
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object obj_talismanupgrade:
Unable to find any instance for object index ‘4’ name ‘obj_egg’
at gml_Object_obj_talismanupgrade_Draw_64
############################################################################################
stack frame is
gml_Object_obj_talismanupgrade_Draw_64 (line -1)
Single grind a spell gem
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object obj_spelltransmute:
Unable to find any instance for object index ‘81’ name ‘obj_channeler’
at gml_Object_obj_spelltransmute_Draw_64
############################################################################################
stack frame is
gml_Object_obj_spelltransmute_Draw_64 (line -1)