Flash CS6 hangs on document load/creation.

     I can start Flash Ok, but as soon as I select a document to open, or create a new document, Flash just hangs indefinitely.
I’m running windows 8.1 on a Bootcamp partition of a Mac Book Pro. I work in development so there maybe a conflict with one of the SDK packages I’m using But I have no way of knowing for sure.
I have uninstalled all java SDKs but to no avail. I should also mention this does not happen with Flash CC.
Any ideas would be very helpful, as I’ve already spent about a day to trying to trouble shoot this.

reset your preferences by holding down shift-ctrl-alt while starting flash.  you'll see a confirmation dialog if done correctly.
if resetting the preferences fails, uninstall, clean and reinstall per Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
if you need to manually reset the flash preferences, Re-create preferences

Similar Messages

  • Bug - Flash CS6 Help does not load

    Fresh install of WIndows 7 (32-bit). Fresh install of Flash CS6 trial. Click Help > Flash Help and nothing happens. Help does not load. Browser never opens. Nothing happens. Same with Help > Flash Support Center. Also installed Photoshop CS6 trial and that Help system does load (opens browser to online help page). Flash CS6 Help is completely dead. Anyone else experiencing this? Or better yet - how to fix it?

    Hi Lorenzo,
    What locale are you trying to install Flash Pro CS6 (and hence, the Help update) on?
    Also, could you please send us your error log?
    Depending on your platform, it is found at the following locations:
    Win: Program Files\Common files\Adobe\Installers or \Documents and Settings\<user>\Local Settings\ApplicationData\Adobe\AAMUpdater\1.0\
    Mac: /Library/Logs/Adobe/Installers or ~/ Library/ApplicationSupport/Adobe/AAMUpdater/1.0/
    Regards,
    Suhas Yogin

  • Flash CS6 hangs when trying to publish or export

    Hey,
    With a Uni deadline looming I'm hoping someone can help with this. I am trying to Publish or Export a file to .swf format and when I select either Publish or Export Flash just hangs and I get the spinning beach ball of death. I am on an iMac running Mountain Lion and this is brand new installation of CS6 (this week).
    If you need any more information from me to solve this issue please let me know.
    Thanks

    Are you on a Mac? Your post is almost identical to this one:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1206154&highlight_key=y&keyword1=crashes

  • Flash CS6 cannot save document

    I am posting a new discussion of this since I couldn't find an answer for this for a Windows computer. I am using Windows 8.1 and Flash CS6 using the Creative Cloud Application.
    Whenever I try to save a .fla document it gives an error saying it "cannot save the document as [filename] try changing the filename or file location".
    I do work over a network but have been saving the file to my desktop and moving it back to my network file when I'm done editing it. But now its happening even with local files on my desktop. Is anyone else having this issue or found a fix? 

    Hey mediachic,
      We have done a lot of troubleshooting for this issue and with NO help from Adobe support what so ever. They just keep repeating that they don't support individual networks and advise not to open or modify files over a network as it may/will cause corrupted files and not allow you to save. Try having them save the file to a local drive or flash drive and work on the project from there. So far this is the only work around that we have found for this but it is not bulletproof. We still have some users that are crashing in flash just not as often. Also, make sure there are no pending updates for Flash if there are update Flash and reboot. Hope that helps. Best of luck!

  • Export quicktime movie from Flash CS6 hangs

    I am trying to export a very short flash animation as a quicktime video from Flash CS6 but when the "Recording Flash Content" progress bar gets to the end nothing happens. I am able to click cancel and the x but nothing has been created for me.
    If I wait long enough I get the error message "The export operation failed because it ran out of memmory" How can I fix this?

    Hi Tomlijagogo,
    Can you try the solutions in this post? Flash CS6, QuickTime: The export operation failed because it ran out of memory.
    Thanks,
    Preran

  • Flash CS6; AS3: How to load image from a link on one frame and addChild(image) on other?

    How can I addChild outside the frame of images loader function? When I try to addChild on the other frame of the same loader, I get an error.
    I need to download all my 10 images only ONE TIME and place it on the screen in the other frames (to the same movie Clip).
    Also I can only play this as3 coded frame once. I know how to add an array of images, but I only need to understand how to do it with one image.
    Here is my loader for one image..
       var shirt1 = String("https://static.topsport.lt/sites/all/themes/topsport2/files/images/marskineliai_png/215.pn g");
       var img1Request:URLRequest = new URLRequest(shirt1);
       var img1Loader:Loader = new Loader();
       img1Loader.load(img1Request);
       myMovieClip.removeChildAt(0);
       myMovieClip.addChild(img1Loader);

    Symbol 'Spinner', Layer 'AS', Frame 2, Line 1
    1120: Access of undefined property img1Loader.
    [FRAME1]
    import flash.display.Sprite;
    import flash.events.Event;
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    import flash.events.*;
    import flash.net.URLRequestHeader;
    import flash.net.URLRequestMethod;
    import flash.net.URLVariables;
    import flash.events.SecurityErrorEvent;
    function init(e:Event = null):void
        removeEventListener(Event.ADDED_TO_STAGE, init);
        var loader:URLLoader = new URLLoader();
        var request:URLRequest = new URLRequest("http://www.topsport.lt/front/Odds/affiliate/delfi");
      var acceptHeader:URLRequestHeader = new URLRequestHeader("Accept", "application/json");
      request.requestHeaders.push(acceptHeader);
      request.method = URLRequestMethod.POST;
        //request.url = _jsonPath;
        loader.addEventListener(Event.COMPLETE, onLoaderComplete);
      //loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
        loader.load(request);
      try {
                    loader.load(request);
                } catch (error:Error) {
                    trace("Unable to load requested document.");
    init();
    function onLoaderComplete(e:Event):void
        var loader:URLLoader = URLLoader(e.target);
        var jsonObject:Object = JSON.parse(loader.data);
      var marsk1 = String("https://static.topsport.lt/sites/all/themes/topsport2/files/images/marskineliai_png/215.pn g");
      var img1Request:URLRequest = new URLRequest(marsk1);
      var img1Loader:Loader = new Loader();
      img1Loader.load(img1Request);
      _2.removeChildAt(0);
      if(_2 != null)
      _2.smoothing = true;
      //    the addChild which works when on frame one
      //_2.addChild(img1Loader);
    [FRAME2]
      _2.addChild(img1Loader);
    p.s. I removed the unnecessary code like other movieClips. It works then addChild function is on frame one.
    I'm kind of new to as3. I started using it this month so sorry if it's the obvious mistake.
    How to make flash recognize the loader?

  • Error importing external files in flash cs6

    I am getting this error message when I try to import image files into my flash CS6 animation: "Unable to load external importer C:\Program Files\Adobe\Adobe Flash CS6\es_ES\Configuration\Importers\PhotoshopReader.dll". I am using Windows XP SP3.
    Thanks.

    The file was in the directory. We finally solved it by installing SP3 again.
    Thanks,

  • Adobe Extension Manager CS6 still hangs trying to load the extensions after recommendations

    I'm having some issues with My Adobe Extension Manager on CS6 (Windows 7 computer).
    The things I've tried so far are:
    Uninstalling it and re-installing
    Downloading and installing the patch that was mentioned on this forum
    Removing all of the MX files and pasting them in a separate folder
    None of which have been successful. I have created a log file as mentioned on these forums. I'd be grateful if anyone can recommend what the cause might be?
    Just a note my user name doesn't have any apostrophe's in it.
    Thanks:
    4/19/2013 10:53:12.770 [INFO] com.adobe.exman.controller.PassiveGatewayPrepCommand execute(), PassiveGatewayPrepCommand is executed.
    4/19/2013 10:53:12.776 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway registerAirInterfaces
    4/19/2013 10:53:12.777 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway sendCallBackReady(), available==true
    4/19/2013 10:53:12.778 [INFO] com.adobe.exman.controller.ModelPrepCommand ModelPrepCommand command finished.
    4/19/2013 10:53:12.780 [INFO] com.adobe.exman.model.ExManConfigurationProxy ExManConfigurationProxy(), zstringPath is: C:\Program Files (x86)\Adobe\Adobe Extension Manager CS6\ZStringResources
    4/19/2013 10:53:12.781 [INFO] com.adobe.exman.model.ExManConfigurationProxy initLocaleList(), the locale list is: en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_BR ,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.783 [INFO] com.adobe.exman.view.ExManApp ExManApp(), instance is constructed.
    4/19/2013 10:53:12.802 [DEBUG] com.adobe.exman.util.ExManVulcan ExManVulcan: ctor...
    4/19/2013 10:53:12.806 [DEBUG] com.adobe.exman.util.ExManVulcan ExManVulcan, vulcanSetup
    4/19/2013 10:53:12.821 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airGetLocaleList Message:-1,airGetLocaleList
    4/19/2013 10:53:12.821 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirGetLocaleList(), sessionId== -1
    4/19/2013 10:53:12.821 [INFO] com.adobe.exman.controller.passivecommand.GetLocaleListCommand execute(), sessionId= -1
    4/19/2013 10:53:12.822 [INFO] com.adobe.exman.controller.passivecommand.GetLocaleListCommand execute(), the locale list is: en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_BR ,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.822 [INFO] com.adobe.exman.controller.passivecommand.RespondPassiveExternalGatewayCommand execute(), parameter: sessionId to respond: -1parameters to respond: en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,nb_NO,nl_NL,pl_PL,pt_BR ,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.823 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway giveResponseToExternal(), the args to external interface is: externalCallBack,-1,0,en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,n b_NO,nl_NL,pl_PL,pt_BR,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.823 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-1,0,en_US,da_DK,de_DE,cs_CZ,es_ES,fi_FI,fr_FR,hu_HU,it_IT,ja_JP,ko_KR,n b_NO,nl_NL,pl_PL,pt_BR,ru_RU,sv_SE,tr_TR,uk_UA,zh_CN,zh_TW
    4/19/2013 10:53:12.840 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airSetLocale Message:-2,airSetLocale,en_US
    4/19/2013 10:53:12.841 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirSetLocale(), sessionId=-2args=en_US
    4/19/2013 10:53:12.841 [INFO] com.adobe.exman.model.ExManConfigurationProxy defaultOSLocale(), set to: en_US
    4/19/2013 10:53:12.846 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: SET_LOCAL
    notification body: en_US
    4/19/2013 10:53:12.846 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    4/19/2013 10:53:12.846 [DEBUG] com.adobe.exman.view.ExManApp SET_LOCAL
    4/19/2013 10:53:12.846 [INFO] com.adobe.exman.view.ExManApp handleNotification(), locale= en_US
    4/19/2013 10:53:12.848 [INFO] com.adobe.exman.controller.LoadUIPreferencesCommand execute(), LoadUIPreferencesCommand is executed.
    4/19/2013 10:53:12.850 [INFO] com.adobe.exman.view.ExManApp handleNotification(), got notification: LOAD_UI_PREFERENCES_DONE
    notification body: [object UIPreferences]
    4/19/2013 10:53:12.850 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    4/19/2013 10:53:12.850 [DEBUG] com.adobe.exman.view.ExManApp LOAD_UI_PREFERENCES_DONE
    4/19/2013 10:53:12.850 [INFO] com.adobe.exman.controller.SetWindowPreferencesCommand execute(), SetWindowPreferencesCommand is executed.
    4/19/2013 10:53:12.851 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----
    4/19/2013 10:53:12.852 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ExternalGateway()
    4/19/2013 10:53:12.852 [INFO] com.adobe.exman.controller.gateway.ExternalGateway resetExternalInterface()
    4/19/2013 10:53:12.852 [INFO] com.adobe.exman.controller.gateway.ExternalGateway resetExternalInterface(), airCallBack added.
    4/19/2013 10:53:12.852 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 0----
    4/19/2013 10:53:12.853 [INFO] com.adobe.exman.controller.gateway.ExternalGateway setWindowPreferences(), sessionId= 0, windowPosition_x= 100, windowPosition_y= 100, windowWidth= 810, windowHeight= 600
    4/19/2013 10:53:12.861 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message0,0
    4/19/2013 10:53:12.862 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 0
    responseType= 0
    responseBody=
    4/19/2013 10:53:12.862 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::SetWindowPreferencesSession got parameters in handleResponse:
    responseType= 0
    4/19/2013 10:53:12.862 [DEBUG] com.adobe.exman.view.ExManApp @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    4/19/2013 10:53:12.862 [DEBUG] com.adobe.exman.view.ExManApp NOTIF_SET_WINDOW_PREFERENCES_SUCCEED
    4/19/2013 10:53:12.863 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now:
    4/19/2013 10:53:12.884 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange()
    4/19/2013 10:53:12.884 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth()
    4/19/2013 10:53:12.885 [INFO] com.adobe.exman.view.widget.ExManDataGridColumn adjustColumnWidth(), width of column [OnOff] set to: 73
    4/19/2013 10:53:12.886 [INFO] com.adobe.exman.ExManGUI onColumnAssociateChange(), width of column [0] is changed to: 73
    4/19/2013 10:53:12.899 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-3,airParseXML,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.900 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-3got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\XManConfig.xml
    4/19/2013 10:53:12.900 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.901 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Illustrator%20CS6/Support%20Files/Conten ts/Windows/Configuration/XManConfig.xml
    4/19/2013 10:53:12.901 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.902 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Illustrator%20CS6/Support%20Files/Conten ts/Windows/Configuration/XManConfig.xml
    4/19/2013 10:53:12.918 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-3,0,$illustrator,$InstallFolder/../../..,$plugin,$InstallFolder/../../. ./Plug-ins,$scripting,$InstallFolder/../../../Scripting,$presets,$InstallFolder/../../../P resets,DisplayName,Illustrator CS6 32,ProductName,Illustrator32,FamilyName,Illustrator,ProductVersion,16.0,HostNameForCSXS,I LST,IconPath,Configuration/ai_app_24px.png,SupportedInSuite,CS6,DefaultLocale,en_US,Bit,32
    4/19/2013 10:53:12.918 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-3,0,$illustrator,$InstallFolder/../../..,$plugin,$InstallFolder/../../. ./Plug-ins,$scripting,$InstallFolder/../../../Scripting,$presets,$InstallFolder/../../../P resets,DisplayName,Illustrator CS6 32,ProductName,Illustrator32,FamilyName,Illustrator,ProductVersion,16.0,HostNameForCSXS,I LST,IconPath,Configuration/ai_app_24px.png,SupportedInSuite,CS6,DefaultLocale,en_US,Bit,32
    4/19/2013 10:53:12.925 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-4,airParseXML,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.925 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-4got xml String to parse: C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\XManConfig.xml
    4/19/2013 10:53:12.926 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.926 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files/Adobe/Adobe%20Illustrator%20CS6%20(64%20Bit)/Support%20Files/C ontents/Windows/Configuration/XManConfig.xml
    4/19/2013 10:53:12.926 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.926 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files/Adobe/Adobe%20Illustrator%20CS6%20(64%20Bit)/Support%20Files/C ontents/Windows/Configuration/XManConfig.xml
    4/19/2013 10:53:12.938 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-4,0,$illustrator,$InstallFolder/../../..,$plugin,$InstallFolder/../../. ./Plug-ins,$scripting,$InstallFolder/../../../Scripting,$presets,$InstallFolder/../../../P resets,DisplayName,Illustrator CS6 64,ProductName,Illustrator64,FamilyName,Illustrator,ProductVersion,16.0,HostNameForCSXS,I LST,IconPath,Configuration/ai_app_24px.png,SupportedInSuite,CS6,DefaultLocale,en_US,Bit,64
    4/19/2013 10:53:12.938 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-4,0,$illustrator,$InstallFolder/../../..,$plugin,$InstallFolder/../../. ./Plug-ins,$scripting,$InstallFolder/../../../Scripting,$presets,$InstallFolder/../../../P resets,DisplayName,Illustrator CS6 64,ProductName,Illustrator64,FamilyName,Illustrator,ProductVersion,16.0,HostNameForCSXS,I LST,IconPath,Configuration/ai_app_24px.png,SupportedInSuite,CS6,DefaultLocale,en_US,Bit,64
    4/19/2013 10:53:12.943 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-5,airParseXML,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.944 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-5got xml String to parse: C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\XManConfig.xml
    4/19/2013 10:53:12.944 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.944 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20InDesign%20CS6/Configuration/XManConfig. xml
    4/19/2013 10:53:12.944 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.945 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20InDesign%20CS6/Configuration/XManConfig. xml
    4/19/2013 10:53:12.957 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-5,0,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Adobe/Adobe InDesign CS6,DisplayName,InDesign CS6,GlobalProductName,Adobe InDesign CS6,ProductName,InDesign,ProductVersion,8.0,HostNameForCSXS,IDSN,IconPath,Configuration/I con.png,SupportedInSuite,CS6,DefaultLocale,en_GB,NeedLockableExtension,true,ShowInstalledF iles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_GB/Extensions,PluginConfigFile,$UserDataFolder/Adobe/InDesign/Version 8.0/en_GB/PlugInConfig.txt
    4/19/2013 10:53:12.958 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-5,0,$indesign,$InstallFolder,$indesign_user,$UserDataFolder/Adobe/Adobe InDesign CS6,DisplayName,InDesign CS6,GlobalProductName,Adobe InDesign CS6,ProductName,InDesign,ProductVersion,8.0,HostNameForCSXS,IDSN,IconPath,Configuration/I con.png,SupportedInSuite,CS6,DefaultLocale,en_GB,NeedLockableExtension,true,ShowInstalledF iles,true,Bit,32,PreExtensionFolder,$SharedCommonDataFolder/Adobe/InDesign/Version 8.0/en_GB/Extensions,PluginConfigFile,$UserDataFolder/Adobe/InDesign/Version 8.0/en_GB/PlugInConfig.txt
    4/19/2013 10:53:12.963 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-6,airParseXML,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.963 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-6got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\XManConfig.xml
    4/19/2013 10:53:12.963 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.964 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Photoshop%20CS6/Configuration/XManConfig .xml
    4/19/2013 10:53:12.964 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.964 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Photoshop%20CS6/Configuration/XManConfig .xml
    4/19/2013 10:53:12.977 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-6,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Win,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS6/Configuration,DisplayName,Photoshop CS6 32,ProductName,Photoshop32,FamilyName,Photoshop,ProductVersion,13.0,IconPath,Configuratio n/PS_exman_24px.png,SupportedInSuite,CS6,HostNameForCSXS,PHSP,Bit,32
    4/19/2013 10:53:12.978 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-6,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Win,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS6/Configuration,DisplayName,Photoshop CS6 32,ProductName,Photoshop32,FamilyName,Photoshop,ProductVersion,13.0,IconPath,Configuratio n/PS_exman_24px.png,SupportedInSuite,CS6,HostNameForCSXS,PHSP,Bit,32
    4/19/2013 10:53:12.990 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-7,airParseXML,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:12.990 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-7got xml String to parse: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\XManConfig.xml
    4/19/2013 10:53:12.991 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:12.991 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files/Adobe/Adobe%20Photoshop%20CS6%20(64%20Bit)/Configuration/XManC onfig.xml
    4/19/2013 10:53:12.991 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:12.991 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files/Adobe/Adobe%20Photoshop%20CS6%20(64%20Bit)/Configuration/XManC onfig.xml
    4/19/2013 10:53:13.020 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-7,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Win,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS6/Configuration,DisplayName,Photoshop CS6 64,ProductName,Photoshop64,FamilyName,Photoshop,ProductVersion,13.0,IconPath,Configuratio n/PS_exman_24px.png,SupportedInSuite,CS6,HostNameForCSXS,PHSP,Bit,64
    4/19/2013 10:53:13.021 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-7,0,EmStorePath,$SharedRibsDataFolder/Adobe/Extension Manager,$photoshopappfolder,$installfolder,$pluginsfolder,$photoshopappfolder/Plug-Ins,$p resetsfolder,$photoshopappfolder/Presets,$platform,Win,$actions,$presetsfolder/Actions,$bl ackandwhite,$presetsfolder/Black and White,$brushes,$presetsfolder/Brushes,$channelmixer,$presetsfolder/Channel Mixer,$colorbooks,$presetsfolder/Color Books,$colorrange,$presetsfolder/Color Range,$colorswatches,$presetsfolder/Color Swatches,$contours,$presetsfolder/Contours,$curves,$presetsfolder/Curves,$customshapes,$p resetsfolder/Custom Shapes,$duotones,$presetsfolder/Duotones,$exposure,$presetsfolder/Exposure,$gradients,$pr esetsfolder/Gradients,$huesat,$presetsfolder/Hue Sat,$imagestatistics,$presetsfolder/Image Statistics,$keyboardshortcuts,$presetsfolder/Keyboard Shortcuts,$layouts,$presetsfolder/Layouts,$lenscorrection,$presetsfolder/Lens Correction,$levels,$presetsfolder/Levels,$liquifymeshes,$presetsfolder/Liquify Meshes,$menucustomization,$presetsfolder/Menu Customization,$optimizedcolors,$presetsfolder/Optimized Colors,$optimizedoutputSettings,$presetsfolder/Optimized Output Settings,$optimizedsettings,$presetsfolder/Optimized Settings,$patterns,$presetsfolder/Patterns,$reducenoise,$presetsfolder/Reduce Noise,$replacecolor,$presetsfolder/Replace Color,$scripts,$presetsfolder/Scripts,$selectivecolor,$presetsfolder/Selective Color,$shadowhighlight,$presetsfolder/Shadow Highlight,$smartsharpen,$presetsfolder/Smart Sharpen,$styles,$presetsfolder/Styles,$textures,$presetsfolder/Textures,$tools,$presetsfo lder/Tools,$variations,$presetsfolder/Variations,$webphotogallery,$presetsfolder/Web Photo Gallery,$workspaces,$presetsfolder/Workspaces,$zoomify,$presetsfolder/Zoomify,$hueandsatu ration,$presetsfolder/Hue and Saturation,$lights,$presetsfolder/Lights,$materials,$presetsfolder/Materials,$meshes,$pre setsfolder/Meshes,$rendersettings,$presetsfolder/Render Settings,$volumes,$presetsfolder/Volumes,$widgets,$presetsfolder/Widgets,$localesfolder,$ photoshopappfolder/Locales,$additionalplugins,$localesfolder/$LOCALE/Additional Plug-ins,$additionalpresets,$localesfolder/$LOCALE/Additional Presets,$localeskeyboardshortcuts,$localesfolder/$LOCALE/Additional Presets/$platform/Keyboard Shortcuts,$localesmenucustomization,$localesfolder/$LOCALE/Additional Presets/$platform/Menu Customization,$localesworkspaces,$localesfolder/$LOCALE/Additional Presets/$platform/Workspaces,$automate,$pluginsfolder/Automate,$digimarc,$pluginsfolder/D igimarc,$displacementmaps,$pluginsfolder/Displacement Maps,$effects,$pluginsfolder/Effects,$extensions,$pluginsfolder/Extensions,$fileformats,$ pluginsfolder/File Formats,$filters,$pluginsfolder/Filters,$imagestacks,$pluginsfolder/Image Stacks,$importexport,$pluginsfolder/Import-Export,$measurements,$pluginsfolder/Measuremen ts,$panels,$pluginsfolder/Panels,$parser,$pluginsfolder/Parser,$3dengines,$pluginsfolder/3 D Engines,$lightingstyles,$pluginsfolder/Filters/Lighting Styles,$matlab,$photoshopappfolder/MATLAB,UserExtensionFolder,$photoshopappfolder,$photos hop,$UserDataFolder/Adobe/Adobe Photoshop CS6/Configuration,DisplayName,Photoshop CS6 64,ProductName,Photoshop64,FamilyName,Photoshop,ProductVersion,13.0,IconPath,Configuratio n/PS_exman_24px.png,SupportedInSuite,CS6,HostNameForCSXS,PHSP,Bit,64
    4/19/2013 10:53:13.034 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-8,airParseXML,C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:13.035 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-8got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\Configuration\XManConfig.xml
    4/19/2013 10:53:13.035 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:13.035 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Dreamweaver%20CS6/Configuration/XManConf ig.xml
    4/19/2013 10:53:13.035 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:13.035 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Dreamweaver%20CS6/Configuration/XManConf ig.xml
    4/19/2013 10:53:13.062 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-8,0,$sharedextensionfolder,$shareddatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration/Extensions,$dreamweaver,$installfolder,$dreamweaver/Configurati on,$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration,$UserBinfolder,$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE,NeedOperationNotification,true,QuitScript,dw.quitApplication(),SupportedInSui te,CS6,HostNameForCSXS,DRWV,ProductVersion,12.0,Bit,32
    4/19/2013 10:53:13.062 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-8,0,$sharedextensionfolder,$shareddatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration/Extensions,$dreamweaver,$installfolder,$dreamweaver/Configurati on,$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE/Configuration,$UserBinfolder,$userdatafolder/Adobe/Dreamweaver CS6/$LOCALE,NeedOperationNotification,true,QuitScript,dw.quitApplication(),SupportedInSui te,CS6,HostNameForCSXS,DRWV,ProductVersion,12.0,Bit,32
    4/19/2013 10:53:13.068 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-9,airParseXML,C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:13.068 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-9got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\XManConfig.xml
    4/19/2013 10:53:13.068 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:13.068 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Fireworks%20CS6/Configuration/XManConfig .xml
    4/19/2013 10:53:13.069 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:13.069 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Fireworks%20CS6/Configuration/XManConfig .xml
    4/19/2013 10:53:13.098 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-9,0,HostNameForCSXS,FWKS,ProductVersion,12.0,PreExtensionFolder,$Shared CommonDataFolder/Adobe/Fireworks CS6/PreInstall,$fireworks,$installfolder,$fireworksuser,$userdatafolder/adobe/Fireworks CS6,SupportedInSuite,CS6,Bit,32
    4/19/2013 10:53:13.098 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-9,0,HostNameForCSXS,FWKS,ProductVersion,12.0,PreExtensionFolder,$Shared CommonDataFolder/Adobe/Fireworks CS6/PreInstall,$fireworks,$installfolder,$fireworksuser,$userdatafolder/adobe/Fireworks CS6,SupportedInSuite,CS6,Bit,32
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airParseXML Message:-10,airParseXML,C:\Program Files (x86)\Adobe\Adobe Flash CS6\XManConfig.xml,Configuration.VariableForExMan.Data
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML(), sessionId==-10got xml String to parse: C:\Program Files (x86)\Adobe\Adobe Flash CS6\XManConfig.xml
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.controller.ParseXMLCommand execute(), ParseXMLCommand is executed.
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), will load XML File: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Flash%20CS6/XManConfig.xml
    4/19/2013 10:53:13.106 [DEBUG] com.adobe.exman.business.XMLLoader XMLLoader(), XML file is XManConfig.xml file, just load it directly
    4/19/2013 10:53:13.106 [INFO] com.adobe.exman.business.XMLLoader XMLLoader(), try to load: file:///C:/Program%20Files%20(x86)/Adobe/Adobe%20Flash%20CS6/XManConfig.xml
    4/19/2013 10:53:13.134 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirParseXML, success, externalCallBack,-10,0,$UserExtensionFolder,$UserDataFolder/Adobe/Flash CS6/$Locale/Configuration/Extensions,SupportedInSuite,CS6,HostNameForCSXS,FLPR,Bit,32,$Ro otFolder,$InstallFolder,$RootFolderLocal,$InstallFolder/$LOCALE,$flash,$userdatafolder/Ado be/Flash CS6/$LOCALE/Configuration,$UserBinfolder,$userdatafolder/Adobe/Flash CS6/$LOCALE/Configuration
    4/19/2013 10:53:13.134 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalCallBack,-10,0,$UserExtensionFolder,$UserDataFolder/Adobe/Flash CS6/$Locale/Configuration/Extensions,SupportedInSuite,CS6,HostNameForCSXS,FLPR,Bit,32,$Ro otFolder,$InstallFolder,$RootFolderLocal,$InstallFolder/$LOCALE,$flash,$userdatafolder/Ado be/Flash CS6/$LOCALE/Configuration,$UserBinfolder,$userdatafolder/Adobe/Flash CS6/$LOCALE/Configuration
    4/19/2013 10:53:13.416 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airNotifyReady Message:-12,airNotifyReady
    4/19/2013 10:53:13.417 [INFO] com.adobe.exman.controller.gateway.PassiveExternalGateway handleAirNotifyReady(), sessionId=-12
    4/19/2013 10:53:13.418 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----
    4/19/2013 10:53:13.418 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----
    4/19/2013 10:53:13.418 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----
    4/19/2013 10:53:13.419 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----
    4/19/2013 10:53:13.419 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----3----
    4/19/2013 10:53:13.419 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----2----3----
    4/19/2013 10:53:13.420 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ###getExManConfigPath(), the params to OWL: sessionid=2
    4/19/2013 10:53:13.420 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalGetExManConfigPath,2
    4/19/2013 10:53:13.422 [INFO] com.adobe.exman.controller.gateway.ExternalGateway ###getSupportedProducts(), the params to OWL: sessionid=3
    4/19/2013 10:53:13.422 [DEBUG] com.adobe.exman.controller.gateway.ExternalGateway ###call2extensionMgr externalGetSupportedProducts,3
    4/19/2013 10:53:13.427 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message2,0,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\,6.0.5.9,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS5.5\Configuration\Extensions\,C:\ProgramData\Adobe\Extension Manager CS6\,C:\ProgramData\Adobe\Extension Manager CS5.5\,C:\Program Files (x86)
    4/19/2013 10:53:13.427 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 2
    responseType= 0
    responseBody=C:\ProgramData\Adobe\Extension Manager CS6\EM Store\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\,6.0.5.9,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS5.5\Configuration\Extensions\,C:\ProgramData\Adobe\Extension Manager CS6\,C:\ProgramData\Adobe\Extension Manager CS5.5\,C:\Program Files (x86)
    4/19/2013 10:53:13.427 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::GetExManConfigPathSession got parameters in handleResponse:
    responseType= 0
    4/19/2013 10:53:13.428 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0 :C:\ProgramData\Adobe\Extension Manager CS6\EM Store\
    4/19/2013 10:53:13.428 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\
    4/19/2013 10:53:13.428 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :6.0.5.9
    4/19/2013 10:53:13.428 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS5.5\Configuration\Extensions\
    4/19/2013 10:53:13.429 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4 :C:\ProgramData\Adobe\Extension Manager CS6\
    4/19/2013 10:53:13.429 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5 :C:\ProgramData\Adobe\Extension Manager CS5.5\
    4/19/2013 10:53:13.429 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 6 :C:\Program Files (x86)
    4/19/2013 10:53:13.430 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy totalExtDir(), the _totalExtDir is set to: C:\ProgramData\Adobe\Extension Manager CS6\EM Store\
    4/19/2013 10:53:13.430 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy myEMStorePath(), the _myEMStorePath is set to: C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\
    4/19/2013 10:53:13.430 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy the extension manager's version is set to: 6.0.5.9
    4/19/2013 10:53:13.431 [INFO] com.adobe.exman.model.ProductExtensionManagerProxy the extension manager last version extension path is set to: C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS5.5\Configuration\Extensions\
    4/19/2013 10:53:13.431 [INFO] com.adobe.exman.model.SessionManagerProxy outputAllTheSessionId(), there are following sessions now: 1----3----
    4/19/2013 10:53:13.451 [INFO] com.adobe.exman.controller.gateway.Application ###Receive airCallBack Message3,0,0,Flash CS6,Flash,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Flash,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Flash CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Flash CS6\,,0,0,FLPR,,,1,C:\Program Files (x86)\Adobe\Adobe Flash CS6\,0,Fireworks CS6,Fireworks,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Fireworks,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\,,0,0,FWKS,,,1,C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\,0,Dreamweaver CS6,Dreamweaver,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Dreamweaver,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6\,,0,0,DRWV,,,1,C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\Configuration\,0,Photoshop CS6 64,Photoshop64,13.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 64\,,http://www.adobe.com/go/exchange,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\PS_exman_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Photoshop,C:\ProgramData\Adobe\Exte nsion Manager CS6\EM Store\Photoshop CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Photoshop CS6 64\,,0,0,PHSP,,,2,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\,0,Photoshop CS6 32,Photoshop32,13.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 32\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\PS_exman_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Photoshop,C:\ProgramData\Adobe\Exte nsion Manager CS6\EM Store\Photoshop CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Photoshop CS6 32\,,0,0,PHSP,,,1,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\,0,InDesign CS6,InDesign,8.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\Icon.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\InDesign CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\InDesign CS6\,,1,1,IDSN,C:\Users\*************\AppData\Roaming\Adobe\InDesign\Version 8.0\en_GB\PlugInConfig.txt,Adobe InDesign CS6,1,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\,0,Illustrator CS6 64,Illustrator64,16.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 64\,,http://www.adobe.com/go/exchange,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\ai_app_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Illustrator,C:\ProgramData\Adobe\Ex tension Manager CS6\EM Store\Illustrator CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 64\,,0,0,ILST,,,2,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\,0,Illustrator CS6 32,Illustrator32,16.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\ai_app_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Illustrator,C:\ProgramData\Adobe\Ex tension Manager CS6\EM Store\Illustrator CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 32\,,0,0,ILST,,,1,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\
    4/19/2013 10:53:13.452 [INFO] com.adobe.exman.controller.gateway.ExternalGateway handleResponse(), parameters of handleResponse:
    sessionId= 3
    responseType= 0
    responseBody=0,Flash CS6,Flash,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Flash,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Flash CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Flash CS6\,,0,0,FLPR,,,1,C:\Program Files (x86)\Adobe\Adobe Flash CS6\,0,Fireworks CS6,Fireworks,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Fireworks,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\,,0,0,FWKS,,,1,C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\,0,Dreamweaver CS6,Dreamweaver,12.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\,,http://www.adobe.com/go/exchange,NoDefined,http://www.adobe.com/cfusion/exchange/upload/in dex.cfm,Dreamweaver,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6\,,0,0,DRWV,,,1,C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\Configuration\,0,Photoshop CS6 64,Photoshop64,13.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 64\,,http://www.adobe.com/go/exchange,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\PS_exman_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Photoshop,C:\ProgramData\Adobe\Exte nsion Manager CS6\EM Store\Photoshop CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Photoshop CS6 64\,,0,0,PHSP,,,2,C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Configuration\,0,Photoshop CS6 32,Photoshop32,13.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Photoshop CS6 32\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\PS_exman_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Photoshop,C:\ProgramData\Adobe\Exte nsion Manager CS6\EM Store\Photoshop CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Photoshop CS6 32\,,0,0,PHSP,,,1,C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Configuration\,0,InDesign CS6,InDesign,8.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\InDesign CS6\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\Icon.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,,C:\ProgramData\Adobe\Extension Manager CS6\EM Store\InDesign CS6\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\InDesign CS6\,,1,1,IDSN,C:\Users\*************\AppData\Roaming\Adobe\InDesign\Version 8.0\en_GB\PlugInConfig.txt,Adobe InDesign CS6,1,C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Configuration\,0,Illustrator CS6 64,Illustrator64,16.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 64\,,http://www.adobe.com/go/exchange,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\ai_app_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Illustrator,C:\ProgramData\Adobe\Ex tension Manager CS6\EM Store\Illustrator CS6 64\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 64\,,0,0,ILST,,,2,C:\Program Files\Adobe\Adobe Illustrator CS6 (64 Bit)\Support Files\Contents\Windows\Configuration\,0,Illustrator CS6 32,Illustrator32,16.0.0,C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Illustrator CS6 32\,,http://www.adobe.com/go/exchange,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\ai_app_24px.png,http://www.adobe.com/cfusion/exchange/upload/index.cfm,Illustrator,C:\ProgramData\Adobe\Ex tension Manager CS6\EM Store\Illustrator CS6 32\,C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Illustrator CS6 32\,,0,0,ILST,,,1,C:\Program Files (x86)\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Configuration\
    4/19/2013 10:53:13.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession com.adobe.exman.controller.session.backend::GetSupportedProductsSession got parameters in handleResponse:
    responseType= 0
    4/19/2013 10:53:13.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 0
    4/19/2013 10:53:13.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 1 :Flash CS6
    4/19/2013 10:53:13.453 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 2 :Flash
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 3 :12.0.0
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 4 :C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 5 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Flash CS6\
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 6 :
    4/19/2013 10:53:13.454 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 7 :http://www.adobe.com/go/exchange
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 8 :NoDefined
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 9 :http://www.adobe.com/cfusion/exchange/upload/index.cfm
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 10 :Flash
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 11 :C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Flash CS6\
    4/19/2013 10:53:13.455 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 12 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Flash CS6\
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 13 :
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 14
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 15
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 16 :FLPR
    4/19/2013 10:53:13.456 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 17 :
    4/19/2013 10:53:13.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 18 :
    4/19/2013 10:53:13.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 19 :1
    4/19/2013 10:53:13.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 20 :C:\Program Files (x86)\Adobe\Adobe Flash CS6\
    4/19/2013 10:53:13.457 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 21
    4/19/2013 10:53:13.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 22 :Fireworks CS6
    4/19/2013 10:53:13.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 23 :Fireworks
    4/19/2013 10:53:13.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 24 :12.0.0
    4/19/2013 10:53:13.458 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 25 :C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\
    4/19/2013 10:53:13.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 26 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Fireworks CS6\
    4/19/2013 10:53:13.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 27 :
    4/19/2013 10:53:13.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 28 :http://www.adobe.com/go/exchange
    4/19/2013 10:53:13.459 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 29 :NoDefined
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 30 :http://www.adobe.com/cfusion/exchange/upload/index.cfm
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 31 :Fireworks
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 32 :C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 33 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Fireworks CS6\
    4/19/2013 10:53:13.460 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 34 :
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 35
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 36
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 37 :FWKS
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 38 :
    4/19/2013 10:53:13.461 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 39 :
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 40 :1
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 41 :C:\Program Files (x86)\Adobe\Adobe Fireworks CS6\Configuration\
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 42
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 43 :Dreamweaver CS6
    4/19/2013 10:53:13.462 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 44 :Dreamweaver
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 45 :12.0.0
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 46 :C:\ProgramData\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 47 :C:\Users\*************\AppData\Roaming\Adobe\Extension Manager CS6\Mxi Flag\Dreamweaver CS6\
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 48 :
    4/19/2013 10:53:13.463 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 49 :http://www.adobe.com/go/exchange
    4/19/2013 10:53:13.464 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 50 :NoDefined
    4/19/2013 10:53:13.464 [INFO] com.adobe.exman.controller.session.backend.BackendSession responsebody 51 :http://www.adobe.com/cfusion/exchange/upload/index.cfm
    4/19/2013 10:53:13.464 [INFO] com.adobe.exman.controller.session.backend.BackendSession respons

    1. You only pasted one log file (log0.log?), there is another more important log file: ExtensionManager.log you dind't paste.
    2. Have you removed ALL mxi files from ALL subfolders of BOTH "C:\ProgramData\Adobe\Extension Manager CS6\EM Store" AND "C:\Users\<UserName>\AppData\Roaming\Adobe\Extension Manager CS6\EM Store" to separate folder? If yes, Extension Manager shouldn't hang.
    3. Please make sure you have "Full control" permission to ""C:\ProgramData\Adobe\Extension Manager CS6\Configuration\DB\ExMan.db" and "C:\Users\<UserName>\AppData\Roaming\Adobe\Extension Manager CS6\Configuration\DB\ExManUser.db". You can check it in "Security" tab page of "Properties" dialog box.

  • Flash CS6 crashes while loading

    Hi everyone,
    I have problem with loading fresh installed Flash CS6.
    Yesterday I reinstalled system (win7, 64bit), and start downloading and installing Adobe programs. Everything worked fine, Flash started, I made few banners, and gone to sleep.
    Today, when I started computer, I got notification that there are some updates, also for Flash.
    After installing that I can't start Flash. I'm clicking on icon, I see welcome screen, and while 'Initializing fonts' everything just dissapear. No error, no alert, nothing.
    Any idea?
    Thanks,
    Pawel

    Hello,
    The logs can be found at:
    Win: Program Files\Common files\Adobe\Installers or \Documents and Settings\<user>\Local Settings\ApplicationData\Adobe\AAMUpdater\1.0\
    Mac: /Library/Logs/Adobe/Installers or ~/ Library/ApplicationSupport/Adobe/AAMUpdater/1.0/
    Regards,
    Suhas Yogin

  • InDesign CS5.5 and CS6 Hang while opening document

    hello,
    I have the following problem:
    Indesign CS5.5 CS6 and hang up several times a day when opening documents on. the user can not make more in the program and must kill the process. After reopening the document opens without problems (probably the recovery file). I have tried all known solutions (delete Preferences, user with admin privileges, delete caches, safe boot, ...)
    here a hang report, which meanwhile has been created.
    InDesign CS6 hang report - Pastebin.com
    Can anyone see something in it and help me?

    Try SING removal :- http://helpx.adobe.com/indesign/kb/hang-freeze-open-create-file.html

  • Flash Cs6 incredibly sluggish save time, & unable to save document as

    I am using Flash CS6, animating on ones with the brush tool.  my timeline is 100 frames long, there arent keyframes on every frame, but there are a lot of them.  my .fla file is 79mb. 
    there is only one thing in my library - a 15 second .wav audio file... 
    Saving the .fla file takes about 2 1/2 minutes!
    after the 2 1/2 minutes I get flashed the "cannot save document as...   please try saving with a different name or on a different volume".
    contrary to the error message the file does in fact save perfectly fine - in that volume with that name.
    what is the deal with the save time being so outrageously long? the program is equally sluggish with copying and pasting keyframes - though thats less of an issue than the save time. 
    please help me, i can send you the flash file if your willing to look at it.
    ps: I tried opening the file in cs5.5 - the save time was slightly faster, but not by much.

    Sujai, here’s what I found:
    1.       The student’s project is 58 mbytes in size. This is mostly because she used the flame deco tool to create a frame-by-frame animation of a rocket.
    2.       At school students have networked folders. The network is 1 gbit, and the server is in the same building.
    3.       It took 3 minutes and 40 seconds to save her project. At the end of the Save operation, we got the error message that it didn’t save properly (And, if we have auto-save on, this happens every 10 minutes). . However, the file was properly saved, and could be opened.
    So, it appears that Flash has problems saving files of this size, at least in our network. This surprises me, because 50 mbytes is not that big.
    I was able to get around this problem by having the student change her flame animation to a movie clip, and Tween the flames. It doesn’t have quite as cool a look as the frame-by-frame, but it’s more efficient (and only 6mbytes in size).
    Thoughts? JR

  • Flash CS6 crashing on loading screen - everytime.

    Hi All,
    Ive just purchased Adobe Design and Web Premium.
    Ive managed to run other applications without any problem, like Photoshop 64bit, Illustrator 64bit, InDesign and Dreamweaver.
    However, everytime I tried to run Flash Professional CS6 it crashes when the loading screen appears.
    It says "Adobe Flash CS6 has stopped working"
    My system is running on Win 7 64bit
    Ive also updated my windows and ran Adobe Updates.
    Oh also tried uninstalling and clean up using the Adobe Creative Suite Cleaner
    Still it crashes... only Flash Pro. The rest aint got any problem.
    Would appreciate if there's any help or tips you can give.

    Is anyone esle still having this problem? I tried removing preferences and still got the error. I also uninstalled the entire CS6 install, ran the Adobe CS6 cleaunup tool and removed everything, reinstalled. I can get it to run if I run it as Admin, but that's annoying to click away the UAC prompt all the time and I don't like running programs as admin if I can avoid it for general security reasons..
    I thought it might be like Photoshop where it's incorrectly setup to run from a multi- hard disk environment like mine where the registry is setup to have user folders and files on a separate drive ( see this photoshop thread) but there doesn't seem to be any way of changing scratch disks in InDesign like the photoshop work-around.
    Anyway, here's my system info:
    Windows 7 Ultimate x64
    xeon x5550 ht
    8gb RAM
    ATI Firepro 1gb
    2 disks
         C: = windows system and software files
         D: = users folder

  • Flash CS6: Code hinting doesn't work in AS3 document

    Hi,
    For some reason code hinting is not working at all in an AS3 class document in Flash CS6. It works fine on the timeline. For instance:
    1. Create a new AS3 class, name it "MyClass"
    2. Save the doc immediately (in CS5 code hinting would not work until the class file was saved)
    3. After "class MyClass" I type " extends Movi" and press Ctrl+Space, expecting to see hints for "MovieClip" etc like it did in CS5. In CS6 I get nothing. If I type out the whole word "MovieClip" and press Ctrl+Space I still get no hints.
    What might be wrong?
    Thanks!
    Aaron

    I do not work for Adobe, just a fellow forum dweller.
    The example was made quickly because you said this:
    I've tried flash builder but if there is a way to associate code directly from it to symbols on the timeline I haven't been able to find it.
    Now you know how.
    I'm sorry but I don't even have Flash CS6. I still use CS5.5 because I use Flash Builder 4.6 for everything I do. I merely use Flash Pro to generate quick libraries full of goodies and export a SWC to use in Flash Builder.
    I realize it's obvious but you did ensure your preferences had hinting both enabled and the delay set low (or zero)? I can only show you a CS5.5 preference panel, I'm not sure if it's the same. Note one important thing in this photo which is "Cache size". I have mine on 800 files which seems to be fine. If you're pointing toward a HUGE library of classes you may want to increase that number and check completion again.

  • Flash Builder hangs on load

    I am trying to use flash builder and when I load the application, it freezes and I am forced to quit. Any solution? Thanks.

    Not sure what ver. of flash you are using but there are a couple of hotfix patches for CS4 pro (mac and pc) from adobe that may help. Read here:
    http://adobe.com/support/flash/downloads.html
    Hope it helps.

  • Adobe Flash CS6 Crashes

    Hi,
    I have Adobe Flash CS6 on my mac which I have been able to use fine up until recently. It all seems to load okay but then no toolbars or anything appear and when you try to open or create a new document it crashes out. The attached image is of the screen I get when I create a new document, soon after if quits. I have tried re-installing but same thing happens.

    Hi Richard,
    Can you try resetting preferences? FAQ: How do I reset Flash professional to default configurations and preferences?
    Thanks,
    Preran

