AIR application with Native application crash on iOS because of numFunctionsToTest

I wrote a simple Hello World AIR Native Extension and have implemented following context initializer
void helloWorldContextInitializer(void* extData, const uint8_t* ctxType, FREContext ctx,
                                  uint32_t* numFunctionsToTest, const FRENamedFunction** functionsToSet)
    NSLog(@"Entering ContextInitializer");
    *functionsToSet = _methods;
    NSLog(@"Method list initialized");
    if(numFunctionsToTest != NULL)
        NSLog(@"numFunctionToTest is not null");
        *numFunctionsToTest = (uint32_t)2;
    NSLog(@"Exiting ContextInitializer");
My Application crash on iOS device with following message in console.
Dec 29 15:58:41 unknown HelloWorld[24298] <Warning>: Entering ContextInitializer
Dec 29 15:58:41 unknown HelloWorld[24298] <Warning>: Method list initialized
Dec 29 15:58:41 unknown HelloWorld[24298] <Warning>: numFunctionToTest is not null
Dec 29 15:58:42 unknown ReportCrash[24302] <Notice>: Formulating crash report for process HelloWorld[24298]
Dec 29 15:58:42 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:org.divy.contactmanagement[0x5c0]) Job appears to have crashed: Bus error: 10
Dec 29 15:58:42 unknown SpringBoard[15] <Warning>: Application 'HelloWorld' exited abnormally with signal 10: Bus error: 10
Dec 29 15:58:43 unknown ReportCrash[24302] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/
It seems line following line is cause of the problem.
*numFunctionsToTest = (uint32_t)2;
modified the line to *numFunctionsToTest = 2; still no luck.
It seem the pointer is pointing is not correct.
Following is the Device log if it helps.
Incident Identifier: 650833B2-9F2E-4186-B499-29C9088EBD66
CrashReporter Key:   f559e8609ce49e196f1137a3c1c7d27b40377472
Hardware Model:      iPhone3,1
Process:         HelloWorld [24065]
Path:            /var/mobile/Applications/35BEA219-A5DF-48BB-8602-228EB8AF3D61/HelloWorld.app/HelloWorld
Identifier:      HelloWorld
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]
Date/Time:       2011-12-29 14:36:08.226 -0800
OS Version:      iPhone OS 5.0.1 (9A405)
Report Version:  104
Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x011c6d85
Crashed Thread:  0

It was my mistake in configuration of extension.xml file. Instead of mentioning Extesion Initialization funtion i was using context initialization funtions there. It started working after correcting this problem.
Thanks for all the help.

