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: 
peardox
Visitor

SDK Bugs?

Or is it my setup?

I'm using Indigo as the Roku IDE and have experienced many issues with the SDK examples/source directory

These range from the easily fixable errors (videoplayer) to complicated hard to trace errors (snake)

With videoplayer its a case of simply fixing the highlighted bits of code in Eclipse (multiple elseif statements)

When it comes to Snake it deploys OK but then bombs out with the following in Debugger...

059: if (app.bitmapset=invalid) then stop

Samples are meant to teach but you can't learn a lot from broken code unless you know how to fix it in the first place
0 Kudos
3 REPLIES 3
RokuJoel
Binge Watcher

Re: SDK Bugs?

No, it is the samples, some are broken. The most current set of example files can be found here:

http://sourceforge.net/projects/rokusdkexamples/files/

- Joel
0 Kudos
peardox
Visitor

Re: SDK Bugs?

Same problem - snake also broken there

I'm specifically looking for something (anything) that does Canvas2D as that would appear the good starting point to render arbitrary web pages (view only - no browser functionality)
0 Kudos
RokuJoel
Binge Watcher

Re: SDK Bugs?

The version on Sourceforge works fine for me on Roku legacy, Roku2 and Roku3 devices.

Here are a couple of ifDraw2D apps I created that might be helpful:

2DLayers: https://www.box.com/s/93202d2c60d4bf2effd1
2DLayers with Video: https://www.box.com/s/c46bb964b26f1347a41e

- Joel
0 Kudos