Ttanasart-pt / Pixel-Composer

Node base VFX editor for pixel art.
MIT License
654 stars 28 forks source link

Crash when trying to separate x and y values. #67

Open spark2018 opened 4 weeks ago

spark2018 commented 4 weeks ago

I was trying to add a number node to a transform. But in an attempt to separate the x and y because I don't want the number node to affect the x value and affect only the y, this happened.

Upon trying to reopen the project, the file was corrupted.

These were the following notifications.

==========  Crash log [PXC 1.17.1.2] [Windows] ==========

ERROR in
action number 1
of Draw Event
for object o_main:

I32 argument is unset

========== Stack trace ==========

gml_Script___getAnimValue@anon@40465@NodeValue@node_value (line 1276)
gml_Script_getValueRecursive@anon@38914@NodeValue@node_value (line 1211)
gml_Script__getValue@anon@36899@NodeValue@node_value (line 1141)
gml_Script_getValue@anon@35503@NodeValue@node_value (line 1110)
gml_Script_showValue@anon@43418@NodeValue@node_value (line 1371)
gml_Script_drawWidget (line 304)
gml_Script_drawNodeProperties@anon@16859@Panel_Inspector@panel_inspector (line 713)
gml_Script_anon@29407@Panel_Inspector@panel_inspector (line 860)
gml_Script_draw@anon@791@scrollPane@scrollPane (line 50)
gml_Script_drawContent@Panel_Inspector@panel_inspector (line 1065)
gml_Script_draw@anon@25943@PanelContent@panel_data (line 943)
gml_Script_drawPanel@Panel@panel_data (line 678)
gml_Script_draw@anon@10822@Panel@panel_data (line 411)
gml_Script_draw@anon@10822@Panel@panel_data (line 430)
gml_Script_draw@anon@10822@Panel@panel_data (line 430)
gml_Script_draw@anon@10822@Panel@panel_data (line 430)
gml_Object_o_main_Draw_64 (line 43)

========= Crash log end =========
==========  Crash log [PXC 1.17.1.2] [Windows] ==========

ERROR in
action number 1
of Create Event
for object o_main:

I32 argument is unset

========== Stack trace ==========

gml_Script___getAnimValue@anon@40465@NodeValue@node_value (line 1276)
gml_Script_getValueRecursive@anon@38914@NodeValue@node_value (line 1211)
gml_Script__getValue@anon@36899@NodeValue@node_value (line 1141)
gml_Script_getValue@anon@35503@NodeValue@node_value (line 1110)
gml_Script_getInputs@anon@8282@Node_Processor@node_processor (line 280)
gml_Script_doUpdate@anon@20677@Node@node_data (line 758)
gml_Script_Render (line 238)

========= Crash log end =========
==========  Crash log [PXC 1.17.1.2] [Windows] ==========

ERROR in
action number 1
of Draw Event
for object o_main:

I32 argument is unset

========== Stack trace ==========

gml_Script___getAnimValue@anon@40465@NodeValue@node_value (line 1276)
gml_Script_getValueRecursive@anon@38914@NodeValue@node_value (line 1211)
gml_Script__getValue@anon@36899@NodeValue@node_value (line 1141)
gml_Script_getValue@anon@35503@NodeValue@node_value (line 1110)
gml_Script_showValue@anon@43418@NodeValue@node_value (line 1371)
gml_Script_drawWidget (line 304)
gml_Script_drawNodeProperties@anon@16859@Panel_Inspector@panel_inspector (line 713)
gml_Script_anon@29407@Panel_Inspector@panel_inspector (line 860)
gml_Script_draw@anon@791@scrollPane@scrollPane (line 50)
gml_Script_drawContent@Panel_Inspector@panel_inspector (line 1065)
gml_Script_draw@anon@25943@PanelContent@panel_data (line 943)
gml_Script_drawPanel@Panel@panel_data (line 678)
gml_Script_draw@anon@10822@Panel@panel_data (line 411)
gml_Script_draw@anon@10822@Panel@panel_data (line 430)
gml_Script_draw@anon@10822@Panel@panel_data (line 430)
gml_Script_draw@anon@10822@Panel@panel_data (line 430)
gml_Object_o_main_Draw_64 (line 43)

========= Crash log end =========
==========  Crash log [PXC 1.17.1.2] [Windows] ==========

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

I32 argument is unset

========== Stack trace ==========

gml_Script___getAnimValue@anon@40465@NodeValue@node_value (line 1276)
gml_Script_getValueRecursive@anon@38914@NodeValue@node_value (line 1211)
gml_Script__getValue@anon@36899@NodeValue@node_value (line 1141)
gml_Script_getValue@anon@35503@NodeValue@node_value (line 1110)
gml_Script_getInputs@anon@8282@Node_Processor@node_processor (line 280)
gml_Script_doUpdate@anon@20677@Node@node_data (line 758)
gml_Script_Render (line 238)
gml_Object_o_main_Step_1 (line 153)

========= Crash log end =========
==========  Crash log [PXC 1.17.1.2] [Windows] ==========

ERROR in
action number 1
of Draw Event
for object o_main:

I32 argument is unset

========== Stack trace ==========

gml_Script___getAnimValue@anon@40465@NodeValue@node_value (line 1276)
gml_Script_getValueRecursive@anon@38914@NodeValue@node_value (line 1211)
gml_Script__getValue@anon@36899@NodeValue@node_value (line 1141)
gml_Script_getValue@anon@35503@NodeValue@node_value (line 1110)
gml_Script_showValue@anon@43418@NodeValue@node_value (line 1371)
gml_Script_drawWidget (line 304)
gml_Script_drawNodeProperties@anon@16859@Panel_Inspector@panel_inspector (line 713)
gml_Script_anon@29407@Panel_Inspector@panel_inspector (line 860)
gml_Script_draw@anon@791@scrollPane@scrollPane (line 50)
gml_Script_drawContent@Panel_Inspector@panel_inspector (line 1065)
gml_Script_draw@anon@25943@PanelContent@panel_data (line 943)
gml_Script_drawPanel@Panel@panel_data (line 678)
gml_Script_draw@anon@10822@Panel@panel_data (line 411)
gml_Script_draw@anon@10822@Panel@panel_data (line 430)
gml_Script_draw@anon@10822@Panel@panel_data (line 430)
gml_Script_draw@anon@10822@Panel@panel_data (line 430)
gml_Object_o_main_Draw_64 (line 43)

========= Crash log end =========
==========  Crash log [PXC 1.17.1.2] [Windows] ==========

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

I32 argument is unset

========== Stack trace ==========

gml_Script___getAnimValue@anon@40465@NodeValue@node_value (line 1276)
gml_Script_getValueRecursive@anon@38914@NodeValue@node_value (line 1211)
gml_Script__getValue@anon@36899@NodeValue@node_value (line 1141)
gml_Script_getValue@anon@35503@NodeValue@node_value (line 1110)
gml_Script_getInputs@anon@8282@Node_Processor@node_processor (line 280)
gml_Script_doUpdate@anon@20677@Node@node_data (line 758)
gml_Script_Render (line 238)
gml_Object_o_main_Step_1 (line 153)

========= Crash log end =========
Ttanasart-pt commented 3 weeks ago

noted, thanks for reporting.