I published a free screensaver a few years ago : BPOD
It has worked pretty flawlessly until what I believe is the Roku 12 update. Since then there has been a very weird and rare problem that I was able to capture in this screenshot:
The clock should display: “20:14” the : and 4 are missing
The screensaver displays an image (retrieved from Bing) and a clock. All the digits (and the colon) are embedded in the app. They are not fetched from the network.
Unfortunately, loadSync=“true” does not fix the issue.
I changed the code to display all digits so that it is easier to stop/start the screensaver and see if there is an issue. And whether I use loadSync=“true” or not, the issue always pop up after a few tries (less than 20)…
I hate to always bug @RokuBen , but maybe he has an idea and if he reads this Scene Graph desperately needs a “redrawAll” function. I’ve seen all kinds of strange things like this since 12.0 or 12.5 with missing posters.
I’ve already been looking into this today, looks like it may be an issue with the new graphics compositor that was added in 12.0. I’ve been able to reproduce in 12.5, but not the in-development tree, so this may have already been fixed.