Maybe you are looking for

  • Urgent:Error While calling one form from another form

    Hi, i am using a form in which zoom functionality is enabled.From this form if i am clicking view->zoom it should open another form which should accept two parameters from the first form.But whenever i am clicking on zoom its giving the following err

  • How do I get music files into iTunes?

    I am switching from a PC, and have downloaded my music files from my cloud site. I seem to be able to drag the digital files from Finder into iTunes, but not the ones I scanned in from CDs. I guess they're Windows media files. What is my next move?

  • Scrolling Issues with Zoom

    I recently got a new HP computer and installed photoshop CS4 onto it. The irritating thing about it is when im using alt+scroll wheel to zoom in and out as soon as i get close enough to the image that side scroll bars appear the alt+mousewheel will n

  • Error: "Unable to create a shortcut for MyApp" on Windows 2008

    When I try to install my JAVA app on windows 2008 via Java Web Start, it pop up a error message "Unable to create a shortcut for MyApp". The app can startup and work correctly after clicking "ok" on error message. BUT, there is no shortcut created on

  • How to import only RAW images from folder with RAW & JPEGs?

    My system is set up that I have both RAW & JPEGs in the same folder since I shoot JPEG+RAW. How can I import just the raw images without also sucking in the jpegs? There is no way to distinguish the difference in the Import box and also no way to eas