Independent Developer Kit

Learn how to innovate on the Roku platform with the Independent Developer Kit. Reimagine your TV with Roku app development! Join the community for help.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
cdoty
Streaming Star

Unable to launch sample IDK applications.

I purchased a Roku model 3941X and set up the tools under WSL. It will build the application just fine, and the Development Application Installer will install the application, but it exits back to the menu on install on on launching the application from the menu. I tried both the gles2 and remote apps.

The device is on 10.5.0 build 4198-CR.

I get the follow on the console:

------ Running dev 'GLES2' main ------
** ERROR ** start() failed for: pkg_/sample-gles2. err: 13 (Permission denied).
11-04 02:19:18.587 [bs.idk.proc.exit] plugin:dev, pid: 5464, status: exit - 211, user requested: 0, proc: sample-gles2, exit code: ?
returned: 211

0 Kudos
7 REPLIES 7
cdoty
Streaming Star

Re: Unable to launch sample IDK applications.

The problems seems to be an issue with WSL. Ubuntu, running under VMWare, works fine.

0 Kudos
DKirk53
Newbie

Re: Unable to launch sample IDK applications.

Roku, making it work under WSL would certainly be a nice and appreciated change.

0 Kudos
YungBlood
Streaming Star

Re: Unable to launch sample IDK applications.

As someone that has been running various forms of linux for decades, I suspect it's more than just a problem with WSL. They are providing binary executables, without specifying what architecture it's designed to run on. While I haven't tested it yet myself, I'm guessing I'd have similar problems if I tried to run it on a raspberry pi or other arm computer.

That being said, I've always had less problems running linux in a virtual environment than WSL (1 or 2). VMware of course works good. I've also had success with VirtualBox and even HyperV.

I suspect we won't get WSL support in the near future unless Roku opens up the source code for the IDK build tools.

YungBlood

Bringing more fun to Roku!
0 Kudos
cdoty
Streaming Star

Re: Unable to launch sample IDK applications.

An architecture is specified.. arm-roku-linux-gnueabi. But, for some reason it produces a slightly different ELF file under WSL.

0 Kudos

Re: Unable to launch sample IDK applications.

Different issue with the same result on CentOS - getting execution error:

BRIGHTSCRIPT: ERROR: roIDK: unsupported platform: pkg:/source/main.brs(3)

... and a strange looking gray on gray dialog on the device:

Screen Shot 2021-12-02 at 8.28.26 PM.png

0 Kudos
cdoty
Streaming Star

Re: Unable to launch sample IDK applications.

Are you using one of the supported devices listed in the documents?

https://developer.roku.com/docs/specs/hardware.md#current-roku-models

I'm pretty sure the issue I ran into had to do with WSL not properly supporting permissions when using the Windows file system.

0 Kudos

Re: Unable to launch sample IDK applications.

Ultra LT

0 Kudos