Android AIR App Random Error #2032: Stream Error (HTTPStatusEvent = 0)

Hello
I am investigating an issue with failed requests and it's been difficult to narrow it down. When I put the URL into a browser I get a valid / expected response. However when I try to access the same URL using Actionscript 3 on my Android Devices (Nexus S and Xoom), I get stream error #2032 at random.
I am using URLRequest with a custom RequestListener class:
var loader:URLLoader = new URLLoader();                 
if(action == "zip") loader.dataFormat = URLLoaderDataFormat.BINARY;
var listener:RequestListener = new RequestListener(action, loader, endFunction, extra);
loader.addEventListener(Event.COMPLETE, listener.requestSuccessful);
loader.addEventListener(IOErrorEvent.IO_ERROR, listener.requestFailed);
loader.addEventListener(HTTPStatusEvent.HTTP_STATUS, onHTTPStatusChange);
var req:URLRequest = new URLRequest(Global.apiURL);
req.method = URLRequestMethod.POST;
req.data = new URLVariables(paramString);
loader.load(req);
return loader;
Note that it works on one of my routers but not the access point:
onHTTPStatusChange: 0
requestFailed: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: { ... }" errorID=2032]
Since it works on one router but not the other, I can't say that it's an issue with the app, phone, or our request URL.
Note that I am using SSL / https.
Is it a timeout issue?? This is really frustrating.
Thanks.

@zhenya1919 - since you're currently going through this, could you please open a new bug report on this over at https://bugbase.adobe.com?  When adding the bug, please include some sample code or a sample application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
Once added, please post back with the URL so that others effected can add their comments and votes.
Thanks,
Chris

