After Effects error: T1P:ATM Parse Error ( 83 :: 2 )

Does anyone know how to resolve this error?
I'm opening various unrelated  AE projects that have worked before and now they don't. I believe it's font related, but don't know how to fix this.
I'm running AE CS4 and Font Explorer X Pro (font manager).
Thanks!

Indeed... Type 1 PostScript : Adobe Type Manager Parse Error, if I'm interpreting correctly. The common approach with font issues is to remove all non-system fonts and, as in your case, to disable or remove third-party font managers, then add everything back on a selective basis. It may also help to completely flush the font manager's backup/ storage folders where it keeps the sorted font groups for instant activation.
Mylenium

Similar Messages

  • After Effects warning: 'Workspace.xml' Rename Error

    I've already done a full uninstall and re-install. I am unable to open after effects, and this is the error I keep getting: After Effects warning: Could not rename the file '/Users/Home/Library/Preferences/Adobe/After Effects/10.0/Workspaces.9932.1407353177382401.xml' to 'Workspaces.xml'.
    After clicking twice, I'm given this error message:
    After Effects can’t continue: unexpected failure during application startup
    And then After Effects shuts down. Any thoughts?

    amb2235 wrote:
    Thanks. Oddly enough, this is what did it.
    That's because it was a permissions issue as Todd said. Something wasn't set right, but when AE has to recreate it, the permissions are set correctly. Screwy permissions happen all the time with Mac OSX upgrades.

  • ORA-20100: Error occurred while parsing:Error opening external DTD ( Asap)

    Hi I'm using domsample example. And I have written the program. The xml file at the starting has this string"<!DOCTYPE MobileInventoryResponse SYSTEM "MobileInventoryResponse.dtd">", from which I'm getting error -"ORA-20100: Error occurred while parsing: Error opening external DTD".
    I'm new to xml could you please help me to solve this problem. I assume this is related to DTD for which I need to set base path. But I'm not sure how to do it? I'm getting this xml file through CLOB which I'm able to parse until an extent. where in between got this error.
    Here is my partial code:
    l_doc_id := rec_xml_data.id;
    l_xml_parser := xmlparser.newParser;
    xmlparser.setValidationMode(l_xml_parser, FALSE);
    xmlparser.parseCLOB(l_xml_parser,rec_xml_data.l_xml_data);--PARSING THE CLOB WHICH CONTAINS XML FILE
    l_xml_doc := xmlparser.getDocument(l_xml_parser);
    xmlparser.freeParser(l_xml_parser);
    l_nodelist := xmldom.getElementsByTagName(l_xml_doc, '*');
    l_length := xmldom.getLength(l_nodelist);
    -- loop through elements
    FOR l_rec_xml in 0..l_length-1
    LOOP
    l_node := xmldom.item(l_nodelist, l_rec_xml);
    -- dbms_output.put(xmldom.getNodeName(n) || ' ');
    -- get the text node associated with the element node
    l_nodename:=xmldom.getNodeName(l_node);
    l_node := xmldom.getFirstChild(l_node);
    IF (xmldom.isNull(l_node) = false) THEN
    IF xmldom.getNodeType(l_node) = xmldom.TEXT_NODE THEN
    IF l_nodename = 'purchase-order-number' THEN
    l_po_num:=NULL;
    l_po_num:= xmldom.getNodeValue(l_node);
    -- dbms_output.put_line('Purchaser Order Num : '||l_po_num);
    END IF;
    from here onwards I get the string values
    Now I don't know where to set the DTD basepath or baseurl. I need it asap.
    Regards,
    Naveen.

    The version which I'm working on is 10.2.0.4.
    XML File---
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE MobileInventoryResponse SYSTEM "MobileInventoryResponse.dtd">
    <MobileInventoryResponse>
    <message>
    <message-header>
    <message-id>16244182</message-id>
    <transaction-name>ship-advice</transaction-name>
    <partner-name>cbeyond</partner-name>
    <source-url>http://www.brightpoint.com</source-url>
    <create-timestamp>20080826150709</create-timestamp>
    <response-request>1</response-request>
    </message-header>
    <ship-advice>
    <header>
    <customer-id>297859</customer-id>
    <shipment-information>
    <ship-first-name>RA_13Aug_1</ship-first-name>
    <ship-last-name>MIND</ship-last-name>
    <ship-address1>test</ship-address1>
    <ship-city>test</ship-city>
    <ship-state>VA</ship-state>
    <ship-post-code>22102-4931</ship-post-code>
    <ship-country-code>US</ship-country-code>
    <ship-phone1>0040726335068</ship-phone1>
    <ship-email>[email protected]</ship-email>
    <ship-via>FX01</ship-via>
    <ship-request-date>20080826</ship-request-date>
    <ship-request-warehouse>CBY1</ship-request-warehouse>
    </shipment-information>
    <purchase-order-information>
    <purchase-order-number>380928</purchase-order-number>
    <account-description />
    <purchase-order-amount>0.0</purchase-order-amount>
    <currency-code>USD</currency-code>
    </purchase-order-information>
    <order-header>
    <customer-order-number>0002759</customer-order-number>
    <customer-order-date>20080826</customer-order-date>
    <order-sub-total>19.0</order-sub-total>
    <order-discount>0.0</order-discount>
    <order-tax1>0.0</order-tax1>
    <order-tax2>0.0</order-tax2>
    <order-tax3>0.0</order-tax3>
    <order-shipment-charge>18.0</order-shipment-charge>
    <order-total-net>0.0</order-total-net>
    <order-status>Completed</order-status>
    <order-type />
    <brightpoint-order-number>35028788</brightpoint-order-number>
    <warehouse-id>CBY1</warehouse-id>
    <ship-date>20080826</ship-date>
    </order-header>
    </header>
    <detail>
    <line-item>
    <line-no>1</line-no>
    <item-code>SKU1</item-code>
    <universal-product-code>0</universal-product-code>
    <ship-quantity>1.0</ship-quantity>
    <unit-of-measure>EA</unit-of-measure>
    <serial-list>
    <serial-numbers>
    <esn>TIMI000013</esn>
    </serial-numbers>
    </serial-list>
    <line-status />
    <base-price>0.0</base-price>
    <line-discount>0.0</line-discount>
    <line-tax1>0.0</line-tax1>
    <line-tax2>0.0</line-tax2>
    <line-tax3>0.0</line-tax3>
    <bill-of-lading>929406733828</bill-of-lading>
    <scac>FX01</scac>
    </line-item>
    </detail>
    </ship-advice>
    <transactionInfo>
    <eventID>16244182</eventID>
    </transactionInfo>
    </message>
    </MobileInventoryResponse>
    XML FILE END--------------------
    MY PROGRAM IS AS BELOW---
    get_eai_data_prc( x_ret_code OUT NUMBER
    ,p_debug_flag IN VARCHAR2
    IS
    --Local Variables
    l_xml_parser xmlparser.Parser;
    l_xml_doc xmldom.DOMDocument;
    l_xml_data CLOB;
    l_nodelist xmldom.DOMNodeList;
    l_length NUMBER := 0;
    l_num_cnt NUMBER := 0;
    l_node xmldom.DOMNode;
    l_docelem DBMS_XMLDOM.DOMElement; -- XML DOM element.
    l_nodeValue VARCHAR2(30); -- Text value of the node.
    l_nodename VARCHAR2(100);
    l_po_num VARCHAR2(150);
    l_account_desc VARCHAR2(150);
    l_cust_ord VARCHAR2(150);
    l_ship_date VARCHAR2(150);
    l_item_code VARCHAR2(150);
    l_ship_qty VARCHAR2(150);
    l_esn VARCHAR2(150);
    l_cust_channel_type VARCHAR2(150);
    l_cust_grp_acct VARCHAR2(150);
    l_max_doc_id NUMBER;
    l_doc_id NUMBER;
    l_market_id VARCHAR2(150);
    l_record_id VARCHAR2(30);
    TYPE l_esn_table IS TABLE OF VARCHAR2(30)
    INDEX BY BINARY_INTEGER;
    l_data l_esn_table;
    --CURSOR TO GET XML DATA FROM EAI
    CURSOR cur_xml_data(p_doc_id VARCHAR2)
    IS
    SELECT id
         ,document l_xml_data
    FROM tds_xml_store_temp
    WHERE id >= id ;
    BEGIN
    FOR rec_xml_data IN cur_xml_data(l_max_doc_id)
    LOOP
    l_doc_id := rec_xml_data.id;
    l_xml_parser := xmlparser.newParser;
    xmlparser.setValidationMode(l_xml_parser, FALSE);
    xmlparser.parseCLOB(l_xml_parser,rec_xml_data.l_xml_data);
    l_xml_doc := xmlparser.getDocument(l_xml_parser);
    xmlparser.freeParser(l_xml_parser);
    l_nodelist := xmldom.getElementsByTagName(l_xml_doc, '*');
    l_length := xmldom.getLength(l_nodelist);
    -- loop through elements
    FOR l_rec_xml in 0..l_length-1
    LOOP
    l_node := xmldom.item(l_nodelist, l_rec_xml);
    -- dbms_output.put(xmldom.getNodeName(n));
    -- get the text node associated with the element node
    l_nodename:=xmldom.getNodeName(l_node);
    l_node := xmldom.getFirstChild(l_node);
    IF (xmldom.isNull(l_node) = false) THEN
    IF xmldom.getNodeType(l_node) = xmldom.TEXT_NODE THEN
    IF l_nodename = 'purchase-order-number' THEN
    l_po_num:=NULL;
    l_po_num:= xmldom.getNodeValue(l_node);
    -- dbms_output.put_line('Purchaser Order Num : '||l_po_num);
    END IF;--purchase-order-number
    IF l_nodename = 'account-description' THEN
    l_account_desc :=NULL;
    l_account_desc := xmldom.getNodeValue(l_node);
    END IF;
    IF l_nodename = 'customer-channel-type' THEN
    l_cust_channel_type:=NULL;
    l_cust_channel_type:= xmldom.getNodeValue(l_node);
    END IF;
    IF l_nodename = 'customer-group-account' THEN
    l_cust_grp_acct := NULL;
    l_cust_grp_acct := xmldom.getNodeValue(l_node);
    END IF;
    IF l_nodename = 'customer-order-number' THEN
    l_cust_ord:=NULL;
    l_cust_ord:= xmldom.getNodeValue(l_node);
    -- dbms_output.put_line('Customer Order NUm : '||l_cust_ord);
    END IF;--customer-order-number
    IF l_nodename = 'ship-date' THEN
    l_ship_date:=NULL;
    l_ship_date:= xmldom.getNodeValue(l_node);
    -- dbms_output.put_line('Ship Date : '||to_date(l_ship_date,'YYYY-mm-dd'));
    END IF;--ship-date
    IF l_nodename = 'item-code' THEN
    l_item_code:=NULL;
    l_item_code:= xmldom.getNodeValue(l_node);
    -- dbms_output.put_line('Item Code : '||l_item_code);
    END IF;--item-code
    IF l_nodename = 'esn' THEN
    l_esn:=NULL;
    l_num_cnt := l_num_cnt + 1;
    l_esn:=xmldom.getNodeValue(l_node);
    l_data(l_num_cnt) := l_esn;
    -- dbms_output.put_line('Serial Num : '||l_esn);
    END IF;--esn
    IF l_nodename = 'market-id' THEN
    l_market_id := NULL;
    l_market_id := xmldom.getNodeValue(l_node);
    END IF;
    IF l_nodename = 'ship-quantity' THEN
    l_ship_qty:=NULL;
    l_ship_qty:= xmldom.getNodeValue(l_node);
    -- dbms_output.put_line('Ship Quantity : '||l_ship_qty);
    END IF;--ship-quantity
    END IF;--xmldom.TEXT_NODE
    END IF;
    END LOOP;--l_rec_xml
    FOR j in l_data.first..l_data.last
    LOOP
    INSERT INTO cbey_shipment_int_stg( purchase_order_number
    ,account_description
    ,customer_order_number
    ,ship_date
    ,item_code
    ,ship_quantity
    ,esn
    ,customer_channel_type
    ,customer_group_account
    ,market_id
    ,eai_xml_doc_id
    ,record_status
    ,record_id
    VALUES
    ( l_po_num
    ,l_account_desc
    ,l_cust_ord
    ,to_date(l_ship_date,'YYYY-mm-dd')
    ,l_item_code
    ,l_ship_qty
    ,l_data(j)
    ,l_cust_channel_type
    ,l_cust_grp_acct
    ,l_market_id
    ,l_max_doc_id
    ,'NEW'
    ,CBEY_RECORD_ID_SEQ_S.nextval
    END LOOP;--j
    UPDATE cbey_interface_run_log
    SET request_id = l_conc_req_id
    ,lastrun_date = SYSDATE
    ,doc_id = rec_xml_data.id
    WHERE program_id = 'SHIPMENT_INT'
    AND doc_id =l_max_doc_id;
    l_data.delete;
    l_num_cnt :=0;
    END LOOP; --rec_xml_data
    COMMIT;
    END of the Procedure--------------------------
    Now if I load the xml file without the this :- <!DOCTYPE MobileInventoryResponse SYSTEM "MobileInventoryResponse.dtd">
    it works well. But it gives error when this particular thing is there.
    Regards,
    Naveen
    Edited by: MAN on Oct 17, 2008 7:28 AM

  • Error to open a Projet 5.5 with After Effects CC (ATM Parse Error 83 :: 2)

    Hello,
    We have to migrate some of our stations in Windows7 64bit Graphics Card with GTX780 video and Adobe Creative Cloud.
    We have problems with some projects 5.5 that do not want to open with After Effects CS6 and CC.
    Here are the error messages
    the project opens well in After Effects 5.5, but not in After Effects CS6 or CC.
    Do you have an idea?
    Thank you in advance for your help

    After checking we performed the test Next:
              Remove all fonts except the original.
              Test opening After Effects project => OK
              Then we submitted the most used by the graphics progessivement fonts.
    The problems is many Fonts, Thanks for your help Will  
    Cdlt

  • How do I get the windows after effects update to complete without error?

    I run windows 7 home professional. I have CC installed.  Things are fine except for After Effects. I get an update available and attempt to install it. I have removed after effects, run the adobe cleaner, reinstalled, and still get the update available, and still get the update failed message.
    Any advice?

    I am at AE Version 12.0.404
    Here is the log file:
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | START - Installer Session
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | RIBS version: 8.0.0.15
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ::START TIMER:: [Total Timer]
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | CHECK: Single instance running
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | CHECK : Credentials
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Load Deployment File
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | deploymentFile option not given
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | CHECK : Another Native OS installer already running
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Create Required Folders
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Assuming install mode
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Looking up install source path
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Sync Media DB ...
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ::START TIMER:: [Sync Media DB]
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Pre check media db sync
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | End of Pre check media db sync. Exit code: 0
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | :: END TIMER :: [Sync Media DB] took 587.224 milliseconds (0.587224 seconds) DTR = 13.6234 KBPS (0.0133041 MBPS)
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ready to initialize session to start with ...
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ::START TIMER:: [CreatePayloadSession]
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updated source path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 11:00:49:699 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {121FBD40-4492-489E-84E3-CCDA581D2792}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12de_DELanguagePack-251013040849\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {4C2BB79C-D2A1-4487-9801-09E115A3E58D}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12AllTrial-251013040544\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {6DDA02AD-CACF-4306-9A40-828D0DD87E47}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12en_USLanguagePack-251013040830\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {79B66B73-4C79-44A0-8F80-C9F320E50A52}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ko_KRLanguagePack-251013041021\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {94459CD9-1400-4A27-9C5D-CB35318FEB27}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12fr_FRLanguagePack-251013040926\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {D3BD31A3-1DD2-486E-A43B-A707F99847E7}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12it_ITLanguagePack-251013040944\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {D59528C1-4B04-4FE4-A435-415290988850}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ja_JPLanguagePack-251013041002\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {D77CEFB5-6C6A-4F36-A825-9B733BC3266D}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12es_ESLanguagePack-251013040908\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Updating media info for: {F35B9650-68F4-49E8-A51A-79B3673D3398}
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Ignoring original data since install source is local
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12zh_CNLanguagePack-251013041039\Install.db
    05/27/14 11:00:49:700 | [INFO] |  | OOBE | DE |  |  |  | 2908 | --------------------  END  - Updating Media Sources -  END  --------------------
    05/27/14 11:00:49:708 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Supported RIBS version range: [0.0.0.0,8.0.0.15]
    05/27/14 11:00:49:708 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ----------------- CreatePayloadSession: machine is x64 ---------------
    05/27/14 11:00:50:036 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ______ Verify Dependency Subscribers ______
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12de_DELanguagePack 12.1.0.0 {121FBD40-4492-489E-84E3-CCDA581D2792} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12de_DELanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ko_KRLanguagePack 12.1.0.0 {79B66B73-4C79-44A0-8F80-C9F320E50A52} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ko_KRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12fr_FRLanguagePack 12.1.0.0 {94459CD9-1400-4A27-9C5D-CB35318FEB27} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12fr_FRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12it_ITLanguagePack 12.1.0.0 {D3BD31A3-1DD2-486E-A43B-A707F99847E7} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12it_ITLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ja_JPLanguagePack 12.1.0.0 {D59528C1-4B04-4FE4-A435-415290988850} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ja_JPLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12es_ESLanguagePack 12.1.0.0 {D77CEFB5-6C6A-4F36-A825-9B733BC3266D} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12es_ESLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12zh_CNLanguagePack 12.1.0.0 {F35B9650-68F4-49E8-A51A-79B3673D3398} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12zh_CNLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}: 0 (0,0)
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}: 0 (0,0)
    05/27/14 11:00:50:049 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 11:00:50:051 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Patch Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} can be applied to product Adobe After Effects CC 12.0.0.0 {317243C1-6580-4F43-AED7-37D4438C3DD5}
    05/27/14 11:00:50:051 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Patch Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} can be applied to product Adobe After Effects CC_AdobeAfterEffects12en_USLanguagePack 12.0.0.0 {374F8A81-EA15-4A47-A4D9-34531D0560C6}
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Setting property "installSourcePath" to: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Setting property "mode" to: silent
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Setting property "updateManifestPath" to: C:\Users\user\AppData\Local\Adobe\AAMUpdater\1.0\Data\AdobeAfterEffects-12.0.0\12.1.0\12. 1.0.xml
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Setting property "workflow" to: updater
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "extensionsOnly" to: 1
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "mode" to: silent
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "patchesOnly" to: 1
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "updateManifestPath" to: C:\Users\user\AppData\Local\Adobe\AAMUpdater\1.0\Data\AdobeAfterEffects-12.0.0\12.1.0\12. 1.0.xml
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Overwrite property "workflow" to: updater
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Found payload actions:
    05/27/14 11:01:18:433 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Deciding what installer mode to use...
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 11:01:18:435 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 11:01:18:435 | [INFO] |  | OOBE | DE |  |  |  | 2908 | BEGIN Setting requested payload actions
    05/27/14 11:01:18:436 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Value returned on lookup of payload: Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} is: true
    05/27/14 11:01:18:436 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Action string for Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}  is install
    05/27/14 11:01:18:436 | [WARN] |  | OOBE | DE |  |  |  | 2908 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 11:01:18:436 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Value returned on lookup of payload: Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} is: true
    05/27/14 11:01:18:436 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Action string for Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}  is install
    05/27/14 11:01:18:437 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END Setting requested payload actions
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | BEGIN InstallOperationsQueue Unordered operations
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}:  with operation none
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}:  with operation none
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END InstallOperationsQueue Unordered operations
    05/27/14 11:01:18:438 | [ERROR] |  | OOBE | DE |  |  |  | 2908 | DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Payloads passed preflight validation.
    05/27/14 11:01:18:438 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Call PreSession Custom Hook
    05/27/14 11:01:18:446 | [INFO] |  | OOBE | DE |  |  |  | 2908 | BEGIN InstallOperationsQueue Unordered operations
    05/27/14 11:01:18:446 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}:  with operation none
    05/27/14 11:01:18:446 | [INFO] |  | OOBE | DE |  |  |  | 2908 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}:  with operation none
    05/27/14 11:01:18:446 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END InstallOperationsQueue Unordered operations
    05/27/14 11:01:18:446 | [ERROR] |  | OOBE | DE |  |  |  | 2908 | DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 11:01:18:446 | [FATAL] |  | OOBE | DE |  |  |  | 2908 | DW028: Unable to open operation queue
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Total components installed: 0
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Total components repaired: 0
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Total components removed: 0
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Call PostSession Custom Hook
    05/27/14 11:01:20:463 | [INFO] |  | OOBE | DE |  |  |  | 2908 | :: END TIMER :: [Total Timer] took 31381.9 milliseconds (31.3819 seconds) DTR = 107.068 KBPS (0.104559 MBPS)
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | -------------------------------------- Summary --------------------------------------
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 |  - 1 fatal error(s), 2 error(s)
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 |
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ERROR: DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | ERROR: DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | FATAL: DW028: Unable to open operation queue
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 |
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Please search the above error string(s) to find when the error occurred.
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | These errors resulted in installer Exit Code mentioned below.
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | -------------------------------------------------------------------------------------
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 |
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Exit Code: 7 - Unable to complete Silent workflow.
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | Please see specific errors for troubleshooting. For example, ERROR: DW028 ...
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | END - Installer Session
    05/27/14 11:01:21:464 | [INFO] |  | OOBE | DE |  |  |  | 2908 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | START - Installer Session
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | RIBS version: 8.0.0.15
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ::START TIMER:: [Total Timer]
    05/27/14 15:00:24:927 | [INFO] |  | OOBE | DE |  |  |  | 6612 | CHECK: Single instance running
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | CHECK : Credentials
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Load Deployment File
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | deploymentFile option not given
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | CHECK : Another Native OS installer already running
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Create Required Folders
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Assuming install mode
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Looking up install source path
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Sync Media DB ...
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ::START TIMER:: [Sync Media DB]
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Pre check media db sync
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | End of Pre check media db sync. Exit code: 0
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | :: END TIMER :: [Sync Media DB] took 789.717 milliseconds (0.789717 seconds) DTR = 491.315 KBPS (0.4798 MBPS)
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ready to initialize session to start with ...
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ::START TIMER:: [CreatePayloadSession]
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updated source path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {121FBD40-4492-489E-84E3-CCDA581D2792}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12de_DELanguagePack-251013040849\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {4C2BB79C-D2A1-4487-9801-09E115A3E58D}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12AllTrial-251013040544\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {6DDA02AD-CACF-4306-9A40-828D0DD87E47}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12en_USLanguagePack-251013040830\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {79B66B73-4C79-44A0-8F80-C9F320E50A52}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ko_KRLanguagePack-251013041021\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {94459CD9-1400-4A27-9C5D-CB35318FEB27}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12fr_FRLanguagePack-251013040926\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {D3BD31A3-1DD2-486E-A43B-A707F99847E7}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12it_ITLanguagePack-251013040944\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {D59528C1-4B04-4FE4-A435-415290988850}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ja_JPLanguagePack-251013041002\Install.db
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {D77CEFB5-6C6A-4F36-A825-9B733BC3266D}
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:928 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12es_ESLanguagePack-251013040908\Install.db
    05/27/14 15:00:24:929 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Updating media info for: {F35B9650-68F4-49E8-A51A-79B3673D3398}
    05/27/14 15:00:24:929 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Ignoring original data since install source is local
    05/27/14 15:00:24:929 | [INFO] |  | OOBE | DE |  |  |  | 6612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12zh_CNLanguagePack-251013041039\Install.db
    05/27/14 15:00:24:929 | [INFO] |  | OOBE | DE |  |  |  | 6612 | --------------------  END  - Updating Media Sources -  END  --------------------
    05/27/14 15:00:24:936 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Supported RIBS version range: [0.0.0.0,8.0.0.15]
    05/27/14 15:00:24:936 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ----------------- CreatePayloadSession: machine is x64 ---------------
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ______ Verify Dependency Subscribers ______
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12de_DELanguagePack 12.1.0.0 {121FBD40-4492-489E-84E3-CCDA581D2792} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12de_DELanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12en_USLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ko_KRLanguagePack 12.1.0.0 {79B66B73-4C79-44A0-8F80-C9F320E50A52} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ko_KRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12fr_FRLanguagePack 12.1.0.0 {94459CD9-1400-4A27-9C5D-CB35318FEB27} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12fr_FRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12it_ITLanguagePack 12.1.0.0 {D3BD31A3-1DD2-486E-A43B-A707F99847E7} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12it_ITLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ja_JPLanguagePack 12.1.0.0 {D59528C1-4B04-4FE4-A435-415290988850} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ja_JPLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:213 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12es_ESLanguagePack 12.1.0.0 {D77CEFB5-6C6A-4F36-A825-9B733BC3266D} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12es_ESLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:214 | [INFO] |  | OOBE | DE |  |  |  | 6612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12zh_CNLanguagePack 12.1.0.0 {F35B9650-68F4-49E8-A51A-79B3673D3398} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12zh_CNLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:00:25:214 | [INFO] |  | OOBE | DE |  |  |  | 6612 | EMPTY SET Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 15:00:25:216 | [ERROR] |  | OOBE | DE |  |  |  | 6612 | DW052: The base product is not installed, Unable to proceed with the patch operation
    05/27/14 15:00:25:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | :: END TIMER :: [Total Timer] took 1106.75 milliseconds (1.10675 seconds) DTR = 365.031 KBPS (0.356476 MBPS)
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | -------------------------------------- Summary --------------------------------------
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 |  - 0 fatal error(s), 1 error(s)
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 |
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | ERROR: DW052: The base product is not installed, Unable to proceed with the patch operation
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 |
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Please search the above error string(s) to find when the error occurred.
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | These errors resulted in installer Exit Code mentioned below.
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | -------------------------------------------------------------------------------------
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 |
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Exit Code: 28 - The base product is not installed.
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | Please see specific errors for troubleshooting. For example, ERROR: DW052 ...
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | END - Installer Session
    05/27/14 15:00:26:216 | [INFO] |  | OOBE | DE |  |  |  | 6612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | START - Installer Session
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | RIBS version: 8.0.0.15
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ::START TIMER:: [Total Timer]
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | CHECK: Single instance running
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | CHECK : Credentials
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Load Deployment File
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | deploymentFile option not given
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | CHECK : Another Native OS installer already running
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Create Required Folders
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Assuming install mode
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Looking up install source path
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Sync Media DB ...
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ::START TIMER:: [Sync Media DB]
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Pre check media db sync
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | End of Pre check media db sync. Exit code: 0
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | :: END TIMER :: [Sync Media DB] took 313.278 milliseconds (0.313278 seconds)
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ready to initialize session to start with ...
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ::START TIMER:: [CreatePayloadSession]
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updated source path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {121FBD40-4492-489E-84E3-CCDA581D2792}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12de_DELanguagePack-251013040849\Install.db
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {4C2BB79C-D2A1-4487-9801-09E115A3E58D}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12AllTrial-251013040544\Install.db
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {6DDA02AD-CACF-4306-9A40-828D0DD87E47}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12en_USLanguagePack-251013040830\Install.db
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {79B66B73-4C79-44A0-8F80-C9F320E50A52}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ko_KRLanguagePack-251013041021\Install.db
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {94459CD9-1400-4A27-9C5D-CB35318FEB27}
    05/27/14 15:32:29:837 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12fr_FRLanguagePack-251013040926\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {D3BD31A3-1DD2-486E-A43B-A707F99847E7}
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12it_ITLanguagePack-251013040944\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {D59528C1-4B04-4FE4-A435-415290988850}
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12ja_JPLanguagePack-251013041002\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {D77CEFB5-6C6A-4F36-A825-9B733BC3266D}
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12es_ESLanguagePack-251013040908\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Updating media info for: {F35B9650-68F4-49E8-A51A-79B3673D3398}
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Ignoring original data since install source is local
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Type: 0, Volume Order: 1, Media Name: AfterEffects_CC_12_1_upd
      Path: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup\p ayloads\AdobeAfterEffects12zh_CNLanguagePack-251013041039\Install.db
    05/27/14 15:32:29:838 | [INFO] |  | OOBE | DE |  |  |  | 4612 | --------------------  END  - Updating Media Sources -  END  --------------------
    05/27/14 15:32:29:845 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Supported RIBS version range: [0.0.0.0,8.0.0.15]
    05/27/14 15:32:29:845 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ----------------- CreatePayloadSession: machine is x64 ---------------
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ______ Verify Dependency Subscribers ______
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12de_DELanguagePack 12.1.0.0 {121FBD40-4492-489E-84E3-CCDA581D2792} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12de_DELanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ko_KRLanguagePack 12.1.0.0 {79B66B73-4C79-44A0-8F80-C9F320E50A52} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ko_KRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12fr_FRLanguagePack 12.1.0.0 {94459CD9-1400-4A27-9C5D-CB35318FEB27} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12fr_FRLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12it_ITLanguagePack 12.1.0.0 {D3BD31A3-1DD2-486E-A43B-A707F99847E7} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12it_ITLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12ja_JPLanguagePack 12.1.0.0 {D59528C1-4B04-4FE4-A435-415290988850} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12ja_JPLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12es_ESLanguagePack 12.1.0.0 {D77CEFB5-6C6A-4F36-A825-9B733BC3266D} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12es_ESLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | DW023: The extension payload: Adobe After Effects CC_12.1_AdobeAfterEffects12zh_CNLanguagePack 12.1.0.0 {F35B9650-68F4-49E8-A51A-79B3673D3398} requires a parent with following specification:
      Family: DVA
      ProductName: Adobe After Effects CC_AdobeAfterEffects12zh_CNLanguagePack
      MinVersion: 0.0.0.0
      This parent relationship is not satisfied, because this payload is not present in this session.
      This payload will be ignored in this session.
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}: 0 (0,0)
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}: 0 (0,0)
    05/27/14 15:32:30:167 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    05/27/14 15:32:30:168 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Patch Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} can be applied to product Adobe After Effects CC 12.0.0.0 {317243C1-6580-4F43-AED7-37D4438C3DD5}
    05/27/14 15:32:30:169 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Patch Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} can be applied to product Adobe After Effects CC_AdobeAfterEffects12en_USLanguagePack 12.0.0.0 {374F8A81-EA15-4A47-A4D9-34531D0560C6}
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Setting property "installSourcePath" to: C:\Users\user\AppData\Local\Temp\Adobe\AAMUpdater\AdobeAfterEffects-12.0.0\12.1.0\setup
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Setting property "mode" to: silent
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Setting property "updateManifestPath" to: C:\Users\user\AppData\Local\Adobe\AAMUpdater\1.0\Data\AdobeAfterEffects-12.0.0\12.1.0\12. 1.0.xml
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Setting property "workflow" to: updater
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "extensionsOnly" to: 1
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "mode" to: silent
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "patchesOnly" to: 1
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "updateManifestPath" to: C:\Users\user\AppData\Local\Adobe\AAMUpdater\1.0\Data\AdobeAfterEffects-12.0.0\12.1.0\12. 1.0.xml
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Overwrite property "workflow" to: updater
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Found payload actions:
    05/27/14 15:32:45:659 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Deciding what installer mode to use...
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 15:32:45:662 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12en_USLanguagePack 12.2.1.0 {34550792-BF85-47BA-B5FD-EB06C4331FC6}
    05/27/14 15:32:45:662 | [INFO] |  | OOBE | DE |  |  |  | 4612 | BEGIN Setting requested payload actions
    05/27/14 15:32:45:663 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Value returned on lookup of payload: Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} is: true
    05/27/14 15:32:45:663 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Action string for Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}  is install
    05/27/14 15:32:45:663 | [WARN] |  | OOBE | DE |  |  |  | 4612 | DW016: NOTE: Cannot set action to the payload Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D} as it is already upgraded by the payload Adobe After Effects CC_12.2.1_AdobeAfterEffects12AllTrial 12.2.1.0 {B820FCD9-FB66-45C1-85B6-00ABADF7981A}
    05/27/14 15:32:45:663 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Value returned on lookup of payload: Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47} is: true
    05/27/14 15:32:45:663 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Action string for Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}  is install
    05/27/14 15:32:45:664 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END Setting requested payload actions
    05/27/14 15:32:45:664 | [INFO] |  | OOBE | DE |  |  |  | 4612 | INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | BEGIN InstallOperationsQueue Unordered operations
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}:  with operation none
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}:  with operation none
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END InstallOperationsQueue Unordered operations
    05/27/14 15:32:45:665 | [ERROR] |  | OOBE | DE |  |  |  | 4612 | DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Payloads passed preflight validation.
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Call PreSession Custom Hook
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | BEGIN InstallOperationsQueue Unordered operations
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12AllTrial 12.1.0.0 {4C2BB79C-D2A1-4487-9801-09E115A3E58D}:  with operation none
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 |   Adobe After Effects CC_12.1_AdobeAfterEffects12en_USLanguagePack 12.1.0.0 {6DDA02AD-CACF-4306-9A40-828D0DD87E47}:  with operation none
    05/27/14 15:32:45:665 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END InstallOperationsQueue Unordered operations
    05/27/14 15:32:45:665 | [ERROR] |  | OOBE | DE |  |  |  | 4612 | DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 15:32:45:665 | [FATAL] |  | OOBE | DE |  |  |  | 4612 | DW028: Unable to open operation queue
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Total components installed: 0
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Total components repaired: 0
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Total components removed: 0
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Restarting your computer is recommended:
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | In order to complete the installation, please restart the computer
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Call PostSession Custom Hook
    05/27/14 15:32:47:683 | [INFO] |  | OOBE | DE |  |  |  | 4612 | :: END TIMER :: [Total Timer] took 18189 milliseconds (18.189 seconds) DTR = 3.73853 KBPS (0.00365091 MBPS)
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | -------------------------------------- Summary --------------------------------------
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 |  - 1 fatal error(s), 2 error(s)
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Win OS version: 6.1.1.0 64 bit Type: 1
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 |
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ERROR: DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | ERROR: DW028: InstallOperationsQueue: Instruction set is empty
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | FATAL: DW028: Unable to open operation queue
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 |
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Please search the above error string(s) to find when the error occurred.
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | These errors resulted in installer Exit Code mentioned below.
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | -------------------------------------------------------------------------------------
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 |
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Exit Code: 7 - Unable to complete Silent workflow.
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | Please see specific errors for troubleshooting. For example, ERROR: DW028 ...
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    05/27/14 15:32:48:684 | [INFO] |  | OOBE | DE |  |  |  | 4612 | END - Installer S

  • AFTER EFFECTS CC WON'T UPDATE - Error U44M1P28

    After Effects CC won't update, I have tried everything... Need this fixed ASAP, fed up!

    if that's an 'update not applicable error', you should probably uninstall, clean and reinstall per http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • After Effects crashes on startup - Various Errors - Windows 7 64bit

    AE CC 2014 13.1.1
    Windows 7 64bit
    12 GB Ram
    Intel Xeon CPR W3680 @ 3.33 GHz 3.33 GHz
    Hyper-threaded 12 cores
    NVIDIA Quadro 2000
    After effects on startup crashes constantly on me. I get various errors, the newest is error code 1268; D_MCp_SetupExporterModule
    Sometimes it is a dynamic link error, and sometimes there is errors.
    If I actually get it to open and work, I'm usually OK until I close the program. At that point there is almost no way I'm getting back in without a reboot.
    I've worked on this same machine for three years and had pretty good luck with every version of AE since 5.5.

    If you're not on Service Pack 1 for Windows 7, you need to get it. SP1 is a minimum system requirement to run 13.1

  • After Installing after effects I get a Runtime Error Pure Virtual Function Call

    I installed After Effects, the trial, onto my pc which meets all the requirments, and I keep getting a runtime error.  I have reinstalled windows, i have used several registry programs and still nothign.  Please help!

    onto my pc which meets all the requirments
    Well, if you are so sure, then why don't you tell us in more detail what PC it actually is? If you have re-installed the operating system and all and AE still doesn't run, then most likely your PC does not meet the requirements or at least uses some strange hardware/ software combination that is not compatible with AE... What operating system? Processor? Graphics card? Other components?
    Mylenium

  • After Effects CC and Cinema 4D Errors

    Hello,
    with the cinema 4d plugin installed into my maxon cineware plugin folder in AE CC, using Windows 8.0, I get the following error on startup.
    after effects internal verification failure sorry! {unexpected functionblock5 flags for functionblock4}
    without it installed, AE CC will not recognise any .aec file
    Firstly, I am aware this is a common issue. I am aware it has been posted before.
    However, I see no acknowledgement of this issue from Adobe nor a solution.
    This is not something I expect to see from Adobe as I am a paying subscriber. I just want it to work, I am paying for it.
    Please have an Adobe representative read this and provide me with a solution.
    Secondly, when I do get the .aec file open, it does not extract solids, with the error 'after effects error: internal verification failure, sorry {invalid solid dimensions}'
    I have checked my solid plane dimensions and the composoting tag and external composting tag match exactly. The output settings and my project settings are also the same.
    These issues are causing me delays in completing work. As I have said before, I am a paying subscriber and I would expect some resoultion to these issues and I am disappointed not see any so far.
    Overall a poor and time costly first experience of an Adobe subscription I am afraid.

    See this for a bug fix in the Maxon Cinema 4D exchange plug-in for After Effects CC: http://adobe.ly/PUHVms

  • After Effects video cue point data error #1107

    Hi all,
    I'm trying to create a personalised video using the techniques described here: http://www.adobe.com/devnet/flash/articles/atv_personalized_video.html
    I have created the video and tracking data in After Effects (CS5), converted the tracking data to Flash cue points and exported the .flv file. I can import the video into Flash (CS6) just fine and I can see all the cue point data however when I try to compile the Flash project, bearing in mind this is just an empty stage with an instance of FLVPlayback on it, I get the following errors:
    VerifyError: Error #1107: The ABC data is corrupt, attempt to read out of bounds.
    ReferenceError: Error #1065: Variable Icon is not defined.
    ReferenceError: Error #1065: Variable FLVPlayback is not defined.
    ReferenceError: Error #1065: Variable Main is not defined.
    If I export the .flv without the cue point data I can import, compile and play the video without error.
    I've had a look around and I've not really been able to find any information about this issue and don't have a clue where to start with it.
    Any ideas?!

    Here is the script I used to export the markers as valid XML for Flash to import. Please note that this will export all markers from all layers so if, as I did, you have multiple 'versions' of your tracking data on different layers it will export the whole lot.
    var comp = app.project.activeItem;
    var XMLStart = "<?xml version='1.0' encoding='UTF-8' ?><FLVCoreCuePoints>";
    var XMLEnd = "</FLVCoreCuePoints>";
    var XMLTemp = "";
    var XMLFinal = "";
    var layerCount = comp.numLayers;
    var layer = new Object;
    var layerMarkers = new Object;
    var markerCount = 0;
    var curMarkerTime = 0;
    var curMarkerName = "";
    var curMarkerType = "";
    var curMarkerXML = "";
    //Layer markers
    for(i=1; i<layerCount+1; i++) {
        layer = comp.layer(i);
        layerMarkers = layer.marker;
        markerCount = layerMarkers.numKeys;
        for(j=1; j<markerCount+1; j++) {
            // get the parameters for this marker
            var params = layerMarkers.keyValue(j).getParameters();
            var XMLParam = "";
            var cont = false;
            // loop through parameters
            for(param in params) {
                // I added this conditional to strip out markers in my project which were superfluous
                if(params[param] == "410,230.5") {
                    var cont = true;
                    continue;
                // generate the XML for the parameter
                XMLParam += "<Parameter>";
                  XMLParam += "<Name>" + param + "</Name>";
                  XMLParam += "<Value>" + params[param] + "</Value>";
                XMLParam += "</Parameter>";
            // if this is a superfluous marker then don't add it to the XML string, just go on to the next
            if(cont) {
                continue;
            // get / set additional marker meta data
            curMarkerTime = layerMarkers.keyTime(j) * 1000;
            curMarkerName = layerMarkers.keyValue(j).cuePointName;
            curMarkerType = "actionscript";
            // assemble the full XML element for this cue point
            curMarkerXML = "<CuePoint><Time>" + curMarkerTime + "</Time><Type>" + curMarkerType + "</Type><Name>" + curMarkerName + "</Name><Parameters>" + XMLParam + "</Parameters></CuePoint>";
            XMLTemp += curMarkerXML;
    //Comp markers
    var tempText = comp.layers.addText("");
    var tempSrc = tempText.text.sourceText;
    tempSrc.expression = "thisComp.marker.numKeys";
    markerCount = Number(tempSrc.value);
    if(markerCount > 0) {
        for (i=1; i<=markerCount; i++) {
            tempSrc.expression = "thisComp.marker.key(" + i + ").time;";
            curMarkerTime = Number(tempSrc.value) * 1000;
            tempSrc.expression = "thisComp.marker.key(" + i + ").cuePointName;";
            curMarkerName = String(tempSrc.value);
            tempSrc.expression = "thisComp.marker.key(" + i + ").eventCuePoint;";
            if(tempSrc.value == "true") {
                curMarkerType = "event";
            } else {
                curMarkerType = "navigation";
            curMarkerXML = "<CuePoint><Time>" + curMarkerTime + "</Time><Type>" + curMarkerType + "</Type><Name>" + curMarkerName + "</Name></CuePoint>";
            XMLTemp += curMarkerXML;
    tempText.remove();
    //create output string
    XMLFinal = XMLStart + XMLTemp + XMLEnd;
    //Write file
    var cueFile = File.saveDialog("Save the XML file", "XML:*.xml" );
    cueFile.open("W");
    cueFile.write(XMLFinal);
    cueFile.close();

  • Adobe After Effects CS6 11.0.2 Error Code: U44M1P7

    Italian version | OSX 10.8.2 | 2x2.66 GHz Quad Core Intel Xeon | 32GB ram
    Can't update, this is the error message.
    Could someone help me, please?
    Thanks in advance.
    Syefano

    Hello all,
    after trying to install the standalone updates failed, also rendering photoshop and illustrator unusable, I've managed to solve the problem with this procedure (I'm on os x):
    - run the cleaner tool
    - remove ALL apps, all versions
    - checked my applications folder for 'adobe' applications folders that might be left and deleted them
    - manually deleted all adobe utilities in the utility folder
    - manually deleted all the adobe folders under application support (both in the system and user libraries)
    - downloaded the latest adobe application manager
    - redownloaded + installed necessary apps
    - ran updater
    everything went well. A funny thing was that after After Effects was installed, while everything else was being downloaded, I've ran the standalone 11.0.2 updater and it worked fine. After the installation of the rest finished, I tried the standalone updaters for Illustrator and Photoshop I had downloaded yesterday, and both of them failed to install.
    So I ran the updater and it managed to update all apps automatically.
    n

  • After Effect 11.0.4 - Initialization Error

    After Effects 11.0.4
    Running on OSX 10.6.8
    Been getting this error for a couple of weeks.
    Updated to the latest version - 11.0.4 - no joy.
    Have just completely formatted and reinstalled everything and wstill getting the error.
    Is there a fix?

    Have you installed any third-party scripts?

  • After Effects give "not enough vram" error with GTX690

    I have a Mac Pro with 2 GTX 690's. Both have 4 Gigs of memory. To be more precise each card has 2 processors so each processor only uses 2 GB. When I open AE I get a "not enough VRAM" error so I can't run ray-tracing. 2 GB should be plenty of VRAM, so I don't get why it would say that. When I go to GPU information in the Previews preference window, I have enable unsupported GPU checked, but "GPU" is still greyed out. In the OpenGL section, it reads that I have 2 GB of vram. What gives? How come After Effects isn't seeing the VRAM for CUDA? Very very frustrating. The cards work fine in Premiere and EVERY OTHER APPLICATION that works using CUDA. After Effects is the only one that freaks out. Need a fix for this.

    Hum, that seems weird. I mean, I CUDA is sooooo very much faster than regular CPU rendering that C4D does. The ideal situation would be to have the Cineware plugin actually be able to use any of renderers in C4D, not just the standard. Then I could select my Octane renderer and have screaming fast 3D live in AE.

  • Importing After Effects document to Premiere Pro errors: "The importer reported a generic error."

    I´m using Premiere Pro CC ver 2014.1. and After Effets 2014.1.1. in OS X Yosemite. I can't import After Effects project to Premiere.
    There is always same error message: "The importer reported a generic error."
    I have tryed to save After document several different names and greate new ones. Always same error. Whats wrong in my workflow?

    Okay so I've searched around most of this forum and as much of Google as I could find - I have found similar problems, but nothing exactly the same; and none of the solutions I've found have worked for me. I've seen a lot of people having trouble connecting to the DL server on the file-selection window, but I don't even get that far - an error message just pops up in the middle of my screen - and my error doesn't mention a server, just that it can't connect to AE DL.
    I changed firewall software (which I've wanted to do for months, anyway) and still to no avail.
    As for the "The importer reported a generic error" problem also, I can't find any problems or solutions with After Effects files not being able to be imported.

  • My After Effects CS6 keeps giving me Error 16 when i try to run it.

    Hi.
    I have just installed After Effects CS6.
    It worked fine yesterday, but when i tried to run it today it kept giving me, Error:16.
    Please help me as i have a project to finish this week.

    If reinstalling doesn't solve your issue, we need to know a lot more to help you. Please provide answers to the questions listed here: "FAQ: What information should I provide when asking a question on this forum?"

Maybe you are looking for

  • ABAP/4 processor: ASSERTION_FAILED

    Hi BW Experts, When we transport one of our Billing DSO and update rules linked to it from Dev to Quality the transport is failing with the below error message. 09/24/2007  18:35:02  Job started 09/24/2007  18:35:02  Step 001 started (program RDDEXEC

  • JDeveloper 9.0.3 and JDK 1.4.1

    Hi I remember that you couldn't use JDeveloper 9.0.2 with Java 1.4 - the menus, buttons, some windows wouldn't appear. In order to build my application with Java 1.4 I had to have both installed on my system: 1.3.1 to run JDeveloper and 1.4.0 to buil

  • I am not able to log in to ePrint

    I am not able to log in to ePrint, after entering the username and password a new window pops out, advising to click on HP Connected. After clicking on the button I get error 404, web page not found. Also not of the 5 apps that are installed on the p

  • Remove Border on Link

    I made an image into a link. But the image now has a purple border around it. I used to be able to remove that in Properties-Border-0. How do I do it in CS6?

  • CS6 Master Collection Trial?

    I downloaded and installed CS6 Master Collection Trial, but only Audition, SpeedGrade, Air Apple iOS support, Dreamweaver, and Acrobate X Pro installed. Flash Builder, Photoshop (64-bit), Premiere, Encore, After Effects, Flash Professional, Illustrat