johnwdubois / rezonator

Rezonator: Dynamics of human engagement
34 stars 1 forks source link

Crashes when drawing resonance #1429

Open kayaulai opened 1 year ago

kayaulai commented 1 year ago

The first error appears when linking 'her' and 'me' here: image

also when starting a new chain on the highlighted 'do':

image

and also linking up the 'and's:

image

To reproduce Maybe after merging 2 resonance chains together?


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

ds_map_find_value argument 1 incorrect type (undefined) expecting a Number (YYGI32) at gml_Script_scr_setCliqueAutoTags ############################################################################################ gml_Script_scr_setCliqueAutoTags (line -1) gml_Script_scr_mergeCliques gml_Script_scr_newLink gml_Script_scr_tokenClicked gml_Script_scr_drawLineEntryList gml_Script_scr_drawLine2ElectricBoogaloo gml_Object_obj_control_Draw_0


A different one, while drawing chunk around 'in the casino':


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

ds_map_find_value argument 1 incorrect type (undefined) expecting a Number (YYGI32) at gml_Script_scr_mergeCliques ############################################################################################ gml_Script_scr_mergeCliques (line -1) gml_Script_scr_newLink gml_Script_scr_createChunk gml_Script_scr_mouseRect gml_Object_obj_control_Draw_0

image

kayaulai commented 1 year ago

And here's a third one:


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

ds_map_find_value argument 1 incorrect type (undefined) expecting a Number (YYGI32) at gml_Script_scr_cliqueCheckChain ############################################################################################ gml_Script_scr_cliqueCheckChain (line -1) gml_Script_scr_refreshClique gml_Script_scr_newLink gml_Script_scr_createChunk gml_Script_scr_mouseRect gml_Object_obj_control_Draw_0

image

kayaulai commented 1 year ago

Here's a reproducible example (see screenshot for the action taken).

diamond resonance.zip


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

ds_map_find_value argument 1 incorrect type (undefined) expecting a Number (YYGI32) at gml_Script_scr_setCliqueAutoTags ############################################################################################ gml_Script_scr_setCliqueAutoTags (line -1) gml_Script_scr_mergeCliques gml_Script_scr_newLink gml_Script_scr_tokenClicked gml_Script_scr_drawLineEntryList gml_Script_scr_drawLine2ElectricBoogaloo gml_Object_obj_control_Draw_0

image

kayaulai commented 1 year ago

And a new one! This time reproducible. The search term is 名.

image

diamond resonance fulltext.zip


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

ds_map_find_value argument 1 incorrect type (undefined) expecting a Number (YYGI32) at gml_Script_scr_refreshChainOrderMap ############################################################################################ gml_Script_scr_refreshChainOrderMap (line -1) gml_Script_scr_newLink gml_Script_scr_tokenClicked gml_Script_scr_drawLineEntryList gml_Script_scr_drawLine2ElectricBoogaloo gml_Object_obj_control_Draw_0

kayaulai commented 1 year ago

And another new one, when making side links:


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

ds_map_find_value argument 1 incorrect type (undefined) expecting a Number (YYGI32) at gml_Script_scr_refreshChainOrderMap ############################################################################################ gml_Script_scr_refreshChainOrderMap (line -1) gml_Script_scr_newLink gml_Script_scr_dialogueConfirm gml_Object_obj_dialogueBox_Draw_0

johnwdubois commented 11 months ago

Ryan says: I've added a reproducible example of the resonance crash to GitHub..... I hope this bug can be prioritised in the future development of Rezonator, as it's extremely common when dealing with resonance. JWD: Yes, let's prioritize this.