Scenegraph bug causes Roku to crash

To reproduce:

  • Create a scenegraph component derived from (=“extending”) RowList, e.g. MyRowList

  • In the component script, add an empty method: “Sub RemoveRow(id as string)

  • Create another component derived from MyRowList, e.g. MySpecialRowList (does not need to have any code except an empty Init() method)

  • The components don’t need to be actually used anwyhere

  • Run the channel on the device

  • ==> device will hang up (sometimes I can perform a few key actions before total hangup)

Probably this is a waste of time and this post will be ignored just like so many others…