Similar Messages

  • Air Updater with Native applications

    I searched the forum for Application updater/ options available for updating our Air application when we use the air native applications.
    I know Air ApplicationUpdaterUI does not support native application updates (Air 2.0).
    I also observed that all discussions with respect to the Updaters point to the following discussion.
    http://blogs.adobe.com/simplicity/2010/01/application_update_security_an.html
    I also found the following articles -
    http://livedocs.adobe.com/flex/3/html/help.html?content=updating_apps_1.html
    Has anyone tackled this problem?
    Can someome please explain a little more in details the steps needed in order to achieve the updaer functionality for native apps).
    thanks

    It was my mistake in configuration of extension.xml file. Instead of mentioning Extesion Initialization funtion i was using context initialization funtions there. It started working after correcting this problem.
    Thanks for all the help.

  • Application with native extension crashes onstart

    I've created a flex mobile project with ios native extension(with ad frameworks such as facebook,chartboost ) and linked 3rd party frameworks.
    when I start the application,it's crashes.I can't see any logs.is this a problem with linking 3rd party frameworks?
    framework didn't work properly with it's directory structure so I followed below link. copied header files .a file to the top of the directory in the 3rd party framework and
    removed other folders.
    http://www.marietta.co.jp/diary/?action_diary_detail=1&id=681
    <platform xmlns="http://ns.adobe.com/air/extension/15.0">
         <sdkVersion>8.0</sdkVersion>
         <linkerOptions>
              <option>-ios_version_min 6.1</option>
              <option>-framework UIKit</option>
              <option>-framework Foundation</option>
              <option>-framework CoreGraphics</option>
              <option>-framework AdSupport</option>
              <option>-framework StoreKit</option>
         </linkerOptions>
         <packagedDependencies>
             <packagedDependency>frameworks/Chartboost.framework</packagedDependency>
        </packagedDependencies>
    </platform>
    adt -package -target ane AdExtension.ane extension.xml -swc bin/AdsLibrary.swc -platform iPhone-ARM ios/library.swf ios/libAdExtension.a frameworks/Chartboost.framework -C ios . -platformoptions platformoptions.xml
    please help

    I've been trying to make a Chartboost ANE as well, and I have the same problems as you.
    First of all, it's easier to just use the headers and Chartboost static library directly in the Xcode project, instead of the Chartboost.framework. This way, your own .a file will include the Chartboost library, and you don't need to package it in the ANE. The resulting ANE will be smaller as well.
    But whichever way you do it, the app will still crash. The error I get is the following:
    <Error>: -[__NSCFString isEqualToNumber:]: unrecognized selector sent to instance 0x17802a4e0
    This seems to be a problem with newer versions of the Chartboost SDK specifically. So for now I'm still using Chartboost 4.0 in my ANE. Unfortunately it doesn't contain some of the new features I'd like to use.
    I've contacted Chartboost support about it. But they say they don't support AIR, and their SDK is working fine when used in a regular native app.
    So somehow the combination of Chartboost and AIR is making it crash... If anyone has been able to get it working with the new Chartboost SDK, I would sure like to hear about it!

  • Building a standalone Mac application with an application builder running on Windows?

    I created a user interface which communicates with a cRIO System via TCP/IP. The user interface should run on multiple hosts consisting of windows PC's and Mac's. My LabView development system is running on Windows. So my question: is it possible to build a Mac application with an application builder running on Windows?
    Thanks for your help!

    Only if the Mac is running windows. Otherwise, you need a Mac version of LabVIEW and the app builder for that.
    p.s. You spelled LabVIEW incorrectly.

  • Installing applications with new application model in task sequence - unstable?

    I've heard that installing applications with new application model in task sequence is not as stable, as installing applications as packages in task sequence? What do you think? 

    The deployment type issue was resolved in R2 CU1 :
    http://support.microsoft.com/kb/2938441/en-us
    Benoit Lecours | Blog: System Center Dudes

  • Will there be future support from Adobe AIR for Desktop native Applications

    We have a desktop native application developed using Flex SDK 4.1 and running on Adobe AIR. Now as Adobe has donated Flex SDk to Apache we are concerned about the future of this application. If we rescale our application with new versions of Flex SDk released by Apache, in future will the new versions of Adobe AIR support it? As I have read in Adobe Forums that Adobe is more concentrated on providing HTML5 support in Adobe AIR, and not working for Flex support anymore, can we face any problems going forward with this combination?

    We have a desktop native application developed using Flex SDK 4.1 and running on Adobe AIR. Now as Adobe has donated Flex SDk to Apache we are concerned about the future of this application. If we rescale our application with new versions of Flex SDk released by Apache, in future will the new versions of Adobe AIR support it? As I have read in Adobe Forums that Adobe is more concentrated on providing HTML5 support in Adobe AIR, and not working for Flex support anymore, can we face any problems going forward with this combination?

  • Publishing air apps with native extension with Flash CS6 on Windows

    Hi all,
    is there any trick to publish air apps with Flash CS6 on Windows?
    I tried all native extensions from devnet, but nothing work to me.
    I read on Mac is possibility to specify the iOS SDK folder in publish
    settings, but on Windows it´s missing. 
    Is there anybody who has some experiences with publishing apps
    with native extensions for iOS and Android with windows Flash CS6?
    Thanks for all advices.

    I sympathize. I recently found a native alert for iOS and Android that's working with Flash CS6 on Windows with AIR 3.2.0.2070 but not AIR 3.2.0.2060. You can get the ANE here:
    http://www.jampot.ie/ane/
    Haven't tried the other ones. Let us know if you decide to try them.
    The sample code they have on the page doesn't work with the native alert. Here's the code I created - it's a document class for a .fla that has one dynamic TextField and one Button component on the stage :
    http://pastebin.com/DsxR9nJ4

  • How to implement a forms application with an application server

    Hi,
    I want to implement a forms application with OAS version 10.1.0.
    How to configure? Where can I find some documents?
    Max

    See
    http://www.oracle.com/technology/documentation/appserver.html
    and
    http://www.oracle.com/technology/products/forms/index.html

  • Testing adobe air applications with fake apple certificate in iOS simulator running in a hackintosh

    I can compile an Adobe Air application on windows with a fake apple certificate. Can I test this application in iOS Simulator running on a hackintosh? Or is the simulator blocking testing of IPA outside from XCode ie: it's not a standalone simulator for IPA files. Are there any affordable web service for testing IPA with a true emulator or real device? I'm asking this because Flash Builder doesn't provide a true simulator, it lacks essential API functions such as NativeWindow.

    Hello,
    thanksk so far. I can now create an ANE, hopefully it is correct...
    Now, while trying to use it in my mobile application, calling the Constructor of my SWC interface > call initNativeExtension() I get an:
    Type Error #1009 cannot access a property or method of a null object reference
    It seems that my code cannot load the ANE because I cannot instatiate the extension object.
    Can you help me ?
    THX
    marco    

  • Integration of packager-generated .ipa application with native Objective-C libraries

    Hi all,
    I am fairly new to both Adobe Packager and Apple development worlds so please forgive me if I my question may be a newbie one.
    I'm currently searching documentation and manuals over the web but no clear response yet.
    My company would like to develop a Flash/Air/Flex UI frontend for an enterprise application which should target iPads.
    The purpose is to leverage the great UI appeal of Adobe tools and runtimes, while Objective-C is mandatory for business logic and data source access.
    As far as I can see Adobe CS 5 and specific SDKs allow to develop apps in the mentioned Adobe technologies and then cross-compile into a native iOS standalone application.
    The problem is: I would like this application to invoke and be invoked from Objective-C programs, e.g. so that data can be passed to it
    How can I integrate the two worlds at a method invocation level?
    Thanks for your attention
    Regards
    Vincenzo

    yes it is possible to do that for details look to java 2 the complete reference by herbert schildt look for native methods in it

  • Failed to launch JavaFX application with native bundle exe

    Hi,
    I have created a JavaFX application, and created its native bundle using Ant. When I am trying to launch application using Jar from bundle created with double click, it successfully launching my application. But when I am trying double click on MyApplication.exe (say), it throwing JavaFX Launcher Error *"Exception while running Application"*.
    I have searched about this issue, I found about jre, so I did replace jre from *"C:\Program Files\Java\jdk1.7.0_10\jre"* to my application bundle folder -- *\bundles\MyApplication\runtime\jre*, then I tried to launch exe with double click, it successfully launched.
    I have compared both jre, there are many missing jar, exe, dll and some properties files I found.
    I have these environment settings -
    JAVA_HOME -- C:\Program Files\Java\jdk1.7.0_10
    JREFX_HOME -- C:\Program Files\Oracle\JavaFX 2.2 Runtime
    Path contains an entry of C:\Program Files\Java\jdk1.7.0_10\bin JAVA_HOME and JREFX_HOME are used as in my build.xml to take ant-javafx.jar and jfxrt.jar --
    ${env.JAVA_HOME}/lib/ant-javafx.jar
    ${env.JREFX_HOME}/lib/jfxrt.jarMy steps to create bundle are -
    <target name="CreatingExe" depends="SignedJar">
                 <fx:deploy width="800" height="600" nativeBundles="all" outdir="${OutputPath}" outfile="${app.name}">
                          <fx:info title="${app.title}"/>
                          <fx:application name="${app.title}" mainClass="${main.class}"/>
                          <fx:resources>
                               <fx:fileset dir="${OutputPath}" includes="*.jar"/>
                         <fx:fileset dir="${WorkingFolder}/temp"/>
                   </fx:resources>
               </fx:deploy>
    </target>What more needed in build.xml so that application launch correctly with exe ?
    Thanks

    You code is not dealing with the DACL access to Winsta0\Default.  Only the LocalSystem account will have full access and the interactively logged on user which is why regedit is not displaying properly.  You'll need to grant access to your user. 
    You also need to deal with UAC since that code is going to give you a non-elevated token via LogonUser().  You need to get the full token via a call to GetTokenInformation() + TokenLinkedToken.
    thanks
    Frank K [MSFT]
    Follow us on Twitter, www.twitter.com/WindowsSDK.

  • AIR 3.9 beta .background crash in IOS.

    after many test,I found
    AIR 3.9  has fixed bug in GC(Garbage Collection) of IOS.
    I hope use AIR3.9 as soon as possible.
    ------------------------crash info------------------------------
    device
    IOS 5.0.1
    ipod touch 4
    --------------------------action---------------------------------
    start game
    press "HOME" .
    wait about 30 min.
    --------------------IOS log--------------------------------------
    Sep  5 17:22:24 -iPod timed[11030] <Notice>: (Note ) CoreTime: Want active time in 35.23hrs. Need active time in 118.56hrs.
    Sep  5 17:22:34 -iPod timed[11030] <Notice>: (Note ) CoreTime: Not setting system time to 09/05/2013 09:22:35 from NTP because time is unchanged
    Sep  5 17:22:34 -iPod timed[11030] <Notice>: (Error) CoreTime: Can't set time zone to nil!
    Sep  5 17:23:36 -iPod com.apple.mobile.lockdown[28] <Notice>: receive secure message timeout!
    Sep  5 17:24:52 -iPod kernel[0] <Debug>: launchd[11033] Builtin profile: PasteBoard (sandbox)
    Sep  5 17:25:27 -iPod SpringBoard[22] <Warning>: Main[10702] has active assertions beyond permitted time:
                  <SBProcessAssertion: 0x3003e0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0x32ad50> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfe66540> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xee831e0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfdfb080> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd6c4e0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xeeb5fa0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xeeec020> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfe9c4b0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfe7ea70> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd328d0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd4eb80> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfdd76a0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd1b340> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd6eb80> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xee1e800> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0x3d3be0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd6f770> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfdb0f40> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfdac460> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfe814f0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfea4f30> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd076e0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd33020> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xee4a650> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xee41fd0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd4dbd0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd0ce00> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd2a1e0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xeec4a70> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xfd55240> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xee10160> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep ,
                  <SBProcessAssertion: 0xee60be0> identifier: UIKitBackgroundCompletionTask process: Main[10702] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:10702 preventSuspend  preventIdleSleep
    Sep  5 17:25:28 -iPod SpringBoard[22] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    Sep  5 17:25:28 -iPod SpringBoard[22] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
    Sep  5 17:25:28 -iPod SpringBoard[22] <Notice>: MultitouchHID: device bootloaded
    Sep  5 17:25:29 -iPod kernel[0] <Debug>: set_crc_notification_state 0
    Sep  5 17:25:30 -iPod SpringBoard[22] <Warning>: Finished crash reporting.
    Sep  5 17:25:30 -iPod SpringBoard[22] <Warning>: Unable to send activation event to <SBApplication: 0xfeaab80> Main animate userLaunch resume statusBarWindowContextId = 405810009 statusBarOrientation = 3  activate: eventOnly animationStart = 385574.9858513334 animationDuration = 0.25  deactivate: : (ipc/send) invalid destination port
    Sep  5 17:25:30 -iPod SpringBoard[22] <Warning>: Could not set priority of [10702] to 4097, priority: No such process
    Sep  5 17:25:31 -iPod com.apple.launchd[1] (UIKitApplication:Main[0x5fd3][10702]) <Notice>: (UIKitApplication:Main[0x5fd3]) Exited: Killed: 9
    Sep  5 17:25:31 -iPod SpringBoard[22] <Warning>: Application 'Main_appname' exited abnormally with signal 9: Killed: 9
    Sep  5 17:25:31 -iPod com.apple.networkd[11037] <Notice>: main:212 networkd.11037 built Nov  2 2011 20:21:54
    Sep  5 17:25:31 -iPod ReportCrash[11035] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/Main_2013-09-05-172528_-iPod.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
    ------------------------------------------PART OF CRASH REPORT----------------------------------------------------------------------------------- --------------------------------------
    <plist version="1.0">
    <dict>
              <key>AutoSubmitted</key>
              <true/>
              <key>SysInfoCrashReporterKey</key>
              <string>aa721e160d446255965a3764d3d2697ecc9f8723</string>
              <key>bug_type</key>
              <string>109</string>
              <key>description</key>
              <string>Incident Identifier: BAA29F60-5DAF-43B7-A464-E6E85EEF1E46
    CrashReporter Key:   aa721e160d446255965a3764d3d2697ecc9f8723
    Hardware Model:      iPod4,1
    Process:         modao [10702]
    Path:            /var/mobile/Applications/3D925FDC-E187-45F4-B1A1-8193F09AE91B/Main.app/Main
    Identifier:      Main
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-09-05 17:25:28.010 +0800
    OS Version:      iPhone OS 5.0.1 (9A405)
    Report Version:  104
    Exception Type:  00000020
    Exception Codes: 0x8badf00d
    Highlighted Thread:  5

    Hi,
    The links is active and working, looks like some network issue at your end, please try again.
    -Thanks
    Pahup

  • Ipad mini with retina-- apps crashing on ios 8. Even apps updated for ios 8 are also crashing

    AFter updating my ipad mini retina to ios 8, apps already updated for ios 8 are crashing like...scanner pro by readdle,
    safari not working as well as on ios7.1.2.

    sarathi94 wrote:
    Wish Apple fix issues soon !  
    Me too. I've been an Apple fan for a long time but things are starting to get painful. I hate telling people not to upgrade but I can't honestly recommend otherwise.
    A bad thing is that these problems are not predictable. I have an iPad Mini - no retina that I got for free for opening a new bank account. I am a developer so I have run it on iOS 8 for some time. Even the released version has annoying bugs that weren't there on iOS 7. While the performance isn't great, it is useable. But a retina would have higher requirements and perhaps iOS 8 makes your machine too slow.
    Do try all of the resetting and troubleshooting techniques. They may help.

  • AIR communication with native window on a mac...

    I've created an AIR app in Flash CS4 on Windows that opens a native window to display some demo content (html, SWFs, PDFs, etc.). It works fine on a PC, but on a Mac it just opens the window and doesn't display the content. Here is a bit of the code:
    var browserOptionsAsset:NativeWindowInitOptions = new NativeWindowInitOptions();
    browserOptionsAsset.systemChrome = NativeWindowSystemChrome.STANDARD;
    browserOptionsAsset.transparent = false;
    browserOptionsAsset.resizable = false;
    browserOptionsAsset.minimizable = false;
    browserOptionsAsset.maximizable = false;
    var browswerPopAsset:NativeWindow = new NativeWindow( browserOptionsAsset );
    browswerPopAsset.width = stage.stageWidth;
    browswerPopAsset.height = stage.stageHeight;
    browswerPopAsset.x = 0;
    browswerPopAsset.y = 0;
    Thanks in advance for any help!

    no, ***** huh?

  • Integrate ApEx application with Websheet application

    I have links in my ApEx application branching to a websheets data grid. (another application)
    How should I do the setup to avoid the users to login again?

    Hi,
    I have the same requirement but didn't have any more luck. Is this possible?
    Session 0 doesn't work, &APP_SESSION. neither.
    We could try to hack the custom authentication schemes and build our own session sharing cookie mechanism. Did anybody try that?
    Thanks,
    ~Dietmar.

Maybe you are looking for

  • My macbook wont let me open many things???

    I turned it on and it was loading something so i left it. Now the desktop is blue and it will not let me open anything besides safari or firefox. All of my files on the desktop have gone and there is no dock. I have no idea what to do Its a macbook p

  • Airport dropping connection frequently w/ large files

    I have Comcast Xfinity internet with a pretty fast connection (i recently upgraded to a new modem that gave me a boost) with 1 Airport Extreme and 2 Airport Expresses. Although my speeds are pretty good, pretty much everytime i try to download or upl

  • JVM (JSEE 1.4.2) Installation/Running

    I am having real problems with JVM. I am running Win XP Pro SP1. After installing the JVM either via the Web or as an Offline installation and then visiting a site with Java Applets I get the following message: Java Runtime Environment cannot be load

  • Someone else made a skypename on my email

    I have tried to get skype but my email was already on file. It turns out that a username has already been attached to my email. This is not my name nor does it have anything to do with my name. I would like to have my own skype account, and not one f

  • Tecra R10-10W - Can't create partition during installation

    I got Tecra R10-10W and I switched from Vista to XP. I used Windows XP Toshiba recovery disk for this. I was not able to create partition on hdd during the installation. I wonder did I miss something? How can I split my hdd into 2 parts? Should I re-