Adobe Air definitely gone.

One of my most used apps was Vault by XLabz. It and about a dozen others are dead on my Z30 in BB10.3.1 . Here is the response from XLABZ.
"Vault and most of our older apps were build using a technology called Adobe AIR. BlackBerry ceased support for Adobe AIR with their latest OS update and any app that you have on your device which used Adobe AIR (a lot of them on BlackBerry World) would cease to function as a result of this. The only other platform that is supported is Android. 
We are now building a native Android version of Vault to counter this issue but that would mean a few things:
1) If you have all your data backed up to DropBox your data would be safe there and you can restore the data from DropBox as soon as we release the Android version on BlackBerry World. However, if you don't have backups then there is no way to get the data back or even back it up now since you can't use the old app anymore to do that.
2) When the update is released, you would have to manually delete the old app and install the new version. Upgrading alone will not work. However, deleting the old app will also delete all files that you had saved locally for the app - but if you have your data backed up already, there is nothing to worry about.
3) We don't have an ETA for the release and it could take close to 3-4 weeks for us to release the Android version in BlackBerry World.
4) If you don't want to wait and if you already have a Android device with Google Play access, the native Android version is already available there and you can buy it from there.
We understand that this is a big inconvenience for you as a user and our sincere apologies for this. However, as developers we don't drive platform decisions for BlackBerry so there was nothing we could do about this."
Solved!
Go to Solution.

