All,
I am writing a small application for the Roku. Currently many actions in the application cause the Roku to crash and immediately reboot. Is there any way to get more information on what is causing this so I can work around it ?
Here's what I get over the Debugging Console:
Backtrace:
Function doSlideShow(images$ As , sort$ As ) As
file/line: /tmp/plugin/MCAAAA6RXisT/pkg:/source/main.brs(253)
Function main() As
file/line: /tmp/plugin/MCAAAA6RXisT/pkg:/source/main.brs(317)
Local Variables:
images$ &h0100 String (VT_STR_CONST) val:all
sort$ &h0100 String (VT_STR_CONST) val:top
global &h0020 rotINTERFACE:ifGlobal
m &h0010 bsc:roAssociativeArray, refcnt=3
reddit &h0010 bsc:roAssociativeArray, refcnt=2
images &h0010 bsc:roArray, refcnt=1
idx &h0002 Integer val:0
entry &h4010 bsc:roAssociativeArray, refcnt=1
num_images_loaded &h0002 Integer val:30
port &h0010 bsc:roMessagePort, refcnt=3
ui &h0010 bsc:roSlideShow, refcnt=1
overlay_visible &h0008 Boolean val:false
overlay_display_time &h0002 Integer val:30000
last_idx &h0002 Integer val:0
msg &h0010 ERROR: NULL tv.value.bsc
BrightScript Debugger> PRINT msg
Connection closed by foreign host.
<<Roku reboots>>
Thanks,
Roy Keene