Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
spark2018 opened this issue Jul 1, 2024 · 1 comment
Open

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

spark2018 opened this issue Jul 1, 2024 · 1 comment

Comments

@spark2018
Copy link

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
Copy link
Owner

noted, thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants