View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000126 | BBMOD GUI | General | public | 2022-09-21 10:24 | 2023-01-02 17:56 |
Reporter | IMP700 | Assigned To | kraifpatrik | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 3.12.0.0 EA | ||||
Summary | 0000126: Crash when switching Optimize materials for models without animations | ||||
Description | Error when imported with Optimize materials enabled and pressed: ___________________________________________ ############################################################################################ ERROR in action number 1 of Draw Event for object OMain: Push :: Execution Error - Variable Index [1] out of range [1] - -15.argument0(93,1) at gml_Script_anon_BBMOD_Node_gml_GlobalScript_BBMOD_Node_5141_BBMOD_Node_gml_GlobalScript_BBMOD_Node ############################################################################################ gml_Script_anon_BBMOD_Node_gml_GlobalScript_BBMOD_Node_5141_BBMOD_Node_gml_GlobalScript_BBMOD_Node (line -1) gml_Script_anon_BBMOD_Model_gml_GlobalScript_BBMOD_Model_13123_BBMOD_Model_gml_GlobalScript_BBMOD_Model gml_Object_OMain_Draw_77 Error when imported with Optimize materials disabled and pressed: ___________________________________________ ############################################################################################ ERROR in action number 1 of Draw Event for object OMain: Push :: Execution Error - Variable Index [1] out of range [1] - -9.Materials(101282,1) at gml_Object_OMain_Draw_77 ############################################################################################ gml_Object_OMain_Draw_77 (line -1) | ||||
Tags | No tags attached. | ||||
|
Still an issue in 3.16.4.0 EA, but it throws a different error: ___________________________________________ ############################################################################################ ERROR in action number 1 of Draw Event for object OMain: index out of bounds request 1 maximum size is 1############################################################################################ gml_Script_anon_BBMOD_Node_gml_GlobalScript_BBMOD_Node_5785291_BBMOD_Node_gml_GlobalScript_BBMOD_Node (line 265) gml_Script_anon_BBMOD_Model_gml_GlobalScript_BBMOD_Model_14945174_BBMOD_Model_gml_GlobalScript_BBMOD_Model (line 553) gml_Object_OMain_Draw_77 (line 48) |