Similar Messages

  • Needed. Android Air app to watch live FMS video stream.

    Does anyone have an Android Air app that can be used to watch a live video stream from Flash Media Server?
    I've been trying to get our live stream viewable on Android devices and can't find any solutions.
    Thanks,
    Dave

    Hey, I am having the same issue.  Did you find a solution?

  • Android email app formatting errors

    Some emails viewed by the standard Android email app don't format corrrectly.  However the formatting is correct if I use the Gmail app instead.
    Below are two screenshots of the same email. The first using the standard email app has errors - some HTML has not been rendered correctly. The second using the Gmail app is fine.
    Am using the latest KitKat.
    Any suggestions about how to fix this?
    Standard app
    Gmail app

    Unfortunately that failed to work.   Its only a very small number of emails that are affected - from certain senders.  So the ones from Banana Republic (for example), always seem to go wrong on this email app. They work OK on the Gmail app, on Windows Live Mail on my computer, and on our IPad.
    I now realise this app is a Sony specific app and not a general Android app.   I believe there is a minor bug that fails you correctly handle certain HTML sequences. I suspect it has probaly not been kept up-to-date with all the HTML protocols.
    Could you report it to the Sony developers.
    Many thanks.

  • Converting the web app into AIR app leads errors

    Hi all,
    I am new to flex, i am trying to convert a web app into air app.
    I changes the tags and when i complie i get the below 3 error popups with dismis and continue buttons on the bottom right..
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    Any help would be greatly appreciated.
    Thanks in advance.

    Thanks peter.
    commenting those lines avoids the first 2 errors but still i am getting the below errors.
    this is a microstrategy flex project.
    Error #1009: Cannot access a property or method of a null object reference.
    at com.microstrategy.web.vf.viewer::MstrWindowedApplication/handleCreationComplete()[Z:\Flex \projects\VisFrameworkAIR\src\com\microstrategy\web\vf\viewer\MstrWindowedApplication.as:9 9]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9298]
    at mx.core::UIComponent/set initialized()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UIComponent.as :1169]
    at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:718]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8628]
    at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8568]

  • Can I update my Android AIR app with a non-AIR app?

    A few years ago I published an Android app using Adobe AIR. Now I've created a new version of the app with a different technology (HaxeFlixel / OpenFL) which uses native C++ code.
    The certificate I used for the AIR version is in "p12" format, and it seems that I need to use "jks" format. I tried using a p12 to jks converter I found online, which seemed to work, but when I try to submit the app I get an error saying that the certificates don't match.
    Any suggestions on how I can update the app with a non-AIR app? Is it possible? Thanks in advance.

    I'm still having trouble with this, I asked in the OpenFL forums but nobody responded.
    I converted the p12 file to JKS from the site you suggested (I think I've actually tried it before), and the file was created successfully, the apk compiled fine with the JKS file, but when I try to update the app for Google Play it says "Upload failed
    You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing APKs are signed with the certificate(s) with fingerprint(s):"
    When I try to sign with the original p12 file, I get the error "Invalid keystore format"
    I noticed that for the AIR app, I also had a file called SelfSigned.pfx, which I think was used to create the p12 certificate? Can this have something to do with the problem? I even tried using this pfx file to sign the app, which didn't work either.

  • 3D Android Air Apps

    Hi everyone I am currently part of a group of students which is creating an Android Air Application.
    We have been doing pretty well so far (we are creating a game which is a periscope simulator) but getting 3d models in the app has been a bit troubling.
    We have been using 3dsMax for the models and using Swift3D in order to convert the file to swf. We then rendered the ship and exported to .swf and then added it to the project in flashbuilder and then used SWFLoader to add it to the app. When we use the emulator the ship which we rendered appears perfectly but when we create the apk and put it on our phone (HTC EVO 4G) the only thing that appears is an old school image not able to be shown image.
    First off we have been doing lots of research on what we could do with the 3d models and everyone has told us that we have to convert them to an .swf in order get in the 3d model because their is no other way to get it in. Is this true or do we really have to use swift3d? Others have suggested that we use some of flashes game engines but would any of these even be compatible with adobe air?
    All we really need to do is import the 3d model then be able to randomly generate its location on the screen as well as its viewing angle. Our application is never actually moving its just providing a still image which is randomly chosen from the 360 degree view of the ship.
    If anyone has any advice we would really appreciate it. At this point we are not really sure what we should do.

    I've not tried any Swift3D but have run some Papervision3D stuff in AIR on Android.  Seems fairly happy but I'm only pushing around simple planes (card game) so the load isn't particularly heavy - more complex models might start to grind it.   Seems to benefit well from GPU acceleration so keep that in mind.  From your description though it sounds as though you're not going to be rendering high fps, which is the real killer, so this may be perfect for your app.
    On PV3D against Alternativa, (broad statement warning) I think it's generally agreed that PV3D is fast, Alternativa is more precise.  PV3D being optimised for speed may be key on Android devices - depends what you're trying to do, but with PV3D you will probably sacrifice some more accurate z-sorting that Alternativa can provide.  Personally I'd test both to see pros and cons - it's going to be on a case by case basis.
    If you've got a more recent version of Swift3D, I believe you can export to a PV3D scene quickly and easily with no knowledge of that engine.  Think it's one of the publish options (v6+ ?).  So presumably you can run a PV3D test on your app with little effort and you can take it from there.  If it's all z-fighting issues on your models, give it a go with Alternativa.
    hth

  • AIR app randomly crashes on Mac, EXC_BAD_ACCESS (SIGBUS)

    Hi there!
    A recently published AIR app of mine (compiled as .dmg) seems to crash randomly on Mac OS.
    First off, there is the app if anyone wants to try it: http://toki-woki.net/p/le-bon-coin-coin/
    It's French, but you'll easily find where to click to get it.
    And here's the crash log a user sent me (hoping someone will know what to do with it and tell me what's wrong):
    Process:         Le Bon Coin Coin [2681]
    Path:            /Applications/Le Bon Coin Coin.app/Contents/MacOS/Le Bon Coin Coin
    Identifier:      net.tw.LBCWatch
    Version:         1.2.1 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [1484]
    Interval Since Last Report:          11171466 sec
    Crashes Since Last Report:           31
    Per-App Interval Since Last Report:  33403 sec
    Per-App Crashes Since Last Report:   2
    Date/Time:       2011-10-21 21:07:17.266 +0200
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  445E25B7-35B0-450C-A5EA-31E571F46722
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
    Crashed Thread:  0
    Thread 0 Crashed:
    0   com.adobe.AIR                      0x01c5b5c8 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1788568
    1   ???                                0x17ef2b40 0 + 401550144
    2   ???                                0x17ef2d29 0 + 401550633
    3   ???                                0x17ef586b 0 + 401561707
    4   ???                                0x17ef4170 0 + 401555824
    5   ???                                0x17ef4214 0 + 401555988
    6   ???                                0x17ef4824 0 + 401557540
    7   ???                                0x17ef454c 0 + 401556812
    8   com.adobe.AIR                      0x01db22ee r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 751183
    9   com.adobe.AIR                      0x01daf224 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 738693
    10  com.adobe.AIR                      0x01db202f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 750480
    11  com.adobe.AIR                      0x01ffe6d3 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3160628
    12  com.adobe.AIR                      0x02007b43 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3198628
    13  com.adobe.AIR                      0x0200185b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3173308
    14  com.adobe.AIR                      0x01d180cb r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 119852
    15  com.adobe.AIR                      0x019d5cc9 0x19c6000 + 64713
    16  com.apple.Foundation               0x9419b9ac __NSThreadPerformPerform + 476
    17  com.apple.CoreFoundation           0x93a1340f CFRunLoopRunSpecific + 3215
    18  com.apple.CoreFoundation           0x93a13aa8 CFRunLoopRunInMode + 88
    19  com.apple.HIToolbox                0x934b62ac RunCurrentEventLoopInMode + 283
    20  com.apple.HIToolbox                0x934b5ffe ReceiveNextEventCommon + 175
    21  com.apple.HIToolbox                0x934b5f39 BlockUntilNextEventMatchingListInMode + 106
    22  com.apple.AppKit                   0x900a76d5 _DPSNextEvent + 657
    23  com.apple.AppKit                   0x900a6f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    24  com.apple.AppKit                   0x9009ff9f -[NSApplication run] + 795
    25  com.adobe.AIR                      0x019cb638 0x19c6000 + 22072
    26  com.adobe.AIR                      0x019cb97e 0x19c6000 + 22910
    27  net.tw.LBCWatch                    0x00002f1f start + 2587
    28  net.tw.LBCWatch                    0x0000253a start + 54
    Thread 1:
    0   libSystem.B.dylib                  0x937902ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                  0x93807539 pthread_cond_wait + 48
    3   com.adobe.AIR                      0x01ecf70b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919596
    4   com.adobe.AIR                      0x01d1b172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132307
    5   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    9   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib                  0x937902ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib                  0x93807539 pthread_cond_wait + 48
    3   com.adobe.AIR                      0x01ecf70b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919596
    4   com.adobe.AIR                      0x01d1b172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132307
    5   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    9   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                  0x93790286 mach_msg_trap + 10
    1   libSystem.B.dylib                  0x93797a7c mach_msg + 72
    2   com.apple.CoreFoundation           0x93a12e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation           0x93a13aa8 CFRunLoopRunInMode + 88
    4   com.apple.audio.CoreAudio          0x94a625f8 HALRunLoop::OwnThread(void*) + 160
    5   com.apple.audio.CoreAudio          0x94a62480 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    7   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                  0x937902e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                  0x937c3b33 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                      0x01ecf74d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919662
    4   com.adobe.AIR                      0x01ee2ab6 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1998359
    5   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    9   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                  0x937902e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                  0x937c3b33 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                      0x01ecf74d r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919662
    4   com.adobe.AIR                      0x01fe014f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3036336
    5   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    6   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    7   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    8   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    9   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                  0x93790286 mach_msg_trap + 10
    1   libSystem.B.dylib                  0x93797a7c mach_msg + 72
    2   com.apple.CoreFoundation           0x93a12e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation           0x93a13aa8 CFRunLoopRunInMode + 88
    4   com.apple.CFNetwork                0x92be3264 CFURLCacheWorkerThread(void*) + 388
    5   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    6   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                  0x93790286 mach_msg_trap + 10
    1   libSystem.B.dylib                  0x93797a7c mach_msg + 72
    2   com.apple.CoreFoundation           0x93a12e7e CFRunLoopRunSpecific + 1790
    3   com.apple.CoreFoundation           0x93a13aa8 CFRunLoopRunInMode + 88
    4   com.apple.Foundation               0x941fe520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5   com.apple.Foundation               0x9419adfd -[NSThread main] + 45
    6   com.apple.Foundation               0x9419a9a4 __NSThread__main__ + 308
    7   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    8   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                  0x937df6fa select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    2   libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                  0x937902e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                  0x937c3b33 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                      0x01d56172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 373971
    4   com.adobe.AIR                      0x01d19dd7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 127288
    5   com.adobe.AIR                      0x01d19f54 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 127669
    6   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    7   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    8   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    9   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    10  libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                  0x937902e6 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                  0x937c22af _pthread_cond_wait + 1244
    2   libSystem.B.dylib                  0x937c3b33 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                      0x01d56172 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 373971
    4   com.adobe.AIR                      0x01d19dd7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 127288
    5   com.adobe.AIR                      0x01d19f54 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 127669
    6   com.adobe.AIR                      0x01ecf7ef r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919824
    7   com.adobe.AIR                      0x01ecf869 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1919946
    8   com.adobe.AIR                      0x01ecf904 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1920101
    9   libSystem.B.dylib                  0x937c1155 _pthread_start + 321
    10  libSystem.B.dylib                  0x937c1012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x1a788fa9  ecx: 0x1be7f750  edx: 0x00000018
      edi: 0x003fc180  esi: 0x1a788fa9  ebp: 0xbfffe1b8  esp: 0xbfffe1a0
       ss: 0x0000001f  efl: 0x00010246  eip: 0x01c5b5c8   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000010
    Binary Images:
        0x1000 -     0x6ff7 +net.tw.LBCWatch 1.2.1 (???) <3cc8b8fedd7deb4784521a45fba70160> /Applications/Le Bon Coin Coin.app/Contents/MacOS/Le Bon Coin Coin
      0x403000 -   0x406fff  com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
      0x40c000 -   0x412fff  com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2)  /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
      0x493000 -   0x496fef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0x49b000 -   0x500fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x19c6000 -  0x267dfd3 +com.adobe.AIR ??? (2.7.1.19610)  /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x158c6000 - 0x158d4feb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x158d9000 - 0x158ebfff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x15b0a000 - 0x15d11fef  com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x18715000 - 0x18c8fff7 +Webkit.dylib ??? (???)  /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Webkit.dylib
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x9002bff7  com.apple.shortcut 1.0.1 (1.0)  /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9002c000 - 0x90033fff  com.apple.agl 3.0.9 (AGL-3.0.9)  /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90067000 - 0x90865fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90866000 - 0x90c03fef  com.apple.QuartzCore 1.5.8 (1.5.8) <8dc9ad0616bf56ebba60d6353737ac4e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90c04000 - 0x90c20ff3  libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90c21000 - 0x90c36ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x90c3c000 - 0x90c69feb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x90c6a000 - 0x90c71fe9  libgcc_s.1.dylib ??? (???)  /usr/lib/libgcc_s.1.dylib
    0x90c72000 - 0x90cceff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    0x90ccf000 - 0x90cd1fff  com.apple.securityhi 3.0 (30817)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x90d92000 - 0x90d9afff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90d9b000 - 0x90deafff  com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90e28000 - 0x90e28ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90e29000 - 0x90fe5ff3  com.apple.QuartzComposer 2.1 (106.13)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x90fe6000 - 0x90fe6fff  com.apple.Carbon 136 (136) <2ea8decb44f41c4f2fc6fe93e0a53174> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90fe7000 - 0x91073ff7  com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x9107a000 - 0x911b3ff7  libicucore.A.dylib ??? (???)  /usr/lib/libicucore.A.dylib
    0x911b4000 - 0x912ecfe7  com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x912ed000 - 0x91471fef  com.apple.MediaToolbox 0.484.2 (484.2)  /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x91484000 - 0x91490ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x91491000 - 0x915dbfeb  com.apple.QTKit 7.6.6 (1674)  /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x915dc000 - 0x915dcffe  com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x915e9000 - 0x916b4fff  com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x916c7000 - 0x91d67ffb  com.apple.CoreGraphics 1.409.3 (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x91d68000 - 0x91d68ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x91d69000 - 0x91d72fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x91da8000 - 0x91f16ff7  com.apple.JavaScriptCore 5530.19 (5530.19) <5eafe0cf33229588ef5a5cfc8454e618> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91f17000 - 0x92242ff6  com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92243000 - 0x9225bfff  com.apple.openscripting 1.2.8 (???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x9225c000 - 0x922b9ffb  libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x9241e000 - 0x92458ffe  com.apple.securityfoundation 3.0.2 (36131)  /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x92459000 - 0x924aaff7  com.apple.HIServices 1.7.1 (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x924ab000 - 0x92528fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x9261e000 - 0x92678ff7  com.apple.CoreText 2.0.4 (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x92679000 - 0x92679ffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9267a000 - 0x926b9fef  libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x926ba000 - 0x92994ff3  com.apple.CoreServices.CarbonCore 786.11 (786.13) <6d7a4c1069870c62289be8394961bd0b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x92995000 - 0x929d6fe7  libRIP.A.dylib ??? (???) <285e1a45338d3a363141bfd8949eca10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x929d7000 - 0x92ab8ff7  libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
    0x92ab9000 - 0x92ab9ff8  com.apple.ApplicationServices 34 (34)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x92aba000 - 0x92afcfef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    0x92afd000 - 0x92bafffb  libcrypto.0.9.7.dylib ??? (???)  /usr/lib/libcrypto.0.9.7.dylib
    0x92bb0000 - 0x92bcefff  libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x92bcf000 - 0x92bdffff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92be0000 - 0x92c87fec  com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x92c88000 - 0x92cb7fe3  com.apple.AE 402.3 (402.3)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x930c7000 - 0x93485fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x93486000 - 0x9378efe7  com.apple.HIToolbox 1.5.6 (???)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x9378f000 - 0x938f6ff3  libSystem.B.dylib ??? (???)  /usr/lib/libSystem.B.dylib
    0x938f7000 - 0x938f7ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x938f8000 - 0x9391cfff  libxslt.1.dylib ??? (???)  /usr/lib/libxslt.1.dylib
    0x9391d000 - 0x93997ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <3839795086b6857d3c60064dce8702b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x93998000 - 0x9399fffe  libbsm.dylib ??? (???)  /usr/lib/libbsm.dylib
    0x939a0000 - 0x93ad3fe7  com.apple.CoreFoundation 6.5.7 (476.19)  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93ad4000 - 0x93ca5ffb  com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93d38000 - 0x93dcbfff  com.apple.ink.framework 101.3 (86)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x93dcc000 - 0x93df5fff  libcups.2.dylib ??? (???)  /usr/lib/libcups.2.dylib
    0x93df6000 - 0x93dfdff7  libCGATS.A.dylib ??? (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x93e01000 - 0x93eb1fff  edu.mit.Kerberos 6.0.13 (6.0.13) <6f91042bf8a860731add9dcb09b5cb73> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93eb2000 - 0x93ef2fef  com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x93ef3000 - 0x93f01ffd  libz.1.dylib ??? (???)  /usr/lib/libz.1.dylib
    0x93f02000 - 0x93f0ffe7  com.apple.opengl 1.5.10 (1.5.10) <95c3d857570a137d0e8285c9eafa1112> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93f10000 - 0x93f1cffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93f1d000 - 0x93ffdfff  libobjc.A.dylib ??? (???)  /usr/lib/libobjc.A.dylib
    0x93ffe000 - 0x94048fe1  com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x94073000 - 0x940faff7  libsqlite3.0.dylib ??? (???) <7d1fcfae937da95c7d2b9bdea57e6dc0> /usr/lib/libsqlite3.0.dylib
    0x940fb000 - 0x94101fff  com.apple.print.framework.Print 218.0.3 (220.2) <0b70ba17cbbe4d62a00bec91c8cc675e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x94102000 - 0x9418fff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94190000 - 0x9440cfe7  com.apple.Foundation 6.5.9 (677.26)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9440d000 - 0x9440dffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x9440e000 - 0x9481efef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x9481f000 - 0x94821ff5  libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94822000 - 0x9486dff7  com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
    0x948a5000 - 0x948c4ffa  libJPEG.dylib ??? (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x948d9000 - 0x9496cff3  com.apple.ApplicationServices.ATS 3.7 (???) <50d36de671e780505f9ed080d4064887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x9496d000 - 0x9497dffc  com.apple.LangAnalysis 1.6.5 (1.6.5)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x9497e000 - 0x949afffb  com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x949ba000 - 0x94a2cfff  com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x94a2d000 - 0x94a43fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x94a44000 - 0x94a44ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x94a45000 - 0x94ac2feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94ac3000 - 0x94ad2ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <9a3a2108a5612a5e683e7e026c582a98> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x94c63000 - 0x94c6efe7  libCSync.A.dylib ??? (???) <339ea462724f166ec899ef1ea8a5d55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94c6f000 - 0x94c74fff  com.apple.CommonPanels 1.2.4 (85)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x94c75000 - 0x94c7ffeb  com.apple.audio.SoundManager 3.9.2 (3.9.2)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    0x94c80000 - 0x94c80ff8  com.apple.Cocoa 6.5 (???)  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95627000 - 0x95645ff3  com.apple.DirectoryService.Framework 3.5.6 (3.5.6)  /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x95646000 - 0x95662ff3  com.apple.CoreVideo 1.6.1 (48.6)  /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95669000 - 0x956a0fff  com.apple.SystemConfiguration 1.9.2 (1.9.2)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x956a1000 - 0x95789ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95891000 - 0x9591bfe3  com.apple.DesktopServices 1.4.8 (1.4.8)  /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x9591c000 - 0x95920fff  libGIF.dylib ??? (???)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95934000 - 0x95934ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95a2c000 - 0x95a85ff7  libGLU.dylib ??? (???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95b69000 - 0x95b94fe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x95bfc000 - 0x95c45fef  com.apple.Metadata 10.5.8 (398.26)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x95c46000 - 0x96117f76  libGLProgrammability.dylib ??? (???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x9611d000 - 0x961d7fe3  com.apple.CoreServices.OSServices 228 (228)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x961d8000 - 0x96212fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x97113000 - 0x971bafeb  com.apple.QD 3.11.56 (???) <835bc35de17539bd87b765fccbbfc2dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x971bb000 - 0x971bffff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x971c0000 - 0x971c3fff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x971f7000 - 0x972beff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x972bf000 - 0x9733eff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x9738e000 - 0x974e0ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97555000 - 0x97556ffc  libffi.dylib ??? (???)  /usr/lib/libffi.dylib
    0x97557000 - 0x9769fff7  com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x976a0000 - 0x97a5cff4  com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x97a5d000 - 0x97a62fff  com.apple.DisplayServicesFW 2.0.2 (2.0.2)  /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x97b08000 - 0x97b46fff  libGLImage.dylib ??? (???)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x97b47000 - 0x97b64ff7  com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97b65000 - 0x97bb3fe3  com.apple.AppleVAFramework 4.1.16 (4.1.16) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???)  /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???)  /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Thanks in advance!

    Hi,
    Could you please open a new bug report about this issue at bugbase.adobe.com?  Please include sample media, code, project or app to help us reproduce the problem. Finally, once the bug has been added, would you mind posting back with the URL so that others affected can add their votes and comments?
    Thanks,
    Jian
    Adobe Flash Runtime team

  • Displaying PDF content in Android Air app - how?

    Hi, I'm fairly new to developing Air apps for mobile devices. I'm looking to have my app display PDF files and can't find a dfinitive way of doing it. I've read that using the StageWebView would be the way to do it.
    Here's the relevant part of my code (PDF path changed):
    if (StageWebView.isSupported)
    currentState = "normal";
    webView.stage = stage;
    webView.viewPort = new Rectangle(20, 100, 450, 450);
    webView.addEventListener(LocationChangeEvent.LOCATION_CHANGE,onURLChange);
    webView.loadURL("http://path.to.my.pdf");
    addEventListener(ViewNavigatorEvent.REMOVING,onRemove);
    else {
    currentState = "unsupported";
    lblSupport.text = "StageWebView feature not supported";
    Its working up until the point of actually displaying the PDF content, I get nothing (blank screen).
    I'm using Flash Builder 4.5 / Air 2.6 and debugging on a Motorola Xoom tablet. Adobe Reader is installed on the device.
    Any help with this would be greatly appreciated.

    Solved.
    For some reason I couldn't access the HTMLLoader object outside of the function that initialised it, despite the fact that I was listening for EVENT_COMPLETE.
    Basically, to get round this bug, just put all the initialise and load code in the same function and you should be laughing.

  • Flash CC - Publish iOS/Android AIR App stuck at 5 seconds

    I have a few Flash made apps, I've published them to my devices before, but now I can't. Flash get's stuck at 5 seconds. Flash freezes, I can't cancel.
    Any suggestions?

    I would recommend to use "Captive".
    Difference is pretty simple...
    Shared Basically means that it compiles the "apk" without the Adobe AIR runtime, resulting in a smaller file size apk but REQUIRES users to have the "Adobe AIR App" installed.
    Captive means that it compiles the "apk" with the Adobe AIR runtime, resulting in a larger file size apk but DOES NOT REQUIRE users to have the "Adobe AIR App" installed.
    If you want to Guarantee everyone can run your app, use captive. If you want to rely on users to hope the have the correct version of AIR installed to view your app, use Shared.

  • Android Air App using AdMob "NULL Object" Error?!?

    Hi,
    I am currently developing an app using adobe air flashbuilder and I have incorporated AdMob type html adverts into it. The Adverts do come up nicely however if I run the app in debug mode I get this error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at model::AdMob/createAd()[C:\Users\Jack\Documents\Dropbox\Projects\App\App Final\src\model\AdMob.as:37]
    The Ads do still work regardless of this however this is then affecting other elements within the app so I would like to get rid of the error that is happening. Below is my code in the "AdMob.as" file where I believe the issue to be occuring, can someone please help me with this?
    package model
        import flash.display.Stage;
        import flash.events.Event;
        import flash.events.LocationChangeEvent;
        import flash.events.MouseEvent;
        import flash.geom.Rectangle;
        import flash.media.StageWebView;
        import flash.net.URLRequest;
        import flash.net.navigateToURL;
        public class AdMob
            // setup variables
            private var _stageWebView:StageWebView;
            private var myAdvertURL:String = "http://www.test.co.uk/AdMob/test.html";
            //private var myAdvertURL:String;
            private var adWidth:Number=480;
            private var adHeight:Number=85;
            private var stage:Stage;
            public function AdMob(adURL:String,_stage:Stage)
                myAdvertURL=adURL;
                stage=_stage;
                createAd();
            public function createAd():void {
                // check that _stageWebView doersn't exist
                if (! _stageWebView) {
                    _stageWebView = new StageWebView () ;
                    // set the size of the html 'window'
                    _stageWebView.viewPort = new Rectangle(0,stage.stageHeight-adHeight, 800, adHeight);
                    //_stageWebView.viewPort = new Rectangle((stage.stageWidth-adWidth)/2,stage.stageHeight-adHeight,adWidth,adHeight);
                    // add a listener for when the content of the StageWebView changes
                    _stageWebView.addEventListener(LocationChangeEvent.LOCATION_CHANGE,onLocationChange);
                    //add a listener for when the ad is loaded
                    _stageWebView.addEventListener(Event.COMPLETE,onComplete);
                    // start loading the URL;
                    _stageWebView.loadURL(myAdvertURL);
                // show the ad by setting it's stage property;
                //showAd();
            public function destroyAd():void {
                // check that the instace of StageWebView exists
                if (_stageWebView) {
                    trace("removing advert");
                    // destroys the ad
                    _stageWebView.stage = null;
                    _stageWebView = null;
            public function toggleAd():void {
                trace("toggling advert",_stageWebView);
                // check that StageWebView instance exists
                if (_stageWebView) {
                    trace("_stageWebView.stage:"+_stageWebView.stage);
                    if (_stageWebView.stage == null) {
                        //show the ad by setting the stage parameter
                        _stageWebView.stage = stage;
                    } else {
                        // hide the ad by nulling the stage parameter
                        _stageWebView.stage = null;
                } else {
                    // ad StageWebView doesn't exist - show create it
                    createAd();
            public function onLocationChange(event:LocationChangeEvent):void {
                // check that it's not our ad URL loading
                if (_stageWebView.location != myAdvertURL) {
                    // destroy the ad as the user has kindly clicked on my ad
                    destroyAd();
                    // Launch a normal browser window with the captured  URL;
                    navigateToURL( new URLRequest( event.location ) );
            public function onComplete(event:Event):void{
                //add the ad when it is loaded. If not it will apear a white rectangle until the load is complete.
                showAd();
            public function updateAd(adURL:String=null):void{
                if (adURL!=null){
                    myAdvertURL = adURL;
                destroyAd();
                createAd();
            public function showAd():void{
                if (_stageWebView)
                    _stageWebView.stage = stage;
            public function hideAd():void{
                if (_stageWebView)
                    _stageWebView.stage = null;

    @zhenya1919 - since you're currently going through this, could you please open a new bug report on this over at https://bugbase.adobe.com?  When adding the bug, please include some sample code or a sample application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL so that others effected can add their comments and votes.
    Thanks,
    Chris

  • Air App Installation Error

    Hi There Guys
    Please if anyone could help.
    I am just testing to see how I can make an Air Application
    through Dreamweaver CS3.
    I have installed the latest Air latest Air Extension for
    Dreamweaver CS3.
    There are no other installation from before of above files
    and also I have tried the air installer created from dreamweaver on
    another pc with Air Runtime the same thing happens.
    The error is:
    Sorry, an error has occurred
    This application requires a version of Adobe Air which is no
    longer supported. Please contact the application author for an
    updated version.
    When viewing this from adobe dreamweaver "Preview in Adobe
    Air" it is o.k., but when this is made into a installer it does not
    install giving the above error.
    I appreciate any help,
    Thanks
    Ben

    Hi!
    I think i already know why!! and i'm a beginner!! ';)
    It does not works because you have compiled saying its for
    another version that the "Adobe Air player" installed on your
    systems.
    I presume you have installed the lastest PLAYER(think as
    flash player for example) but you are telling: this code is for an
    old player.
    So now either you have to install the old player (it will not
    override the new or current player, but add another).
    OR
    You change the blabla i n your application to tell it to use
    the latest player.
    In details you have to change this:
    <application xmlns="
    http://ns.adobe.com/air/application/1.0">
    it tells to use the 1.0 (the current latest adobe air player)
    its in your app.xml file or something!!
    I believe you might have something like
    <application xmlns="
    http://ns.adobe.com/air/application/1.0.M6">
    ... you simply need to remove the .M6
    To summarize you are creating an install package which
    requires another version of the player installed. You can change
    this or install the older version.
    !!Hope that helps!

  • Server app : random errors in configuration applied with configuration profile

    When I verify the informations contained in the user configuration profile with both the profile manager and textmate everything is ok. When i installs the configuration profile on a computer there are errors in the configuration of Mail app the email address is configured as follows: [email protected] instead of: [email protected] and username is: [email protected] instead of : user1 . Both server and client computers are on running mac os x 10.8.
    thanks for the help !

    When I verify the informations contained in the user configuration profile with both the profile manager and textmate everything is ok. When i installs the configuration profile on a computer there are errors in the configuration of Mail app the email address is configured as follows: [email protected] instead of: [email protected] and username is: [email protected] instead of : user1 . Both server and client computers are on running mac os x 10.8.
    thanks for the help !

  • Air app gives error on mavericks

    I wrote an AdobeAir app 3 years ago. It uses php and a MySQL database. It worked fine on leopard, snow leopard, lion and mountain lion. After upgrading to mavericks, the app now gives an error - 'default decode could not decode result' when attempting to start the app. There have been no code changes. I don't know where to start.

    Is this something we could reproduce internally?  If so could you please open a new bug report on this over at https://bugbase.adobe.com?  If you'd like to keep your app private, feel free to email the attachment to me directly ([email protected]). 

  • How to use GooglePlayServices libs in Native Extension of Android AIR app?

    I am trying to use some features of Google Play Services lib but I could not make it work. I have added the reference to the google play service libs to the manifest file (from Flash Builder)
    <application android:enabled="true">
    <meta-data  android:name="com.google.android.gms.version"
                    android:value="@integer/google_play_services_version" />
    <activity android:excludeFromRecents="false">
        <intent-filter>
            <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
        </intent-filter>
    </activity>
    </application>
    In my ANE, I have added the reference to the source of google-play-services_lib, but when I tried to call the FREFunction to check the availability of Google Play Service
    @Override
    public FREObject call(FREContext context, FREObject[] args){
         boolean result = false;
         try{
          Activity activitiy = context.getActivity();
          activityContext = activitiy.getBaseContext();
              result = isGooglePlayServiceExists();
         }catch(IllegalStateException e){
          Log.e(AneUtils.TAG, "Failed to get AIR current activity", e);
         FREObject obj = null;
        try{
            obj = FREObject.newObject(result);
        }catch(FREWrongThreadException e){
            Log.e(AneUtils.TAG, "Failed to create FREObject from [" + result + "]");
        return obj;
    private boolean isGooglePlayServiceExists(Context activityContext){
        int googlePlayServicesCheck = -1;
        try{
            googlePlayServicesCheck = GooglePlayServicesUtil.isGooglePlayServicesAvailable(activityContext);
        }catch(Exception e){
            Log.e(AneUtils.TAG, "Error getting googlePlayService state",e);
        if(googlePlayServicesCheck == ConnectionResult.SUCCESS){
             return true;
        return false;
    The ANE crashed at the line GooglePlayServicesUtil.isGooglePlayServicesAvailable(activityContext) so I really doubted the Google Play Service libs was not added.
    Has anyone successfully imported the Google Play Serivce libs into Adobe AIR Android app?
    Any advice or help will be appreciated. Thank you.

    hey sshk5,
    I have managed to make it work. The solution is quite simple, i will explain the steps below
    1. Download the latest Android SDK from ADT (including the latest version of GooglePlay lib)
    2. Check the version number of Google Play lib ( for example 412312....) something and in your FlashBuilder project, make sure you use the  exact number like
    <meta-data  android:name="com.google.android.gms.version" android:value="412312" />
    3. Use tool to merge the googlelib jar file with your native extension before importing the native extension to FlashBuilder. If you do not want to use any other tool, you can use the AIR 4.0 which will allow you to use commandline to merge jars (and even dependency resources)
    Hope it helps

  • Android AIR app stops unexpectedly during debugging/running on device

    FlashBuilder 4.5.1, AIR 2.6, device: HTC Wildfire S. The problem occurs everytime I try run a mobile app- just the Android error view. Please help

    Hi,
    go first here and do check-list:
    http://help.adobe.com/en_US/air/build/WS144092a96ffef7cc16ddeea2126bb46b82f-8000.html
    it lists supported/non-supported/check-at-runtime features - as you could use a feature that is not supported at your device (application could work in Air/Flash Builder device emulator though)
    What is happening in your application when it starts? Does it load video/audio or does request to local or remote content?
    regards,
    Peter

Maybe you are looking for