Ttanasart-pt / Pixel-Composer

Node base VFX editor for pixel art.
MIT License
681 stars 30 forks source link

Crash when pressing control + g when a node in a loop group is selected #66

Closed Nrosa01 closed 2 months ago

Nrosa01 commented 2 months ago

Let's say I select both array get and outline

image

If I press control + g...

image

This happens no matter if the node is part of the loop or not

Nrosa01 commented 2 months ago

The stack trace:

-------------------------- Pixel Composer 1.17.1.2 Crashed --------------------------

ERROR in action number 1 of Step Event0 for object o_main:

Unable to get variable members from object 000001468152CB00

gml_Script_groupNodes

-------------------------- STACK TRACE --------------------------

gml_Script_groupNodes (line 17) gml_Script_doGroup@Panel_Graph@panel_graph (line 2220) gml_Script_panel_graph_group (line 69) gml_Object_o_main_Step_0 (line 48)

-------------------------- Device Info --------------------------

Version: 1.17.1.2 (11712) Operating system: Windows (655360)

---------------------------- :( ----------------------------

Ttanasart-pt commented 2 months ago

noted, thanks for reporting.

Nrosa01 commented 2 months ago

This seems to be fixed in the latest beta (1.17.6 steam) so I'm closing this issue. I didn't expect this getting fixed that fast. Thank you!