03-11-2011 08:49 AM
Hi all,
I'm porting an AIR app on PlayBook. I'd tried to launched it with
blackberry-airpackager -package -devMode -target bar-debug app.bar -installApp -launchApp app.xml app.swf -device IP-password *****
after package was built and sent to device there was just white screen. In /appdata/logs/air-trace theres
XMLList: extensionsDeviceBundledDirectory is nullapp:/META-INF/AIR/extensionsExtensions to load: 0TypeError: Error #1009TypeError: Error #1009
In /appdata/logs/air-log there's
err: Couldn't open the audio/route PPS object (tid:1)
Does anyone knows where the problem is?
03-11-2011 08:58 AM
Are you doing anything with sound, midi, or mixing of sound?
03-11-2011 09:00 AM
No, I don't. There's ane sound signal at the start
03-11-2011 09:02 AM
What do you mean by "sound signal"?
03-11-2011 09:04 AM
I mean that I dont use any sound on startup hence it couldn't be the reason of a disaster
03-11-2011 09:07 AM
OK. Does the
XMLList: extensions DeviceBundledDirectory
Make any sense in your code? What is the DeviceBundleDirectory?
FYI, the PPS is a publish/subscribe service that runs on the OS. Some classes (mostly singletons) try to connect to that service when referenced.
03-11-2011 09:09 AM - edited 03-11-2011 09:09 AM
No, there's anything looking like that in my code
03-11-2011 09:12 AM
Hopefully someone else can chime in. My only suggestion is to start commenting out initial parts of your code until it stops crashing so you can narrow down what line of code is doing this. Hopefully your code is structured in a way that this is possible.
Are you using the GPS location class? There is a problem with adding event listeners to it in the 093 SDK.
Sorry that I could not be of more help.
03-11-2011 09:14 AM
Thanks for replies. Well I think it'll try to simplify startup.
03-11-2011 09:21 AM
If you find out what the issue ends up being, please post it just in case it might be helpful to someone else.