just to add some more information:
1) Adobe has decided to drop Flash support for mobile. This means that in case of security issues, Adobe refuses to fix them for the mobile Flash. So BlackBerry and Google are removing the Flash support on their respective mobile OSes (BB10 and Android).
2) Adobe is also dropping Air support for mobile. Same story as above.
3) Air developers were notified of the Air support interruption in 10.3, several months ago. The standard procedure for them is to design a new version of their app, this time made in Air in Android, and release it to BlackBerry World, with the same application ID. This way, the files from the previous version are still accessible by the new version of the app. It seems this developer did not achieve all that in time before the release of OS 10.3.
4) for a reason unknown to me, Android is not officially planning on dropping Air support.
The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Similar Messages

  • Chinese and Japanese text gone in Adobe Air 4.0b and Android 4.4

    Flex 4.10/11 with Adobe Air 4.0Beta on Android 4.4 does not display Chinese / Japanese text anymore in basically all components (Label, Buttons, List etc.). I need this urgently fixed. Please let me know if there is a workaround.

    you can use fte to show text,i has solved it.
    http://forum.starling-framework.org/topic/feathers-tlf-text-renderer
    this is a tlf method based fte,too heavy,finally i use the textblockRenderer in feathers and add a html parser myself,this is url:
    https://github.com/joshtynjala/feathers/blob/master/source/feathers/controls/text/TextBloc kTextRenderer.as

  • Adobe AIR runtime update dialog breaks application

    I'm working on a large project that utilizes a C++ application to house the core logic and an AIR application to display a UI. The C++ program launches the AIR UI and passes it several command line parameters, including locale and port number to call back to the C++ application with.  Under normal circumstances, this works great.
    However, when there's an Adobe AIR runtime update, things go bad.  The runtime intercepts the UI invocation, kills it, and displays the generic AIR "do you want to update?" dialog.  Whether the user presses update or cancel, the UI application eventually gets relaunched -- but without the command line parameters originally passed to it!  I presume this is a bug in the Adobe AIR runtime updater code.
    The end result of this is that the UI gets relaunched, but doesn't know how to localize itself or what port to call back to the C++ application with!  If the user relaunches, it works fine (because the update dialog won't intercept again), but by then the user experience has already been mangled.  We can't even display a localized error message to tell them to relaunch because we don't know what locale they're using any more, and we can't call back to the C++ application to ask.
    I'm trying to find solutions/workarounds to this issue.  Because AIR won't let us turn off the update check on a per-application basis, it seems like the only viable solution would be to turn off the runtime update check for the whole machine.  But altering machines settings for the benefit of one application is definitely bad form, and I'd prefer not to do that if any other viable workaround exist.
    Any ideas?

    I filed a bug report last night using that same form.
    The duplication steps are straightforward.  I can duplicate the following with 100% success on a freshly imaged Win 7 32-bit box, admin user account:
    1) Install older version of Adobe AIR framework (I tried both 1.1 and 1.5.1).  It will ask you to update.  Click "Update later".
    2) Pull up task manager and watch the process list
    3) Run ANY Adobe AIR app with some parameters (I used Adobe's Settings Manager as a sample because it's small)
    4) Note that your application appears in the task manager briefly
    5) Your app is terminated and "Adobe Air Installer.exe" appears in the task manager.  A dialog pops up asking you to update.
    6) Click cancel
    7) Your app is reinvoked without any parameters
    As for my specific case, by "session" I do mean a single launch.
    I'm not aware of an evoke event -- perhaps you meant invoke event?  The invoke event is not executing before the app terminates (in step 5 above).  I think the AIR app is just running long enough to load the runtime and then the runtime takes over from there.
    Thanks...

  • Adobe AIR EncryptedLocalStore Problems

    Encrypted local store doesn't function once an application is installed on my machine. I've been having problems on this computer with encryptedlocalstore, so I setup a basic test program.
    Things work fine when run from adl, but do not function when run normally. If I run adl on the installed application from inside the .app/Contents/Resources folder the application works fine, but when run normally it fails.
    I've tried deleting my entire ~/Library/Application Support/Adobe/AIR/ELS folder but to no avail. I uninstalled and reinstalled Adobe Air 2.5.1 and still ELS fails. The folder for the Application is created within the ELS folder, but none of the calls to ELS function, and throw an error with the message "general internal error". There is no stack trace attached to the error messages.
    I'm running Mac OSX 10.6.6  I'm using Flex sdk 4.5.0.19786, if that might have an affect.
    Any ideas?

    We've actually had a problem identical to this many many times.
    It only seems to happen for us on Mac OSX 10.6 w/ Firewall enabled. It doesn't seem to happen when the firewall isn't enabled.
    It also has nothing to do with case sensitivity - we have never changed our application ID.
    It seems to happen after an upgrade occasionally - but not consistently. Once it happens, here are the steps we've taken to resolve it.
    (P.S. would love to see Adobe weigh in on this one - it happened on our CEO's machine just last night!)
    <it happens enough we had to wiki it!>
    Fixing Mac EncryptedLocalStore database access error
    This error is caused when the application is updated and the  cached data stored in the /var/db/DeferredSignature file is out of date  with the newly updated signature of the application.  It seems that  Adobe AIR actually iterates through this file looking for a matching  signature.  For some reason it stops (likely a bug) and no longer  continues generating the appropriate Mac keychain to store the ELS key  information.
    To work around this problem you need to perform the following operations:
    Cleanup the application data by deleting the data in 
    ~/Library/Application SupportAdobe/AIR/ELS/XYZApplication
    ~/Library/Preferences/XYZApplication
    Delete the Adobe AIR keychain using the Keychain Access application on the Mac.
    In the Keychains window you should see a Keychan called PrivateEncryptedDatak - right click on it and select Delete.
    If the Keychain does not get removed from the list exit and restart Keychain Access.
    If the PrivateEncryptedDatak keychain is still visible select  the Keychain Access menu and the Keychain First Aid  menu item.  In the  popup enter an administrator username/password, select Repair and hit  start.  The keychain should now be gone.
    Okay, now the fun part.  You need to start a terminal up - this will open up a shell window    
    If you are not logged in as an administrator you need to  change the user this terminal is logged in as via the 'su' command by  typing 'su - username' where username is the user you want to login as.
    sudo rm /var/db/DetachedSignatures
    That's it - you should now have everything cleaned up and can try  re-installing the application (if the new version is already  installed you probably can simply launch it now).

  • Adobe AIR app installation issue due to certificate problem on mac 10.9.5

    Im trying to upgrade and then reinstall an Adobe Air application but get the error message failing to install due to a certificate issue.
    The developer says the fix is to uninstall the app and install again but this also fails.
    Checked my machine clock - saved but that didnt work
    The adobe AIR uninstaller simply says I have the latest version? Cant seem to delete and reinstall although other adobe air apps work so I dont think this is the issue
    I have gone through the troubleshooting guide: Troubleshoot AIR installation | Mac OS but still have the issue?
    Any ideas would be great.

    I suspect your Mac OS install was an in place upgrade from an earlier version. This is something I would never even consider with a production machine.

  • Adobe Air runtime auto-update

    Adobe Air runtime auto-updates itself without any notification or request on my Mac OSX 10.6.7 machine. I do not like this behavior. Is there any way to change it?

    Please see our Disable automatic updates of the runtime document.  However, please be aware that our updates include both new functionality and bug and security fixes.  I'd definitely recommend keeping an eye out for future releases and manually installing if you disable the updates.
    Thanks,
    Chris

  • Will Adobe AIR apps work on iOS (Javascript/HTML)?

    Hello,
    I haven't been able to find any definitive answer on whether Adobe AIR apps using Javascript and HTML can work on iOS.
    Anyone know for sure?
    And if so, what happens with the APIs available through these swfs that we currently include:
    networkInfoWrapper.swf
    servicemonitor.swf
    applicationupdater_ui.swf
    Many thanks
    Stephen

    The answer is no. Apps developed for AIR using HTML and JavaScript are not supported on iOS or other mobile platforms. The mobile platforms do include a StageWebView component that can be used to load and display HTML and JavaScript. However, it is entirely different than the HTMLLoader control used on the desktop platforms (for HTML-based AIR apps). You cannot, for example, call any AIR/Flash APIs from JavaScript running in a StageWebView. In general, very little communication is possible between your ActionScript application code and the JavaScript code running in the StageWebView object.

  • Adobe Air cannot be found (Mac)

    Adobe Air is used to run an mmo game i subscribe to called Dofus. Yesterday evening I suddenly started getting this message when trying to start Dofus:
    "This application requires a version of Adobe AIR which cannot be found.
    Please download the latest version of the runtime from http://www.adobe.com/go/getair, or contact the application author for an updated version."
    The login screen does load-up behind the error message. But I can only interact with the OK button of the message which closes the client. I get the message for both the main Dofus client and the sound client.
    I'm using a macbook pro with Mac OSX 10.6.5, 3.06 GHz Intel core 2 duo processor. I was using Adobe Air 1.5, because it seemed to run better than 2.x versions.
    I've already tried the obvious in every combination I can think of, none have made any difference. I uninstalled Air, with the uninstaller, and installed again, 2.5 version now. I uninstalled Air then uninstalled Dofus. Then reinstalled Dofus and let that install Air for me. I tried manually uninstalling Air, searching for anything on my computer associated with Air, Adobe or Flash and deleting then reinstalling everything. Nothing. I've googled the error message to see if there is a known fix but I get no help beyond trying the steps I just mentioned. I tried restoring a time machine back-up to before the error. Which I thought would work but it made no difference. (I haven't had to use that before. Does it not do system files or am I doing something wrong?). So I've run out of ideas.
    I really don't know why it started. In the morning it was working and a few hours later it wasn't. The only vaguely dodgy thing that happened that day was installing a Safari extension, Stumbi plug-in, which I installed, then it dissappeared, then I installed again and it had no effect. So either my mac was acting funny that day (though I had no error reports or crashes) or that plug-in was naughty. I took a log of everything going on when I attempt to run Dofus with the console which follows.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:122) Construction du Core en 0x1014600
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:229) ########################### NEW UPLAUNCHER INSTANCE ###########################
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:239) Version de l'updater: 1.17.1590 - dofus2
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:241) Chemin de l'exe /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/UpLauncher.app/Co ntents/MacOS/UpLauncher
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:242) Rep d'execution /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:279) parameters count : 2
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:282) getExeFileDirectory : /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/UpLauncher.app/Co ntents/MacOS
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:283) current_path: /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:297) Lancement graphique, Bypass des paramtres
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:460) Lecture des options
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Options.cpp:184) Language defined : en
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:481) Downloader launched
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:22](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:68) Construction du wxUICore en 0x2014b10
    21/12/2010 11:22:22 UpLauncher[1052] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:22 UpLauncher[1052] MulticlutchPlugin installed
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1052]: Class GestureShortcutsController is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1052]: Class ExtendedGesturePoint is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: kCGErrorIllegalArgument: CGSGetWindowBounds: NULL window
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGBitmapContextCreate: invalid data bytes/row: should be at least 4 for 8 integer bits/component, 3 components, kCGImageAlphaNoneSkipFirst.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGContextTranslateCTM: invalid context 0x0
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGContextScaleCTM: invalid context 0x0
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGBitmapContextCreate: invalid data bytes/row: should be at least 4 for 8 integer bits/component, 3 components, kCGImageAlphaNoneSkipFirst.
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGContextTranslateCTM: invalid context 0x0
    21/12/2010 11:22:22 [0x0-0x56056].com.yourcompany.UpLauncher[1052] Tue Dec 21 11:22:22 Ben-Routledges-MacBook-Pro.local UpLauncher[1052] <Error>: CGContextScaleCTM: invalid context 0x0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1559) Recuperation des news
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1669) UI demarr?e
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:2013) Rfrence vers l'UI definie
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/patch/LocalGamesFile.cpp:74 ) Lecture du xml 'games' : /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/games_base.xml
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:690) Fichier de config distant demande : http://dl.ak.ankama.com/games/dofus2/updater/mac//dofus2_2.3.0.37782.1.xml
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/HttpFtpClient.cpp:353) On telecharge http://dl.ak.ankama.com/games/dofus2/updater/mac//dofus2_2.3.0.37782.1.xml
    21/12/2010 11:22:23 SIMBL Agent[189] warning: failed to get scripting definition from /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/UpLauncher.app; it may not be scriptable.
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1052]: Class SIMBL is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1052]: Class SIMBLPlugin is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:23 UpLauncher[1052] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xfad160
    21/12/2010 11:22:23 UpLauncher[1052] HIToolbox: ignoring exception '+[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xfad160' that raised inside Carbon event dispatch
    0   CoreFoundation                      0x90a456ba __raiseError + 410
    1   libobjc.A.dylib                     0x908b8509 objc_exception_throw + 56
    2   CoreFoundation                      0x90a929cb +[NSObject(NSObject) doesNotRecognizeSelector:] + 187
    3   CoreFoundation                      0x909ebc36 ___forwarding___ + 950
    4   CoreFoundation                      0x909eb802 _CF_forwarding_prep_0 + 50
    5   SIMBL                               0x177b0c3d InjectEventHandler + 84
    6   OpenScripting                       0x93c03914 _ZL17EventHandlerThunkPK6AEDescPS_l + 142
    7   AE                                  0x97503f58 _Z20aeDispatchAppleEventPK6AEDescPS_mPh + 166
    8   AE                                  0x97503e57 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 43
    9   AE                                  0x97503d61 aeProcessAppleEvent + 197
    10  HIToolbox                           0x91bac323 AEProcessAppleEvent + 50
    11  UpLauncher                          0x0020b3b7 _Z20wxMacAppEventHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 343
    12  HIToolbox                           0x91b77f2f _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1567
    13  HIToolbox                           0x91b771f6 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 411
    14  HIToolbox                           0x91b77055 SendEventToEventTargetWithOptions + 58
    15  HIToolbox                           0x91babbb0 _ZL29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 3006
    16  HIToolbox                           0x91b78380 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 2672
    17  HIToolbox                           0x91b771f6 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCall Rec + 411
    18  HIToolbox                           0x91b999bb SendEventToEventTarget + 52
    19  UpLauncher                          0x002091e6 _ZN5wxApp17MacHandleOneEventEPv + 38
    20  UpLauncher                          0x002092bf _ZN5wxApp13MacDoOneEventEv + 127
    21  UpLauncher                          0x00223763 _ZN11wxEventLoop8DispatchEv + 35
    22  UpLauncher                          0x002b9bef _ZN17wxEventLoopManual3RunEv + 111
    23  UpLauncher                          0x00292b33 _ZN9wxAppBase8MainLoopEv + 83
    24  UpLauncher                          0x0013553a _Z7wxEntryRiPPw + 106
    25  UpLauncher                          0x000419a5 _ZN10UpLauncher8wxUICore14launchWxThreadE16LaunchParameters + 35
    26  UpLauncher                          0x000476a5 _ZN5boost3_bi6bind_tIvPFv16LaunchParametersENS0_5list1INS0_5valueIS2_EEEEEclEv + 43
    27  UpLauncher                          0x000fae1d thread_proxy + 141
    28  libSystem.B.dylib                   0x926e585d _pthread_start + 345
    29  libSystem.B.dylib                   0x926e56e2 thread_start + 34
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: About to connect() to dl.ak.ankama.com port 80 (#0)
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info:   Trying 213.120.162.144...
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: connected
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Connected to dl.ak.ankama.com (213.120.162.144) port 80 (#0)
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Connection #0 to host dl.ak.ankama.com left intact
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/HttpFtpClient.cpp:545) code http : 200
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Closing connection #0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:822) Taille total ncessaire au cours de ce patch: 0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:2065) Dispo/Necessaire/Critique : 313404940288 / 0 / 0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/xml/RSSHelper.cpp:56) Tlchargement des news  l'adresse http://www.dofus.com/en/rss/news.xml
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:589) On vide le repertoire temporaire
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/HttpFtpClient.cpp:353) On telecharge
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: <url> malformed
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStableE/RsRrOcR/ n[e2t0/1HD0tE-tBDpUeFGct -p[2C21l0 i11e01n-:tD2.e2cc:p-2p23:1]3 (51/31U):s 2eO2rn:s 2/t3pe]pl(ce//cUDhsoaecrrusgm/eep nphtcts/t/Dpwo:oc/ru/kmwsewpnwat.csde/o/wfUouprsLk.ascuponamcc/heee/nrU/SprtLsaasbu/lnnec e/hwsesrr.cSx/tmcalob
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] rl
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] ee
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] //Csorrce/.nceptp/:H5t9t1p)F tEprCrloire nwth.iclpep :f5r4e5e)i ncgo dTee mhpt tFpo l:d e0r
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:598) remote Control Server dmarr?
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:16 4) Lancement effectif du Thread RemoteControl::Server
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:607) Chemin d'execution de reg : Reg.app/Contents/MacOS/Reg
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:17) Cration d'un LocalTcpServer
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:608) Ligne de commande de reg : Reg.app/Contents/MacOS/Reg
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:40) LocalTcpServer en ecoute sur le port 4242
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:611) Reg present, lancement du DofusSoundProxy: Reg.app/Contents/MacOS/Reg
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:168) Lancement effectif du Thread DofusSoundProxy
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:17) Cration d'un LocalTcpServer
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:291) On previent qu'il n'y a pas de mise a jour
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:17) Cration d'un LocalTcpServer
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:40) LocalTcpServer en ecoute sur le port 8080
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:40) LocalTcpServer en ecoute sur le port 8081
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: About to connect() to www.dofus.com port 80 (#0)
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info:   Trying 80.239.173.215...
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: connected
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Connected to www.dofus.com (80.239.173.215) port 80 (#0)
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] == Info: Closing connection #0
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/HttpFtpClient.cpp:545) code http : 200
    21/12/2010 11:22:23 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:23](/Users/ppc/Documents/workspace/UpLauncherStable/src/xml/RSSHelper.cpp:41) Destructeur RSSHelper
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:236) Bouton Play cliqu?
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:244) Temps du clic : 2010-Dec-21 11:22:24  / Temps du prochain lancement possible 2010-Dec-21 11:22:22
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:248) Lancement du jeu
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/system/ProcessManager.cpp:7 4) 1 game(s) running
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1467) Lancement du jeu : ../MacOS/Dofus
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:137) la fentre principale va etre rduite
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:282) Demande de miniaturisation de la fenetre
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:24](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:289) Demande de miniaturisation de la fenetre
    21/12/2010 11:22:24 Dofus[1053] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:24.699 Dofus[1053:903] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1053]: Class GestureShortcutsController is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1053]: Class ExtendedGesturePoint is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:24 Dofus[1053] MulticlutchPlugin installed
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:24.802 Dofus[1053:903] MulticlutchPlugin installed
    21/12/2010 11:22:24 Dofus[1053] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    21/12/2010 11:22:24 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:24.804 Dofus[1053:903] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    21/12/2010 11:22:24 SIMBL Agent[189] warning: failed to get scripting definition from /Applications/Dofus.app/Contents/Resources/Dofus.app; it may not be scriptable.
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:132) Connection entrante 0x2019f60 !!!
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:19 9) Nouvelle connection
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:20 1) Callback RCServer : new Connection ! Total : 1 connections
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:132) Connection entrante 0xb646b0 !!!
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:218) Callback : new Connection ! (0xb646b0) Total : 1 connections
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/system/ProcessManager.cpp:2 71) pid de l'executable Reg : 1054
    21/12/2010 11:22:25 Reg[1054] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:25.652 Reg[1054:903] Can't open input server /Library/InputManagers/MultiClutchInputManager.bundle
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:394) Pas d'engine connect. On bufferise les donnes reues
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/remoteControl/frames/ ComponentManagementFrame.cpp:73) GetSpeed request
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:25](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/remoteControl/frames/ ComponentManagementFrame.cpp:22) GetPartsList message => envoi d'une liste fictive
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1053]: Class SIMBL is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1053]: Class SIMBLPlugin is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:25 Dofus[1053] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xd6160
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:25.746 Dofus[1053:903] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xd6160
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1054]: Class GestureShortcutsController is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1054]: Class ExtendedGesturePoint is implemented in both /Library/InputManagers/MultiClutchInputManager/MultiClutchInputManager.bundle/Contents/Ma cOS/MultiClutchInputManager and /Users/Ben/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle/Contents/MacOS/AirKeysInputManager. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:25 Reg[1054] MulticlutchPlugin installed
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:25.774 Reg[1054:903] MulticlutchPlugin installed
    21/12/2010 11:22:25 Reg[1054] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    21/12/2010 11:22:25 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:25.778 Reg[1054:903] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    21/12/2010 11:22:25 SIMBL Agent[189] warning: failed to get scripting definition from /Applications/Dofus.app/Contents/Resources/Dofus.app/Contents/Resources/Reg.app; it may not be scriptable.
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:132) Connection entrante 0xb5b760 !!!
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:262) SoundEngine connect ! (0xb5b760)
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:279) Donnees bufferises envoyes au nouveau reg
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1054]: Class SIMBL is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] objc[1054]: Class SIMBLPlugin is implemented in both /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL and /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL. One of the two will be used. Which one is undefined.
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] 2010-12-21 11:22:26.058 Reg[1054:903] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xd6160
    21/12/2010 11:22:26 Reg[1054] +[SIMBL logMessage:atLevel:]: unrecognized selector sent to class 0xd6160
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:409) Donnes reues de l'engine : 31. On les transfert aux clients
    21/12/2010 11:22:26 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:26](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:409) Donnes reues de l'engine : 31. On les transfert aux clients
    21/12/2010 11:22:27 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:27](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:372) Callback ENGINE : connection closed ! Remotely : 1.
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:339) Deconnection d'un client, mais aucun engin a prevenir
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:21 3) Callback RCServer : connection closed ! RemotelDyE B:U G1 .[ 2N0o1w0 -:D e0c -c2o1n n1e1c:t2i2o:n2s9
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] ]
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] (/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSoundProxy.cpp: 343) Callback CLIENT : connection closed ! Remotely : 1. Now : 0 connections
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/remoteControl/RemoteC ontrolProtocolHandler.cpp:62) Closing RemoteControlProtocolHandler
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] ERROR [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/system/ProcessManager.cpp:2 61) Valeur de retour de l'executable Dofus : 1024
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] ERROR [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/callbacks.cpp:36) Code retour de l'application non reconnue : 1024
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/system/ProcessManager.cpp:8 5) 0 game(s) running
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:518) Fermeture de l'UI par le Core
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:166) On force la fermeture de la fentre principale
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/GenericSkinnedWindow. cpp:425) Envoie d'une commande de fermeture au wxCore
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:124) la fentre principale va etre detruite immediatement
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:131) On signale au core qu'il n'y a plus d'UI  qui envoyer d'event
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] TRACE [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:2017) Rfrence vers l'UI supprimee
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/SysTrayIcon.cpp:30) Destructeur du SysTrayIcon
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/SysTrayIcon.cpp:30) Destructeur du SysTrayIcon
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:73) Destruction du wxUICore
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/ui/wx/wxUICore.cpp:111) Ici, UI Ferme, instance de wxUICore dtruite !!!!!
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1679) Event recu : UI fermee. On stoppe les DL
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/Core.cpp:1996) Free System Mutex
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:80 ) Attente du RemoteControl::Server pour 2000
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:94 ) Execution de la Fermeture du RemoteControlServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:52) Fermeture d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:22) Destruction d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:122) Acceptor closed. Cleaning connection
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:19 0) Fin du Thread RemoteControl::Server
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/remoteControl/Server.cpp:82 ) Thread RemoteControl::Server finished normally : Yes
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:98) dofussoundproxy joignable
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:117) Execution de la Fermeture du RemoteControlServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:103) Attente du dofussoundproxy pour 2000
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:52) Fermeture d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:22) Destruction d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:52) Fermeture d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:22) Destruction d'un LocalTcpServer
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:122) Acceptor closed. Cleaning connection
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/io/LocalTcpServer.cpp:122) Acceptor closed. Cleaning connection
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] INFO  [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/dofus/soundProxy/DofusSound Proxy.cpp:202) Fin du Thread DofusSoundProxy
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/core/../CheckSumToolkit.h:3 8) notify checksumtoolkit to stop
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/Downloader.cpp:913) Thread du Downloader joignable
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/Downloader.cpp:946) Thread du Downloader termine
    21/12/2010 11:22:29 [0x0-0x56056].com.yourcompany.UpLauncher[1052] DEBUG [2010-Dec-21 11:22:29](/Users/ppc/Documents/workspace/UpLauncherStable/src/net/Downloader.cpp:925) Exiting Downloader (closed while not finished : 0)

    Fixed. /Users/x/Library/Application Support/SIMBL/Plugins/AirKeysInputManager.bundle got corrupted by a badly installed safari extension. Deleting this, then reinstalling adobe air did the trick. I wasn't thorough enough on my first try, it was tricky to find everything associated. I had to look for files in the console log then search for them. Spotlight was missing some deep files, EasyFind worked better for me.

  • Adobe Air version 2.5.1.17730 will not uninstall or update.

    My computer
    AMD Phenom 9150e Quad-core 1.80 GHz with 7 GB memory
    Windows Vista Home Premium (64 bit) with Service Pack 2.
    NVIDIA GeForce GTS 450
    I tried to update Adobe Air.  It downloaded fine.  I click the run button and it showed in the bottom tool box area( minimize.  running mouse over it showed the screen to install), however it will not restore to full screen so I can install.  I have uninstall all adobe programs (reader/flash/shockwave) and they uninstalled fine.  I reinstall same programs and they all installed correctly.  Adobe AIR will not.  I've even tried to delete program without any luck.  I've gone to MicroSoft for  help and no luck.  I've tried all the suggestion here at adobe no luck.  It is affecting other programs on my computer as well.  WHAT CAN I DO??????
    It does not give me any error codes.  The best I can tell is it happens with "adobe Air setup"  and I get "Runtime errors"  I am not a program

    Could you please open a new bug report on this over at bugbase.adobe.com? Please include the air app or download URL to help us reproduce the problem.

  • Adobe Air HTML & JS Developing - Slow on massive Image-Tags

    Hello,
    I want to share a problem i noticed while developing an application with adobe air, based on the HTML & JS Stack, which uses multiple image-tags at the same time. I already mailed a bug but unfortunately did not get a bug number responded to refer to hit here. This post is started because i wanted to share a simple example which exhibits the problem.
    The Bug Report i mailed:
    ******BUG******
    Concise problem statement: Performance Issues with massive Image-Tags (scaled)
    Steps to reproduce bug:
    1. Create a simple Air-Application. No need for any Air-specific library we just want the Air-Webkit to render a HTML-Page
    2.  Load ~130 Pictures with a dimension of approximately 1024 x 768 pixels.  Render each of them as a scaled Image-Tag with the dimension 100x60  pixels.
    3. Load the Page in the Air/Safari/Firefox/IE Environment (Versions: Air 2.5, Safari 5.0.2 (Win XP), FF 3.6.10, IE7)
    4. Try scrolling down/left/right/up and resizing the respective stage
    Results: The Air Environment performs worst among those 4. It reacts unacceptably slow while trying to resize and to scroll.
    Expected results: similar performance to Webkit-Engine in Safari.
    I know of one other discussion which seems to be related to a similar thing (http://forums.adobe.com/message/44913).
    The Page i used to compare the Adobe-Air rendering & scroll behaviour against the behaviour of Safari, FF and IE is posted beneath (pretty long due to the excerpt of 131 pictures taken of flicker web service).
    with best regards
    Robert
    <html>
        <head>
            <title>Mass Img Tags</title>
            <script language="JavaScript">
                var data = [{
                    "Title": "landscape216 jpg",
                    "Summary": "",
                    "Url": "http://xemanhdep.com/gallery/landscape2/landscape216.jpg",
                    "ClickUrl": "http://xemanhdep.com/gallery/landscape2/landscape216.jpg",
                    "RefererUrl": "http://gallery.xemanhdep.com/2008/10/beautiful-landscape-photos-2",
                    "FileSize": 114688,
                    "FileFormat": "jpeg",
                    "Height": "525",
                    "Width": "700",
                    "Thumbnail": {
                        "Url": "http://thm-a01.yimg.com/nimage/f5f58ee2c6a04bfa",
                        "Height": "112",
                        "Width": "150"
                    "Title": "Landscape Bora Bora Lagoon with Catamaran French Polynesia jpg",
                    "Summary": "11 12 13 14 15 16 17 18",
                    "Url": "http://www.bergoiata.org/fe/landscapes2/Landscape%20-%20Bora%20Bora%20Lagoon%20with%20Catamaran%20-%20French%20Polynesia.jpg",
                    "ClickUrl": "http://www.bergoiata.org/fe/landscapes2/Landscape%20-%20Bora%20Bora%20Lagoon%20with%20Catamaran%20-%20French%20Polynesia.jpg",
                    "RefererUrl": "http://www.nitilurus.blogspot.com/",
                    "FileSize": 102604,
                    "FileFormat": "jpeg",
                    "Height": "768",
                    "Width": "1024",
                    "Thumbnail": {
                        "Url": "http://thm-a02.yimg.com/nimage/8673e2bc14b343d0",
                        "Height": "120",
                        "Width": "160"
                    "Title": "Landscape Mount Tombstone Upper North jpg",
                    "Summary": "Landscape Flowers &gt; 02 Sep 2005 22 56 156k Fractal Roiling Vo &gt; 02 Sep 2005 22 56 157k Landscape Mount To &gt; 02 Sep 2005 22 56 172k Landscape Southern &gt; 02 Sep 2005 22 56 200k",
                    "Url": "http://www.bergoiata.org/fe/divers47/Landscape%20-%20Mount%20Tombstone,%20Upper%20North.jpg",
                    "ClickUrl": "http://www.bergoiata.org/fe/divers47/Landscape%20-%20Mount%20Tombstone,%20Upper%20North.jpg",
                    "RefererUrl": "http://www.bergoiata.org/fe/divers47?S=A",
                    "FileSize": 176537,
                    "FileFormat": "jpeg",
                    "Height": "768",
                    "Width": "1024",
                    "Thumbnail": {
                        "Url": "http://thm-a03.yimg.com/nimage/cab907cfa143c5a2",
                        "Height": "120",
                        "Width": "160"
                    "Title": "Landscape",
                    "Summary": "",
                    "Url": "http://media-content.flixya.com.s3.amazonaws.com/files/bxj1986530672.jpg?AWSAccessKeyId=1TKE66PETJJHG8051M02&Expires=2114092205&Signature=1m7fiT7SAIe8HgLiPtae0%2FL62ho%3D",
                    "ClickUrl": "http://media-content.flixya.com.s3.amazonaws.com/files/bxj1986530672.jpg?AWSAccessKeyId=1TKE66PETJJHG8051M02&Expires=2114092205&Signature=1m7fiT7SAIe8HgLiPtae0%2FL62ho%3D",
                    "RefererUrl": "http://www.flixya.com/photo/530672/Landscape",
                    "FileSize": 253644,
                    "FileFormat": "jpeg",
                    "Height": "375",
                    "Width": "500",
                    "Thumbnail": {
                        "Url": "http://thm-a04.yimg.com/nimage/6ca09130080fe348",
                        "Height": "108",
                        "Width": "145"
                    "Title": "purple landscape jpg",
                    "Summary": "Purple Landscape Róbert Štefanka 10 srpen 2006",
                    "Url": "http://www.lightharmony.com/admin/ext/purple-landscape.jpg",
                    "ClickUrl": "http://www.lightharmony.com/admin/ext/purple-landscape.jpg",
                    "RefererUrl": "http://www.lightharmony.com/fotografie/160/cz/author/8/0/purple-landscape",
                    "FileSize": 323686,
                    "FileFormat": "jpeg",
                    "Height": "463",
                    "Width": "700",
                    "Thumbnail": {
                        "Url": "http://thm-a01.yimg.com/nimage/a4609865c6a4cd22",
                        "Height": "99",
                        "Width": "150"
                    "Title": "Landscape Matterhorn Lake jpg",
                    "Summary": "Nature Rainy Lands &gt; 02 Sep 2005 22 50 58k Landscape Mountain &gt; 02 Sep 2005 22 49 89k Landscape Matterho &gt; 02 Sep 2005 22 49 198k Landscape Lighthou &gt; 02 Sep 2005 22 49 177k",
                    "Url": "http://www.bergoiata.org/fe/divers44/Landscape%20-%20Matterhorn%20Lake.jpg",
                    "ClickUrl": "http://www.bergoiata.org/fe/divers44/Landscape%20-%20Matterhorn%20Lake.jpg",
                    "RefererUrl": "http://www.bergoiata.org/fe/divers44?N=D",
                    "FileSize": 202547,
                    "FileFormat": "jpeg",
                    "Height": "768",
                    "Width": "1024",
                    "Thumbnail": {
                        "Url": "http://thm-a03.yimg.com/nimage/0203edf764b1c67c",
                        "Height": "120",
                        "Width": "160"
                    "Title": "landscape",
                    "Summary": "LandScape LandScape 2",
                    "Url": "http://www.smashingdownloads.com/wp-content/uploads/2009/06/landscape.jpg",
                    "ClickUrl": "http://www.smashingdownloads.com/wp-content/uploads/2009/06/landscape.jpg",
                    "RefererUrl": "http://www.smashingdownloads.com/2009/06/04/27-brilliant-examples-of-landscape-photography",
                    "FileSize": 99635,
                    "FileFormat": "jpeg",
                    "Height": "399",
                    "Width": "600",
                    "Thumbnail": {
                        "Url": "http://thm-a01.yimg.com/nimage/fe217612dffd3c10",
                        "Height": "96",
                        "Width": "145"
                    "Title": "landscape3 jpg",
                    "Summary": "its own If you re a fan of the handiwork of Mother Nature and you d like to get a glimpse of the diversity of the world check out this photostream featuring gorgeous landscape photography",
                    "Url": "http://www.dirjournal.com/info/wp-content/uploads/2009/12/landscape3.jpg",
                    "ClickUrl": "http://www.dirjournal.com/info/wp-content/uploads/2009/12/landscape3.jpg",
                    "RefererUrl": "http://www.dirjournal.com/info/the-magnificent-beauty-of-natures-landscapes",
                    "FileSize": 169164,
                    "FileFormat": "jpeg",
                    "Height": "483",
                    "Width": "700",
                    "Thumbnail": {
                        "Url": "http://thm-a02.yimg.com/nimage/0b807ce0d282bfc2",
                        "Height": "103",
                        "Width": "150"
                    "Title": "sm landscape syracuse label jpg",
                    "Summary": "sports video game Stevensgraph of Columbus landing artwork including nice small o b horses and children sheep painting V Perrin small landscape etc Gone with the wind Lamp very nice quality 4 pc leather parlor set barely used 2 canes one w sterling top ca 1879 French Gras Bayonet several nice mirrors great",
                    "Url": "http://www.coylesauction.com/images/Year2005/083005/sm%20landscape%20syracuse%20label.jpg",
                    "ClickUrl": "http://www.coylesauction.com/images/Year2005/083005/sm%20landscape%20syracuse%20label.jpg",
                    "RefererUrl": "http://www.coylesauction.com/AuctionPreview/Year2005/ap083005.htm",
                    "FileSize": 67481,
                    "FileFormat": "jpeg",
                    "Height": "486",
                    "Width": "650",
                    "Thumbnail": {
                        "Url": "http://thm-a04.yimg.com/nimage/dcccdb9e4e66c4e2",
                        "Height": "112",
                        "Width": "150"
                    "Title": "post5 landscape jpg",
                    "Summary": "a little boost to the colour All in all a 20 to 30 minute job Was it worth You decide In my opinion it won the right to have its own place in the sorted folders Landscape Before After",
                    "Url": "http://www.chromystic.com/blog/goncalofigueiredo/resource/img/post5_landscape.jpg",
                    "ClickUrl": "http://www.chromystic.com/blog/goncalofigueiredo/resource/img/post5_landscape.jpg",
                    "RefererUrl": "http://www.chromystic.com/blog/goncalofigueiredo/entry/there-is-still-a-chance",
                    "FileSize": 188108,
                    "FileFormat": "jpeg",
                    "Height": "332",
                    "Width": "500",
                    "Thumbnail": {
                        "Url": "http://thm-a01.yimg.com/nimage/dbb4f27647c5952e",
                        "Height": "96",
                        "Width": "145"
                    "Title": "Landscape thumb jpg",
                    "Summary": "In this tutorial you will learn how to create a fantasy landscape using some simple and easy techniques Create Smoke Effect on Grungy Wallpaper",
                    "Url": "http://ntt.cc/wp-content/uploads/2009/10/Landscape_thumb.jpg",
                    "ClickUrl": "http://ntt.cc/wp-content/uploads/2009/10/Landscape_thumb.jpg",
                    "RefererUrl": "http://ntt.cc/2009/10/16/30-excellent-high-quality-adobe-photoshop-tutorials-new.html",
                    "FileSize": 84377,
                    "FileFormat": "jpeg",
                    "Height": "569",
                    "Width": "484",
                    "Thumbnail": {
                        "Url": "http://thm-a02.yimg.com/nimage/7a3616914ed77cf4",
                        "Height": "145",
                        "Width": "123"
                    "Title": "landscape 1024 30 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1024-30.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1024-30.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-2.html?id=30",
                    "FileSize": 271155,
                    "FileFormat": "jpeg",
                    "Height": "768",
                    "Width": "1024",
                    "Thumbnail": {
                        "Url": "http://thm-a03.yimg.com/nimage/401d2cdfaab693a2",
                        "Height": "120",
                        "Width": "160"
                    "Title": "landscape 800 18 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-800-18.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-800-18.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-1.html?id=18",
                    "FileSize": 69120,
                    "FileFormat": "jpeg",
                    "Height": "600",
                    "Width": "800",
                    "Thumbnail": {
                        "Url": "http://thm-a04.yimg.com/nimage/cb5db7a20c94d0c8",
                        "Height": "116",
                        "Width": "155"
                    "Title": "landscape 1200 18 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1200-18.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1200-18.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-3.html?id=18",
                    "FileSize": 145920,
                    "FileFormat": "jpeg",
                    "Height": "900",
                    "Width": "1200",
                    "Thumbnail": {
                        "Url": "http://thm-a01.yimg.com/nimage/6e966655546f4d28",
                        "Height": "123",
                        "Width": "165"
                    "Title": "landscape 1200 13 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1200-13.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1200-13.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-3.html?id=13",
                    "FileSize": 280268,
                    "FileFormat": "jpeg",
                    "Height": "900",
                    "Width": "1200",
                    "Thumbnail": {
                        "Url": "http://thm-a02.yimg.com/nimage/2c7eb863b672ec92",
                        "Height": "123",
                        "Width": "165"
                    "Title": "landscape 800 35 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-800-35.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-800-35.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-1.html?id=35",
                    "FileSize": 101478,
                    "FileFormat": "jpeg",
                    "Height": "600",
                    "Width": "800",
                    "Thumbnail": {
                        "Url": "http://thm-a03.yimg.com/nimage/8efaed051155f5c4",
                        "Height": "116",
                        "Width": "155"
                    "Title": "landscape 1024 23 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1024-23.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1024-23.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-2.html?id=23",
                    "FileSize": 72704,
                    "FileFormat": "jpeg",
                    "Height": "768",
                    "Width": "1024",
                    "Thumbnail": {
                        "Url": "http://thm-a04.yimg.com/nimage/8e632c62ce6398a8",
                        "Height": "120",
                        "Width": "160"
                    "Title": "landscape 800 30 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-800-30.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-800-30.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-1.html?id=30",
                    "FileSize": 169164,
                    "FileFormat": "jpeg",
                    "Height": "600",
                    "Width": "800",
                    "Thumbnail": {
                        "Url": "http://thm-a01.yimg.com/nimage/7868fafbafeba600",
                        "Height": "116",
                        "Width": "155"
                    "Title": "landscape 1200 28 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1200-28.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1200-28.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-3.html?id=28",
                    "FileSize": 452096,
                    "FileFormat": "jpeg",
                    "Height": "900",
                    "Width": "1200",
                    "Thumbnail": {
                        "Url": "http://thm-a02.yimg.com/nimage/c42bc3d01efd78e2",
                        "Height": "123",
                        "Width": "165"
                    "Title": "landscape 1024 35 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1024-35.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1024-35.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-2.html?id=35",
                    "FileSize": 161382,
                    "FileFormat": "jpeg",
                    "Height": "768",
                    "Width": "1024",
                    "Thumbnail": {
                        "Url": "http://thm-a03.yimg.com/nimage/1852e4fc7a9aefa6",
                        "Height": "120",
                        "Width": "160"
                    "Title": "landscape 1024 31 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1024-31.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1024-31.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-2.html?id=31",
                    "FileSize": 364032,
                    "FileFormat": "jpeg",
                    "Height": "768",
                    "Width": "1024",
                    "Thumbnail": {
                        "Url": "http://thm-a04.yimg.com/nimage/0e613977e04c4882",
                        "Height": "120",
                        "Width": "160"
                    "Title": "landscape 1200 35 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1200-35.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1200-35.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-3.html?id=35",
                    "FileSize": 220979,
                    "FileFormat": "jpeg",
                    "Height": "900",
                    "Width": "1200",
                    "Thumbnail": {
                        "Url": "http://thm-a01.yimg.com/nimage/c5c69d3a273d0880",
                        "Height": "123",
                        "Width": "165"
                    "Title": "landscape 1200 27 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1200-27.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1200-27.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-3.html?id=27",
                    "FileSize": 384204,
                    "FileFormat": "jpeg",
                    "Height": "900",
                    "Width": "1200",
                    "Thumbnail": {
                        "Url": "http://thm-a02.yimg.com/nimage/04c55aa75582b4c2",
                        "Height": "123",
                        "Width": "165"
                    "Title": "landscape 1024 33 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1024-33.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1024-33.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-2.html?id=33",
                    "FileSize": 349491,
                    "FileFormat": "jpeg",
                    "Height": "768",
                    "Width": "1024",
                    "Thumbnail": {
                        "Url": "http://thm-a03.yimg.com/nimage/81646c732fd68452",
                        "Height": "120",
                        "Width": "160"
                    "Title": "landscape 1024 26 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1024-26.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-1024-26.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-2.html?id=26",
                    "FileSize": 297062,
                    "FileFormat": "jpeg",
                    "Height": "768",
                    "Width": "1024",
                    "Thumbnail": {
                        "Url": "http://thm-a04.yimg.com/nimage/60c7e1a5b87dca0a",
                        "Height": "120",
                        "Width": "160"
                    "Title": "landscapeStream jpg",
                    "Summary": "pastoral painting in gold frame hollyhock painting rose painting in gold frame Madonna and child oil on canvas as is landscape with stream large European scene painting and much more",
                    "Url": "http://www.coylesauction.com/img/img2009/img033109/landscapeStream.jpg",
                    "ClickUrl": "http://www.coylesauction.com/img/img2009/img033109/landscapeStream.jpg",
                    "RefererUrl": "http://www.coylesauction.com/AucPreview/AP2009/ap033109.htm",
                    "FileSize": 49459,
                    "FileFormat": "jpeg",
                    "Height": "344",
                    "Width": "450",
                    "Thumbnail": {
                        "Url": "http://thm-a01.yimg.com/nimage/934090dff7521230",
                        "Height": "107",
                        "Width": "140"
                    "Title": "DCWP 406 038 Landscape Picture jpg",
                    "Summary": "Landscape Picture 1 I took this landscape picture from a speed boat on the Okavango Delta late one afternoon It shows one of the channels in the Okavango Delta when it is in full flow The delta is one of the",
                    "Url": "http://www.africa-nature-photography.com/images/DCWP_406_038-Landscape-Picture.jpg",
                    "ClickUrl": "http://www.africa-nature-photography.com/images/DCWP_406_038-Landscape-Picture.jpg",
                    "RefererUrl": "http://www.africa-nature-photography.com/landscape-picture.html",
                    "FileSize": 60211,
                    "FileFormat": "jpeg",
                    "Height": "322",
                    "Width": "480",
                    "Thumbnail": {
                        "Url": "http://thm-a02.yimg.com/nimage/b524a62e8458d358",
                        "Height": "93",
                        "Width": "140"
                    "Title": "DCWP 406 019 Landscape Picture jpg",
                    "Summary": "Landscape Picture 7 This landscape picture of moring mist over the Kavango River in Namibia was taken just after sunrise one morning Our tent was less that ten metres from where I stood We were camping at",
                    "Url": "http://www.africa-nature-photography.com/images/DCWP_406_019-Landscape-Picture.jpg",
                    "ClickUrl": "http://www.africa-nature-photography.com/images/DCWP_406_019-Landscape-Picture.jpg",
                    "RefererUrl": "http://www.africa-nature-photography.com/landscape-picture-7.html",
                    "FileSize": 83558,
                    "FileFormat": "jpeg",
                    "Height": "322",
                    "Width": "480",
                    "Thumbnail": {
                        "Url": "http://thm-a03.yimg.com/nimage/27ef2bd37acfbb80",
                        "Height": "93",
                        "Width": "140"
                    "Title": "DCWP 506 023 Landscape Picture jpg",
                    "Summary": "Landscape Picture 5 The large Leadwood trees in this landscape picture are what caught my eye They are quite prevalent in the Moremi Game Reserve of Botswana escpecially near the North Gate campsite where",
                    "Url": "http://www.africa-nature-photography.com/images/DCWP_506_023-Landscape-Picture.jpg",
                    "ClickUrl": "http://www.africa-nature-photography.com/images/DCWP_506_023-Landscape-Picture.jpg",
                    "RefererUrl": "http://www.africa-nature-photography.com/landscape-picture-5.html",
                    "FileSize": 99532,
                    "FileFormat": "jpeg",
                    "Height": "322",
                    "Width": "480",
                    "Thumbnail": {
                        "Url": "http://thm-a04.yimg.com/nimage/17c1a79f67065d90",
                        "Height": "93",
                        "Width": "140"
                    "Title": "DCWP 506 024 Landscape Picture jpg",
                    "Summary": "Landscape Picture 6 The large Leadwood tree in this landscape picture is what caught my eye They are quite prevalent in the Moremi Game Reserve of Botswana escpecially near the North Gate campsite where this",
                    "Url": "http://www.africa-nature-photography.com/images/DCWP_506_024-Landscape-Picture.jpg",
                    "ClickUrl": "http://www.africa-nature-photography.com/images/DCWP_506_024-Landscape-Picture.jpg",
                    "RefererUrl": "http://www.africa-nature-photography.com/landscape-picture-6.html",
                    "FileSize": 93286,
                    "FileFormat": "jpeg",
                    "Height": "480",
                    "Width": "322",
                    "Thumbnail": {
                        "Url": "http://thm-a01.yimg.com/nimage/5b363b95bb9168b2",
                        "Height": "140",
                        "Width": "93"
                    "Title": "DCWP 506 005 Landscape Picture jpg",
                    "Summary": "Landscape Picture 4 I took this landscape picture depicting a large Baobab tree on Kubu Island on the Makgadikgadi Pans Botswana during June 2005 A picture utilising good light is always always better than",
                    "Url": "http://www.africa-nature-photography.com/images/DCWP_506_005-Landscape-Picture.jpg",
                    "ClickUrl": "http://www.africa-nature-photography.com/images/DCWP_506_005-Landscape-Picture.jpg",
                    "RefererUrl": "http://www.africa-nature-photography.com/landscape-picture-4.html",
                    "FileSize": 84172,
                    "FileFormat": "jpeg",
                    "Height": "322",
                    "Width": "480",
                    "Thumbnail": {
                        "Url": "http://thm-a02.yimg.com/nimage/5477f6c511630438",
                        "Height": "93",
                        "Width": "140"
                    "Title": "DCWP 410 001 Landscape Picture jpg",
                    "Summary": "Landscape Picture 2 I took this landscape picture near Grabouw on my way to the De Hoop Nature Reserve in South Africa s Western Cape I just had to stop for it Cloud formations in this part of the country can",
                    "Url": "http://www.africa-nature-photography.com/images/DCWP_410_001-Landscape-Picture.jpg",
                    "ClickUrl": "http://www.africa-nature-photography.com/images/DCWP_410_001-Landscape-Picture.jpg",
                    "RefererUrl": "http://www.africa-nature-photography.com/landscape-picture-2.html",
                    "FileSize": 77414,
                    "FileFormat": "jpeg",
                    "Height": "322",
                    "Width": "480",
                    "Thumbnail": {
                        "Url": "http://thm-a03.yimg.com/nimage/4f07caae67d26392",
                        "Height": "93",
                        "Width": "140"
                    "Title": "about landscape yard jpg",
                    "Summary": "philosophy is that the final scaled landscape plan you receive should convey your landscape ideas in a road map that will be used to transform your house and yard into your home After our design meets your expectations we will submit our bid prices to implement the design and work on packaging and phasing options We use the same bidding process whether",
                    "Url": "http://www.envconst.com/Images/about_landscape_yard.jpg",
                    "ClickUrl": "http://www.envconst.com/Images/about_landscape_yard.jpg",
                    "RefererUrl": "http://www.envconst.com/about/landscape",
                    "FileSize": 39116,
                    "FileFormat": "jpeg",
                    "Height": "315",
                    "Width": "485",
                    "Thumbnail": {
                        "Url": "http://thm-a04.yimg.com/nimage/07706b565b3f956a",
                        "Height": "94",
                        "Width": "145"
                    "Title": "landscape02 JPG",
                    "Summary": "and Monet landscapes but with an Impressionistic approach I still want to re do the water reflections from the buildings and light but for now this will have to do Landscape Landscape close up Another example of the Virtual 3 D work I have been doing is",
                    "Url": "http://www.dustinhetrick.com/art/landscape02.JPG",
                    "ClickUrl": "http://www.dustinhetrick.com/art/landscape02.JPG",
                    "RefererUrl": "http://www.dustinhetrick.com/art.htm",
                    "FileSize": 475136,
                    "FileFormat": "jpeg",
                    "Height": "960",
                    "Width": "1280",
                    "Thumbnail": {
                        "Url": "http://thm-a02.yimg.com/nimage/99ff10027365797a",
                        "Height": "123",
                        "Width": "165"
                    "Title": "landscape 800 2 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-800-2.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-800-2.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-1.html?id=2",
                    "FileSize": 42291,
                    "FileFormat": "jpeg",
                    "Height": "600",
                    "Width": "800",
                    "Thumbnail": {
                        "Url": "http://thm-a03.yimg.com/nimage/0609a5f1103b8ee4",
                        "Height": "116",
                        "Width": "155"
                    "Title": "landscape 800 1 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-800-1.jpg",
                    "ClickUrl": "http://www.digital-cameras-help.com/landscapes/landscape-800-1.jpg",
                    "RefererUrl": "http://www.digital-cameras-help.com/wallpaper-landscape-1.html?id=1",
                    "FileSize": 129843,
                    "FileFormat": "jpeg",
                    "Height": "600",
                    "Width": "800",
                    "Thumbnail": {
                        "Url": "http://thm-a04.yimg.com/nimage/755ad7377c2f381c",
                        "Height": "116",
                        "Width": "155"
                    "Title": "landscape 1024 9 jpg",
                    "Summary": "",
                    "Url": "http://www.digital-cameras-help.com/landscapes/landscape-1024-9.jpg",
      

    Hi,
    Thank you for reporting this. The internal bug number for the issue is #2740755. The issue is currently under review and will be investigated by one of AIR team members.
    Regards,
    Catalin

  • Microsoft Silverlight and Adobe AIR

    I ran across this by being curious but I have installed on my system the Microsoft Silverlight Plugin and the Adobe AIR plugin...
    I am curious as to when and/or how these two plugins can be integrated into the Safari browser...
    I know for definite that Silverlight is not working and I am not for sure about Adobe AIR at this time.

    Well the Silverlight plugin from what my understanding of what it is..
    Is supposed to be something like flash. You can develop applications and stream them over the internet for various media types. If you go back to the Silverlight Website ( http://www.microsoft.com/silverlight/ ) the beginning animation that is on the page is running using Silverlight. Currently you cannot view it with Safari. It shows as though it is installed but shows nothing in the browser, so you will have to use one of the other browsers you have. I have seen it in use inside Gadgets for the Sidebar for Microsoft Windows, several examples on the website, and some websites are starting to use it and will enable the plugin if it is installed. Microsoft Expression Studio V1 now has the capability to develop with it as well.
    Adobe AIR is pretty much the same thing, ( http://www.adobe.com/products/air/ ) Like Silverlight and Flash, it enables applications and streaming of files over the internet. A good example of it in use is the Finetune Desktop. ( http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us& extid=1282522 ) This is actually an application that uses AdobeAIR inside the program... It actually installs using AdobeAIR and runs seamlessly. I have been quite impressed by it. There are several examples of this on the main site itself.
    Both are supposed to be cross platform and browser compatible, using new technologies to offer better resource usage, a higher quality of end-user experience, as well as many improved features for Businesses.
    You will probably begin to see more and more websites using the two to build applications as the year passes. Probably even more widely used in 2009.

  • Can't Uninstall Adobe AIR

    I downloaded and installed Adobe AIR and then tried to install Tweetdeck but I get an error message.
    Error:
    "This application requires a version of Adobe AIR which cannot be found. Please download the latest version of the runtime from http
    ://www.adobe.com/go/getair, or contact the application author for an updated version."
    Version is 2.0.3.13070
    So I tried to uninstall Adobe AIR from add/remove programs in control panel but I get the same error.
    Error:
    "This application requires a version of Adobe AIR which cannot be found. Please download the latest version of the runtime from http
    ://www.adobe.com/go/getair, or contact the application author for an updated version."

    I am seeing the same problem on my machine.  Here are the last two entries in the log file...
    [2012-02-26:19:51:09] Commandline is: -arp:uninstall
    [2012-02-26:19:51:09] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2012-02-26:19:51:09] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/setup.swf" errorID=0]
    [2012-02-26:19:12:19] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2012-02-26:19:12:19] Commandline is: -arp:uninstall
    [2012-02-26:19:12:19] Installed runtime (3.1.0.4880) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2012-02-26:19:12:19] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="app:/setup.swf" errorID=0]
    I don't know if these will indicate the problem as both times the program was exited manually when it didn't seem to be doing anything after 15 minutes.  The uninstall was not using any CPU cycles and is not using the hard drive. 
    This computer is running Vista SP2.  We were running Mcaffe which was disabled at the time... as best I could.  Mcaffe is not gone and SuperAntiSpyware is running so I'll try it again.   Any suggestions?

  • Adobe air exe to ios app - the process?

    Hi,
    I am new to app development. I am wanting to know what is possible and my cheapest option in creating an app for IOS from windows.
    The app I am creating is a technical publication wanting to be displayed on anipad.
    I have an adobe Air version exe published from robohelp/ framemaker. Is there a way to turn my adobe air application into a IOS App?
    If not, what are my other options to get a tech pubs document as a IOS App? I would like to use ideally windows adobe products for the creation of it.
    Thanks

    Ye that Merapi definitely seems interesting but it's the Java chops part that I think I'll fall down lol
    I've also asked on a java forum if anyone with experience of using Flex in Conjunction with Java can create the function that I'm after but my topic has been ignored like the ugly girl at the prom.
    I've never heard of a socket server. Would they be required to be installed on each machine that the interface is installed on?
    I'll definitely look into it. Thanks a lot mate.

  • Adobe Air Skin Customization ...

    Hello all,
    I am after some advice and am hoping, the fine people here can help me, I am struggling to find an answer!  Essentially, I am looking to customize the standard skins of the Adobe Air ouput generated by RoboHelp 8.  Similar threads didn't come up with any definitive answers, these can be found here and here.
    Is it possible?
    Thanks in advance for your help, it's most appreciated.
    Regards,
    Alex.

    Hi Peter,
    Thanks for moving the thread and for your reply.
    I fully expected developer involvement (I have one lined up) but I couldn't find any clear guidance on how a developer goes about this?!?  The developers in question have experience with Adobe Air applications in general but not with those applications created in RoboHelp 8.  Could the RoboHelp 8 output be imported into Flex for example?
    Thanks again for your help,
    Regards,
    Alex.

  • Help removing Adobe Air

    I made the mistake of trying to install the BBC Iplayer desktop from bbc iplayer website for those that know of it as something seem sto have gone wrong with the install and caused adobe air to act all mental on me and now each time i visit the bbc iplayer website i get the message
    "this application requires a version of adobe air which cannot be found, please download the latest version from....."
    I also get that message if i try to unistall adobe air.
    I googled this and seen that its a big issue with adobe air, tried all the fixes, the comman prompt tip but nothing works
    i got the following from my log
    [2011-05-20:19:35:01] Runtime Installer end with exit code 5
    [2011-05-30:12:00:23] Runtime Installer begin with version 2.6.0.19140 on Windows XP x86
    [2011-05-30:12:00:23] Commandline is:
    [2011-05-30:12:00:23] No installed runtime detected
    [2011-05-30:12:00:30] Starting runtime install. Installing runtime version 2.6.0.19140
    [2011-05-30:12:00:30] Reinstalling c:\docume~1\john\locals~1\temp\air1239.tmp\setup.msi
    [2011-05-30:12:00:48] Got an unexpected fatal error while quitting: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception TypeError: Error #1009" errorID=1009]
    [2011-05-30:12:00:48] Runtime Installer end with exit code 5
    can anyone help or suggest what I do as I do enjoy using the bbc iplayer website and this has become a major annoyance.

    I have exactly the same error now. Don't know why all of a sudden this appears:
    [2011-09-21:13:29:55] Runtime Installer begin with version 2.7.1.19610 on Windows XP x86
    [2011-09-21:13:29:55] Commandline is:
    [2011-09-21:13:29:55] No installed runtime detected
    [2011-09-21:13:29:57] Starting runtime install. Installing runtime version 2.7.1.19610
    [2011-09-21:13:29:57] Installing msi at d:\temp\windows\aircb.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}
    [2011-09-21:13:30:05] Got an unexpected fatal error while quitting: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception TypeError: Error #1009" errorID=1009]
    [2011-09-21:13:30:05] Runtime Installer end with exit code 5
    Tried unisntalling and re-isntalling when I got a "please re-isntall air"-kin-of-message when trsying to isntall air-files. Did you find any solutions to your problem that might help me?

Maybe you are looking for

  • Unable to re-read file created with scanner

    Hello, I've made a combinated document in PDF with scanning of 4 documentd and save-it on the cloud ( dropbox). My installation is in french. I would like to  simply read my document with adobe acrobat pro 9 and here is the message instead of opening

  • Xserve / internal RAID card / Battery Failed (code 0x#0 = 18)

    Hi, RAID utility is reporting a battery problem. I have rebooted xserve once, the problem went away, the battery was charged but now I have the problem again. The result is a disabled write cache, which reduces performance. Changing the battery is qu

  • Preview mobile content with Adobe Device Central and Dreamweaver

    This question was posted in response to the following article: http://help.adobe.com/en_US/devicecentral/cs/using/WS3AD277B6-1F48-4d7c-AE6C-C6C3BB875BB9_ adc2.0.html

  • Playlist display on ipod

    I use my ipod to store music for a dance class, therefore under album name I've listed the name of the dance instead. Would like to be able to set up a playlist for each class for the week, but prefer to see the album (dance name) displayed than the

  • Photoshop Elements Organizer 10 backup freezes at 49%.

    I have a large collection (~80,000) photos.  I have been trying (unsuccessfully) for a week to back up my collection.  Every time it freezes at 49%.  I did all the steps here: http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-catalog-backup-c