Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Pixel Composer

Node based VFX compositor for pixel art. · By MakhamDev

Bug Reporting With Trail

A topic by tiopalada created Jul 08, 2023 Views: 102
Viewing posts 1 to 1
(1 edit)

Good afternoon. First of all, thank you for the great work!

While trying to export any FX using trail I get this:

RENDER:

========== Crash log ==========

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

index out of bounds request 11 maximum size is 11

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

gml_Script_anon_Node_gml_GlobalScript_node_data_29744690_Node_gml_GlobalScript_node_data (line 1015) gml_Script_anon_Node_Trail_gml_GlobalScript_node_trail_22541195_Node_Trail_gml_GlobalScript_node_trail (line 65) gml_Script_anon_Node_gml_GlobalScript_node_data_6906653_Node_gml_GlobalScript_node_data (line 292) gml_Script_Render (line 120) gml_Object_o_main_Step_1 (line 91)

========= Crash log end =========

Seems like it is trying to render one frame further than the animation actually has, it doesn’t matter how big/short it is. Removing trail fixes it, so it must be the offending node.