Jump to content

Fatal error when importing an object


Message added by TopicLocker3000

This topic was automatically locked after 6 months of inactivity. If you are the topic owner, please contact a moderator to have it unlocked.

Recommended Posts

Quote


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

trying to index a variable which is not an array
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Script_project_read_get_iids (line 90)
called from - gml_Script_asset_open (line 117)
called from - gml_Script_action_toolbar_import_asset (line 7)
called from - gml_Script_toolbar_draw_button (line 15)
called from - gml_Script_toolbar_draw (line 80)
called from - gml_Script_window_draw (line 9)
called from - gml_Script_app_event_draw (line 7)
called from - gml_Object_app_Draw_0 (line 2)
 

It's just an human model with a walk cycle, it works good in the first project, then I want to use this on a second project, so I save the object, then try to import it on this second project and I get this crash.

 

I deleted a bunch of keyframes that happened before this because I only wanted the last part of the animation, to continue it on the next one, I wonder if this has to do with the bug of MineAnimator screwing up the timeline (when you delete keyframes and the timeline doesn't shrink accordingly to the last keyframe present on the animation.)

 

The log_previous.txt says this at the end:

 

9:40:53 load_format: 13
9:40:53 save_folder: 13
9:40:53 Opening object
9:40:53 load_iid_offset: 20316303
9:40:53 Templates: 5
9:40:53 Timelines: 13
9:40:53 Resources: 1
9:40:53 Get template iids
9:40:53 Get particle type iids
9:40:53 Get keyframe iids
9:40:53 Get timeline iids
9:40:53 Build trees

Edited by moniker
Link to post
Share on other sites

Now im getting this randomly when I copy paste an object's position:

 

Quote


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

trying to index a variable which is not an array
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Script_tl_value_set (line 52)
called from - gml_Script_action_tl_frame_pos_xyz (line 3)
called from - gml_Script_tab_frame_editor_position (line 29)
called from - gml_Script_panel_draw_content (line 63)
called from - gml_Script_panel_draw (line 86)
called from - gml_Script_panel_area_draw (line 53)
called from - gml_Script_window_draw (line 7)
called from - gml_Script_app_event_draw (line 7)
called from - gml_Object_app_Draw_0 (line 2)
 

 

Link to post
Share on other sites

And now im getting this when I try to re-scale an item:

 

Quote


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

trying to index a variable which is not an array
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Script_tl_value_set (line 52)
called from - gml_Script_action_tl_frame_scale_all (line 3)
called from - gml_Script_draw_dragger (line 73)
called from - gml_Script_tab_frame_editor_scale (line 6)
called from - gml_Script_panel_draw_content (line 63)
called from - gml_Script_panel_draw (line 86)
called from - gml_Script_panel_area_draw (line 53)
called from - gml_Script_window_draw (line 7)
called from - gml_Script_app_event_draw (line 7)
called from - gml_Object_app_Draw_0 (line 2)
 

This is so frustrating.

Link to post
Share on other sites

I started a new project from scratch, added a couple of characters, I was about to move a furnace and bang:


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

trying to index a variable which is not an array
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Script_tl_value_set (line 52)
called from - gml_Script_view_control_position (line 50)
called from - gml_Script_view_update_surface (line 53)
called from - gml_Script_view_update (line 7)
called from - gml_Script_view_draw (line 253)
called from - gml_Script_view_area_draw (line 9)
called from - gml_Script_panel_area_draw (line 49)
called from - gml_Script_window_draw (line 7)
called from - gml_Script_app_event_draw (line 7)
called from - gml_Object_app_Draw_0 (line 2)
 

 

This is ridiculous. Im going back to 105 to see if its more stable, I dont get why im getting all those fatal errors now.

Edited by moniker
Link to post
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Create New...