It works! Hooray! :D
ChewyShrimps
Recent community posts
We're so close!! I got something similar to the person above but with the glitch node:
___________________________________________
############################################################################################
ERROR in
action number 1
of Step Event0
for object o_main:
I32 argument is unset############################################################################################
gml_Script_anon_Node_Export_gml_GlobalScript_node_export_2722437_Node_Export_gml_GlobalScript_node_export (line 109)
gml_Script_anon_Node_Export_gml_GlobalScript_node_export_3935439_Node_Export_gml_GlobalScript_node_export (line 158)
gml_Object_o_main_Step_0 (line 7)
The twirl node ( and the other animation nodes ) have that correct connection that you show which is weird.
I tried an "Explode" node on the patch you released 30 minutes ago:
[MESSAGE] 2022/12/20 23:21:27 > SESSION: Begin
[MESSAGE] 2022/12/20 23:21:27 > DIRECTORY: C:\Users\NAME\AppData\Local\Pixels_Composer\
[MESSAGE] 2022/12/20 23:21:27 > THEME: unzipping default theme to DIRECTORY.
[MESSAGE] 2022/12/20 23:21:27 > COLLECTION: init
[MESSAGE] 2022/12/20 23:21:27 > COLLECTION: refreshing collection base folder.
[MESSAGE] 2022/12/20 23:23:55 > FILE: append file C:\Users\NAME\AppData\Local\Pixels_Composer\Collections\Disappear\Explode.pxcc
The errors about node ID -1 not found are gone but sadly it still crashes and does not export as a gif.
Sorry for the bother, I hope to help fix this bug :)!
Oh sweet I found something from its recent crash in the log! Here it is:
[MESSAGE] 2022/12/20 16:41:57 > SESSION: Begin
[MESSAGE] 2022/12/20 16:41:57 > DIRECTORY: C:\Users\NAME\AppData\Local\Pixels_Composer\
[MESSAGE] 2022/12/20 16:41:57 > THEME: unzipping default theme to DIRECTORY.
[MESSAGE] 2022/12/20 16:41:57 > COLLECTION: init
[MESSAGE] 2022/12/20 16:41:57 > COLLECTION: refreshing collection base folder.
[WARNING] 2022/12/20 16:42:36 > LOAD: [Connect] Node connect error : Node ID -1 not found.
[MESSAGE] 2022/12/20 16:42:36 > APPEND: [Connect] 1 Connection conflict(s) detected ( pass: 1 )
[WARNING] 2022/12/20 16:42:36 > LOAD: [Connect] Node connect error : Node ID -1 not found.
[MESSAGE] 2022/12/20 16:42:36 > APPEND: [Connect] Reconnecting Twirl in FAILED
[MESSAGE] 2022/12/20 16:42:36 > APPEND: [Connect] 1 Connection conflict(s) detected ( pass: 2 )
[WARNING] 2022/12/20 16:42:36 > LOAD: [Connect] Node connect error : Node ID -1 not found.
[MESSAGE] 2022/12/20 16:42:36 > APPEND: [Connect] Reconnecting Twirl in FAILED
[WARNING] 2022/12/20 16:42:36 > APPEND: Some connection(s) is unresolved. This may caused by render node not being update properly, or image path is broken.
[MESSAGE] 2022/12/20 16:42:36 > FILE: append file C:\Users\NAME\AppData\Local\Pixels_Composer\Collections\Warp\Twirl in.pxcc
(It was a 55x55 px drawing and I added the twirl node to, then export, instant crash)
When I try to export it freezes and crashes, only crashes when I try to export a gif or png sequence.
I'm using 1.0.0 of pixel composer, I don't know how to access older versions to compare, I saw someone else had a similar error a month ago.
Here's the error I got:
___________________________________________
############################################################################################
ERROR in
action number 1
of Draw Event
for object o_main:
I32 argument is undefined############################################################################################
gml_Script_getPreviewData_Panel_Preview_gml_GlobalScript_panel_preview (line 147)
gml_Script_drawContent_Panel_Preview_gml_GlobalScript_panel_preview (line 655)
gml_Script_draw_PanelContent_gml_GlobalScript_panel_data (line 445)
gml_Script_drawPanel_Panel_gml_GlobalScript_panel_data (line 359)
gml_Script_draw_Panel_gml_GlobalScript_panel_data (line 295)
gml_Script_draw_Panel_gml_GlobalScript_panel_data (line 311)
gml_Script_draw_Panel_gml_GlobalScript_panel_data (line 311)
gml_Script_draw_Panel_gml_GlobalScript_panel_data (line 311)
gml_Script_draw_Panel_gml_GlobalScript_panel_data (line 311)
gml_Object_o_main_Draw_64 (line 4)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Also when I right click > send to export it only gives you one "png" option and nothing else, maybe this has something to do with it?
Cheers!