Ttanasart-pt / Pixel-Composer

Node base VFX editor for pixel art.
MIT License
727 stars 31 forks source link

Opening gradient editor crashes the software #61

Closed Zeesastrous closed 9 months ago

Zeesastrous commented 9 months ago

Description

Trying to edit a gradient crashes the software.

To reproduce

Upon opening PixComp and creating a gradient node in an empty project, click on the "gradient" button.

image (this one)

Expected

The gradient editing UI to open,

Result

An error popup shows up, forcing the user to close the software entirely. ("Restart application" does nothing.)

image

PixComp Version

v1.16.0.9 Steam

Crash Log

-------------------------- OH NO --------------------------

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

I32 argument is undefined
gml_Script_resizable@Panel_panel_data
-------------------------- STACK TRACE --------------------------

gml_Script_resizable@Panel_panel_data (line 131)
gml_Script_stepBegin@Panel_panel_data (line 317)
gml_Script_stepBegin@Panel_panel_data (line 390)
gml_Script_stepBegin@Panel_panel_data (line 390)
gml_Script_stepBegin@Panel_panel_data (line 390)
gml_Object_o_main_Step_1 (line 42)

---------------------------- :( ----------------------------
Zeesastrous commented 9 months ago

I'm closing this because it turns out this wasn't the main problem, but a symptom of the problem. I'll make a separate issue for it tomorrow.