Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
softworkz
Visitor

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...
0 Kudos