There's an official docs/wiki - https://docs.pixel-composer.com/ in the works, the fandom site is more or less community-maintained afaik
celestialmaze
Recent community posts
Windows 11 23H2 / Version 1.15.6
As title, the app crashes when going to "Animation Settings" under the "Animation" menu. Crash log:
-------------------------- OH NO --------------------------
ERROR in
action number 1
of Draw Event
for object o_dialog_menubox:
instance_exists argument 1 incorrect type (unknown) expecting a Number (YYGI32)
gml_Script_dialogCall
-------------------------- STACK TRACE --------------------------
gml_Script_dialogCall (line 5)
gml_Script_anon_Panel_Menu_gml_GlobalScript_panel_menu_59573093_Panel_Menu_gml_GlobalScript_panel_menu (line 135)
gml_Object_o_dialog_menubox_Draw_64 (line 60)
---------------------------- :( ----------------------------
I am running the tool inside a Windows 11 (22H2) virtual machine (VMware Fusion) on M1 Mac.
The app mostly runs fine but attempting to share to steam workshop(using the button) crashes the app.
.pxc file has only one "Draw Gradient" node in it as a test. Version is "v1.15.0.1 Steam", here's the crash log:
-------------------------- OH NO --------------------------
ERROR in
action number 1
of Draw Event
for object o_main:
array_set :: variable Index [1] out of range [1]
gml_Script_gameframe_button_update
-------------------------- STACK TRACE --------------------------
gml_Script_gameframe_button_update (line 483)
gml_Script_gameframe_update (line 81)
gml_Object_o_main_Draw_64 (line 47)
---------------------------- :( ----------------------------
It's not really a big deal as most of the app still works perfectly but a native mac binary in the future would be nice.