blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Webworks application crashes when using extension with empty javascript file #124

Open jamesjhedley opened 12 years ago

jamesjhedley commented 12 years ago

NOTE, this only affects extension developers. This will NOT impact a webworks developer

If an empty javascript file exists in the entension folder of an API [ \ext\my.extension\empty.js ] and you include this api in your config.xml; The application will crash when being launched.

hoomi commented 12 years ago

I tried the sample memory application. It freezes on the BlackBerry logo page (before the launch of the application). I believe there is something wrong in the config.xml of the example but I do not know what that is. I tried this on an alpha device

jeffheifetz commented 12 years ago

@hoomi I'm not sure this is a relevant place for your issue, perhaps opening a new one in the framework makes the most sense(https://github.com/blackberry/BB10-WebWorks-Framework/issues/new). Also could you attach a debug version of the app (ie one packaged with the -d flag) ?