Forum Discussion

prajwalshetty's avatar
10 years ago

Roku Crashes

Hi,

Sorry in a critical phase of the project and facing some critical issue, any insight on below issues would be helpful.

1) Is there any way we can get more information why the dev channel crashed. Like is it because memory or something else
2) Does roku cache all the images loaded in gridscreen. Do this cause the application to crash if we are loading like around 70 images in the screen. Most of the images are around of size 75KB. If it does cache the images is there any way we can clear those.

Any help would be really appreciated thanks in advance everyone for your thoughts.

Regards,
Prajwal

4 Replies

  • Hi,

    Thanks for the response. It just closes the terminal and restarts roku. We do a quite a good amount of registry read not write. From what i have learnt that should not be a problem, do you have that might have something to do with the crashes.

    Regards,
    Prajwal
  • You might try adding a bunch of unique PRINT commands at various places in your code and see what printed last to get a clue as to what might have triggered the crash (and see if it's consistent)
  • Thanks for the help. I added prints across the application, i see a strange behaivour although it is totally randon, even after i call screen.show() it displays blank screen and gets stuck for sometime and crashes the application.