Reworking a legacy Project that has a .air generated application

Hi,
I am new to the Adobe SW solutions and have a few basic questions.
Background.
The small company where I now work has a software team of 1, and that is now me.
In 2011 a previous Developer here created a .air target application that was delivered to customers and is currently still in use.
Some aspects of this application never worked properly and I have been tasked with fixing this.
From my investigation it seems the problems are limited to incorrect queries on the database so hopefully it should not be so hard.
The previous development was done on a personal Macbook so this is gone and I need to start new.
I have imported the project into FB 4.7 and am in process of understanding what is there, the structure and how it has been developed.
Questions.
1. Is Flash Builder the correct tool to build a .air application?
2. I have just started the trial with Flash Builder 4.7 Premium 64 bit. Assuming the answer to Qu1 is affirmative then the company will buy the license just I need to advise whether we need the standard or premium version and right now I dont know how to decide. What specifics should I be concentrating on when making my recommendation?
3. When I develop with 64 bit FB can I generate an application for a 32 bit target machine?
4. Could there an impact on the legacy application if the customer installed Adobe Air is updated to the current version?
Regards,

Dear Frank,
I was deploying from Jdeveloper (as described in Hello World tutorial) where we need to specify an EAR file name and also include the taskflow (Also the view controller in this case) project.
The model project is referenced from view controller as a project dependency.
Thanks a lot for your reply.
War regards,
Sam

Similar Messages

  • In iMovie: I open a project that has been finalized. source fragment is missing. I see a yellow triangle with exclamation mark. Why is that and how do I solve the problem?

    in iMovie:
    I open a project that has been finalized. source fragment is missing. I see a yellow triangle with exclamation mark. Why is that and how do I solve the problem?
    please help.
    J. Aalbers

    Shouldn't really be the MPE at fault here ... what is the codec of the footage/sequence/project?
    Second, can you create a new project in PrPro, then in the media browser, import that sequence from the other project?

  • Creation of a Quotation with a WBS of a Project that has no project stock

    Is it possible to create a quotation or a sales order that is assigned to a project that has 'no project stock' (PROJ-BESTA) in the project profile? We are using a non valuated material in the quotation but get the error message CN769 'Material valuation is different'. Project stock is not required, we do need the revenues and the billing plans from SD.

    Hi,
    Check your requirement class derived for the material.
    In the "Account Assignment" sub tab of requirement class maintenance, see the Valuation field value (for special stock) maintained.
    It should probably be "blank" or "A" for your scenario.
    regards

  • Change Encore Project into a adobe air desktop application with password

    Good afternoon,
    I am trying to find a a way that i can change or inport a Encore project into a adobe air desktop application so that a can password protect it. I have a training simulator built in Encore that has a large number of menus and videos that i would like to tern into a tesk top application that i can password protect. Encore out puts this as a swf file. Is there any way to do this? I have bin looking around an the web and can't seem to find any information on this kind of problem. Any help would be greatly appreciated.
    Many thanks,
    Justin

    Hi Justin,
    ok, assuming that your external SWF tries to access some hosting application context (methods/properties) you could try:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark"
                                xmlns:mx="library://ns.adobe.com/flex/mx"
                                applicationComplete="applicationCompleteHandler(event)">
         <fx:Script>
              <![CDATA[
                   import mx.controls.Alert;
                   import mx.events.FlexEvent;
                   private var loader:URLLoader = null;
                   protected function applicationCompleteHandler(event:FlexEvent):void
                        loader = new URLLoader();
                        loader.dataFormat = URLLoaderDataFormat.BINARY;
                        var url:String = "MyApplication.swf";
                        loader.load(new URLRequest(url));
                        loader.addEventListener(Event.COMPLETE, loaderCompleteHandler);
                        loader.addEventListener(IOErrorEvent.IO_ERROR, loaderErrorHandler);                   
                   protected function loaderCompleteHandler(event:Event):void
                        // allow cross-scripting in case loaded content tries to access
                        // that context properties or methods
                        var context:LoaderContext = new LoaderContext();
                        context.allowCodeImport = true;
                        swfLoader.loaderContext = context;
                        swfLoader.load(loader.data);
                        cleanup();
                   protected function loaderErrorHandler(errorEvent:IOErrorEvent):void
                        mx.controls.Alert.show(errorEvent.text, "ERROR");
                        cleanup();
                   private function cleanup():void
                        loader.removeEventListener(Event.COMPLETE, loaderCompleteHandler);
                        loader.removeEventListener(IOErrorEvent.IO_ERROR, loaderErrorHandler);
                        loader = null;
              ]]>
         </fx:Script>
         <!-- ui -->
         <s:SWFLoader width="100%" height="100%" id="swfLoader"/>
         <!-- -->
    </s:WindowedApplication>
    See that doc for some details "allowCodeImport":
    http://www.adobe.com/devnet/flashplayer/articles/fplayer10_1_air2_security_changes.html
    note: I'm not sure if that would 100% work. I don't know what Encore authored .swf really do, for that you could ask on Encore forum:
    http://forums.adobe.com/community/encore/encore_general
    regards,
    Peter

  • Upgrade labview project that has classes and subVi's

    We have a  LabVIEW  project in LV 8.5( freated by a different developer) that has classes, and various Vi's , subVi's.
    I am looking to upgrade it to LV 2014.  To be safe, I wanto to copy everthing into new classes( renamed from old ones), rename all the Vis( I hav ealready done that in Windows explorere, though not yet added them to project), and use them with renamed subVI's.
    The old classes and VI's should remain in the same folder. 
    What is best way to do that?
    I found something here
    https://lavag.org/topic/17741-the-nightmare-that-is-renaming-a-class-and-its-folder/
    but this basically suggests many methods, and then, would delete the old structure.
    Also, what happens to the "controls" that show up under "private" folder?
    I have never worked with LV classes, so pardon any lack of knowledge.
    sed_y

    4) All the subVI's that are being used and reside in different directories, will be made copy of into their own subdirectories, with the originals zipped.
    That's the one you need to be careful of. If you have any shared code or re-use libraries outside of the project folder then these will get loaded and saved in LV2014. Use the 'files' tab of the project folder to see which files aren't in your project subdirectory.
    Anything that is in user.lib you can copy from the 8.5 user.lib to the LV2014 user.lib folder and your project will automatically find them.
    There are some useful tips here about working with LabVIEW projects and keeping all of your code in sensible locations. Anything relating to your project should be within the project subfolder and any shared code should go in the respective user.lib/vi.lib of the appropriate LabVIEW version - this does mean that you have a copy of the VI for each version of LabVIEW so you will need to be careful about making sure if you change it in one version you change it in the other. Even better still is to make your shared code into VI packages - then you can install them for any LabVIEW version and it will automatically save/compile them for the appropriate version. We used to have all of our re-use code in user.lib but it made moving between LabVIEW versions a pain so we started using VI packages and haven't looked back.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • How can I open a project that has been created with Mercury Playback Engine GPU Acceleration software, on my trial version of Premier Pro CC?

    Hi,
    I'm working with a colleague who is using Mercury Playback Engine GPU Acceleration software on his PC version of Premier Pro CC. I am using a mac and have a trial version of Premier Pro CC. When I try to open a project file that he has sent me I get an error message-
    "Missing renderer: This project was last used with Mercury Playback Engine GPU Acceleration (CUDA), which is either not available or not certified on this system. Mercury Playback Engine Software Only will be used."
    When I click OK and locate the files I get a message saying "File format not supported".
    Can anyone tell me what to do so that we can share project files?
    Many thanks,
    Jessie

    Shouldn't really be the MPE at fault here ... what is the codec of the footage/sequence/project?
    Second, can you create a new project in PrPro, then in the media browser, import that sequence from the other project?

  • How to deploy a BPM Project that has a taskflow project and a Model Project

    Hi All,
    I am going to deploy an Application developed using Jdev 11g (11.1.1.3) which has three projects
    1) A BPM Project which contains Business Processes
    2) An ADF View Controller which contains the task flows based on human tasks used by Project 1
    3) An ADF Model which contains ADF BC view objects which are used by Project 2
    Please elaborate how to deploy this application in Weblogic.
    I initially selected the BPM project (Project 1) and deployed it with reference of Taskflow Project (Project 2).
    But after this when I am clicking a task in the worklist application I am getting the following error:
    java.lang.NullPointerException
         at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3715)
         at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:865)
         at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5132)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.hasRefreshParametersChanged(JUMethodIteratorDef.java:527)
         at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:379)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:55)
         at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:274)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2975)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2845)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3134)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2845)
         at oracle.adf.controller.internal.binding.TaskFlowRegionController.doRegionRefresh(TaskFlowRegionController.java:227)
         at oracle.adf.controller.internal.binding.TaskFlowRegionModel.processBeginRegion(TaskFlowRegionModel.java:117)
         at oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange.doChangeImpl(UIXRegion.java:1182)
         at oracle.adf.view.rich.context.DoableContextChange.doChange(DoableContextChange.java:91)
         at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:682)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:487)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag20(__view_jspx.java:986)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag18(__view_jspx.java:912)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag14(__view_jspx.java:722)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag4(__view_jspx.java:308)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag3(__view_jspx.java:242)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag2(__view_jspx.java:192)
         at jsp_servlet._usermanagement._html.__view_jspx._jspx___tag1(__view_jspx.java:141)
         at jsp_servlet._usermanagement._html.__view_jspx._jspService(__view_jspx.java:68)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:526)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:447)
         at oracle.portlet.server.adapter.web.ServletExternalContext.include(ServletExternalContext.java:182)
         at oracle.portlet.server.adapter.web.ServletExternalContext.includePath(ServletExternalContext.java:77)
         at oracle.portlet.server.containerimpl.ServerContext.includePath(ServerContext.java:79)
         at oracle.portlet.server.containerimpl.RequestDispatcherImpl.internalInclude(RequestDispatcherImpl.java:99)
         at oracle.portlet.server.containerimpl.RequestDispatcherImpl.include(RequestDispatcherImpl.java:81)
         at org.apache.myfaces.portlet.faces.context.PortletExternalContextImpl.dispatch(PortletExternalContextImpl.java:578)
         at oracle.portlet.bridge.adf.context.ADFPortletExternalContextImpl.dispatch(ADFPortletExternalContextImpl.java:656)
         at oracle.portlet.bridge.adf.context.ADFPortletExternalContextTimerImpl.dispatch(ADFPortletExternalContextTimerImpl.java:85)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
         at org.apache.myfaces.portlet.faces.application.PortletViewHandlerImpl.renderView(PortletViewHandlerImpl.java:198)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:710)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:273)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:205)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:693)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.redirectRender(BridgeImpl.java:956)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:697)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:567)
         at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:498)
         at javax.portlet.faces.GenericFacesPortlet.doRenderDispatchInternal(GenericFacesPortlet.java:449)
         at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:241)
         at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:243)
         at javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:209)
         at javax.portlet.GenericPortlet.render(GenericPortlet.java:163)
         at oracle.portlet.bridge.adf.application.ADFBridgePortlet.render(ADFBridgePortlet.java:287)
         at be.syntigo.bc2.userManagementProv.userManagementPortlet.render(userManagementPortlet.java:61)
         at oracle.portlet.server.containerimpl.ServerImpl.doRuntimeCall(ServerImpl.java:1316)
         at oracle.portlet.server.containerimpl.ServerImpl.getMarkup(ServerImpl.java:143)
         at oracle.portlet.server.containerimpl.ServerPerfLogger.getMarkup(ServerPerfLogger.java:584)
         at oracle.portlet.wsrp.v2.WSRPv2VersionWrapperServer.getMarkup(WSRPv2VersionWrapperServer.java:545)
         at oracle.portlet.wsrp.v2.WSRPv2ToServer.getMarkup(WSRPv2ToServer.java:15127)
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeSoapToJaxb.getMarkup(WSRP_v2_Markup_PortTypeSoapToJaxb.java:81)
         at oracle.portlet.wsrp.v2.WSRP_v2_Markup_PortTypeSoapPerfLogger.getMarkup(WSRP_v2_Markup_PortTypeSoapPerfLogger.java:58)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.invoke_getMarkup(WSRP_v2_Markup_Binding_SOAP_Tie.java:814)
         at oasis.names.tc.wsrp.v2.bind.runtime.WSRP_v2_Markup_Binding_SOAP_Tie.processingHook(WSRP_v2_Markup_Binding_SOAP_Tie.java:1457)
         at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:299)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:421)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:996)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:312)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:222)
         at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:166)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:430)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.portlet.server.service.ContextFilter.doFilter(ContextFilter.java:101)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Regards,
    Sam

    Dear Frank,
    I was deploying from Jdeveloper (as described in Hello World tutorial) where we need to specify an EAR file name and also include the taskflow (Also the view controller in this case) project.
    The model project is referenced from view controller as a project dependency.
    Thanks a lot for your reply.
    War regards,
    Sam

  • Projects that has used OPA via Java library

    Hi All,
    Would like to know if OPA been used as a Java library in an actual project/implementation. At the moment I would like to know the approach/strategy and lessons learnt if we go this path - since there is a lot of implementation details to address.
    Its a possible integration at the moment for a client of ours - the pros/cons vs OPA as a webservice has been discussed, but due to high performance requirements may need to use OPA as a library. Currently no specific business scenarios for OPA, but the intention is to use it as wide as possible - since any rules not in OPA is likely to be Java.
    Cheers
    Noel
    Edited by: Noel Lim on Apr 3, 2012 3:00 AM

    I know several customers use OPA via the Determinations Engine API. We always recommend using the Determinations Server where possible in preference to the API, as upgrade is generally cleaner and it is generally easier to change the application separately from the policy models.
    See also the YouTube video here: http://www.youtube.com/watch?v=9-opkHsAyEI&list=UUtUHPDCD1EFH_ftnhR_i-dQ&index=4&feature=plcp which gives an introduction to the different OPA deployment options available.
    Edited by: Davin Fifield on 30-Apr-2012 00:49

  • Any idea how I can get FCPX to accurately show the scale of a clip when it is dropped into a project that has smaller dimensions?

    Hi all,
    This is a niche problem but one that I want to figure out.
    I shot at 1920 x 1080 and want to edit at 960 x 720.  This will give me a video that is plenty big for web playback, but will allow me to do some "camera moves" (pans, zooms, etc) by selectively reframing the large file inside the smaller project.
    The problem is, FCPX resizes the larger footage to fill the smaller project when I drop it in the timeline, then tells me that the footage is scaled to 100% in the info window.  I know the source footage isn't really scaled to 100% (should be more like 50% +/-) even though FCPX tells me it is.
    In FCP 7 there were options to keep the larger footage at a true 100% which I could then resize to fit the smaller project.  Is there such a thing in FCPX?
    I just want to make sure I never zoom in past the true 100% scale of the source footage or the image will soften.
    Thanks,
    Matt

    Hi There,
    1 - You want to spend a little time with the manual ;-)
    2 - Select ANY clip in either Timeline or Even Browser, go to inspector and in the "Spatial Conform" tab, choose 'none' from the type field
    Hope this helps !

  • I need a flash project that has two video's overlaid on each other with masks on each at 50%

    I'm pretty new to Flash and need to have two video's layered on top of each other with masks that mask off 50% of each side so I have a Side-By-
    Side comparison of the two video streams.  I have encoded two videos with different settings and want to show a side-by-side comparison.  Does anyone have a sample project or code that does this?  I need a kick start.
    Thanks in advance.

    Connecting iPod to your home or car stereo

  • I have an illustrated book stored in iPhoto projects that has been printed once but will be annually updated.  If I upgrade to Mavericks, will this still be available to me for editing and reprinting.

    I have an illustrated book saved in iPhoto projects which I plan to update and reprint in future.  If I upgrade my Macbook to Mavericks from Yosemite, will I still be able to access, edit and reprint this?

    If you're going to update the book each year I suggest you follow this tutorial to save the book in it's own library.  That isolates it from the day to day library which could experience problems resulting in loss of project, i.e. the book: iP12 - Archiving an iPhoto 9 (11) Book for Editing and/or Ordering at a Later Date
    The book library is often small enough that it can be copied to a CD or DVD for off computer backup.

  • Premiere pro freezes when exporting a project that has AE compositions in it?

    PC - 970 nvidia, i7 4790k, premiere will export when the After effects clips are removed, but freezes at different stages of completion when the are left in.

    FAQ: What information should I provide?
    When you say it "freezes", how long is it frozen for?
    What is in these compositions you've linked to?
    What version of AE (down to the last decimal)? Same question for Premiere.
    What are your entire system specs? RAM, OS version, etc.
    And all the rest of the questions in the link I gave.

  • The three main hurdles to porting existing Flash projects to iOS with AIR

    The purpose of this discussion is to identify significant problems currently preventing AIR for iOS from being a viable solution for porting existing Flash apps.  These issues have been largely ignored by Adobe, so I hope that everyone will add to this discussion if you have also run into these roadblocks in targeting iOS with the AIR SDK.  I hope that Adobe staff will address and provide some much needed information with regard to fixing these problems.
    There are 3 main problems with targeting iOS currently, which are probably affecting anyone who is trying to port a project that is both medium to large in size and makes use of SWF loading.  Pretty much any project that has a MVC architecture is going to load SWF assets that are compiled against a view class, so this is likely affecting many people.
    1. Bug - ADT packager runs out of memory when packaging "large" numbers of SWF assets
    https://bugbase.adobe.com/index.cfm?event=bug&id=3511656
    This is a blocking bug that prevents packaging projects with a large number of SWF assets.  It is preventing me from being able to package all the needed assets for my project.  I provided Adobe with my project to package a couple months ago so this bug can be reproduced in house and fixed.  The Adobe employee who was handling this never tried to reproduce the issue and has stopped responding to email and comments in the bug.  Adobe, please have someone take charge of testing and fixing this bug.  It seems like it would be a straightforward fix once the failure is reproduced within a debugger.
    Has anyone who has encountered this problem determined the number of files or classes where it starts to fail.  I've spent some time trying to reverse engineer what the packager is doing when it runs out of memory, so think I can determine how many classes it's working with, but obviously the size of the classes will be variable and so this number will probably be more of a range where we start to get into the failure state.
    Please let me know if you can reproduce this issue with your project with many SWF assets and upvote the bug if you are already aware of this one.
    2. Bug - SWF reloading when doing a "real" (AOT) compile
    https://bugbase.adobe.com/index.cfm?event=bug&id=3636385 
    There is already a forum post that covers the history of this issue (http://forums.adobe.com/message/4920638) but that also covers some issues in older AIR builds with loading of any SWF asset (previously fixed), where this bug deals specifically with reloading of SWF assets that include compiled bytecode (ABC).
    The expectation here is that all versions of the Flash runtime should handle SWF reloading with ABC in the same way, so that a single codebase can be used to target web and iOS (or any other platform).  This is the only issue of the 3 that has a legitimate work around, in my opinion, because the assets can be cached within the app within a loading manager layer.  All the application code that makes loading calls can stay the same, and a compiler flag can be used to enable this caching for iOS builds, with subsequent requests returning a new instance of the cached asset.  This can potentially lead to a very bloated memory footprint for the running app after a period of time, though, which could make some apps perform poorly, so a bugfix is ultimately needed.
    3. Unimplemented feature (?) - The constraint that a single ApplicationDomain is used when running AIR for iOS 
    I did ask about this in the same forum post as SWF reloading but didn't get an Adobe response.  Why does this constraint exist?  My guess is that the AIR runtime for iOS simply hasn't implemented multiple ApplicationDomain support at this point, and that this was done to focus resources on other high priority features for the iOS runtime.  It's possible that there is some aspect of the iOS operating system that makes it difficult or impossible to implement this feature, which may be why it's been avoided to this point, but obviously this is all conjecture without hearing from Adobe on it.
    This is a major issue that needs to be addressed.  For us, the problem is that our SWFs for multiple instances of the same type of asset use the same name for the AS export.  For example, each item an avatar can equip is a single SWF with multiple sub assets -- the parts which comprise the item.  Each of the parts will have an AS export name based on the avatar facing and where it is equipped, like "fv_head".  This naming is consistent across all items, so we will load a lot of assets containing "fv_head" simultaneously.  This normally works fine because the default behavior for Flash has always been that each SWF is loaded into a new ApplicationDomain instance, but for iOS a single ApplicationDomain must be used, causing these names to collide.  The last SWF loaded containing a given AS export name overwrites the previous ones of that name.
    The work around for this, and I use that term loosely, is to go through and uniquely name every AS export in every asset where sets of assets with the same export name is used. For us that is hundreds of items with multiple exports.  Maintaining unique naming across all these parts is also a very error prone process, not to mention all the code that manipulates the parts needs to be modified to handle the new naming and make sure it's referring to the now uniquely named assets.
    The expectation here is that all versions of the Flash runtime should handle asset loading in the same way and place each loaded asset into its own ApplicationDomain container as the default behavior.  I'd like an Adobe employee to address my assumption that this is an unimplemented feature of AIR for iOS at this point, and let the community know if a solution for this will be implemented.
    Summary
    All three of these issues in combination are a major roadblock to porting existing Flash games to iOS with AIR.  Issues with one can make it hard to test and try to work around others.  All need to be fixed, but If I could only pick one of these to fix, it would have to be issue 3 -- that lack of proper ApplicationDomain support when loading assets.  This issue is completely inconsistent with standard Flash behavior and creates a major roadblock to ports of existing applications with no viable solution for a workaround.
    I look forward to Adobe's feedback on each of these issues and hopefully fixes that will allow those of us working with AIR for iOS to get our products to market.

    About the 3rd issue being an AoT design limitation, I'm not sure I understand why it's necessary to know during AoT packaging what the domain is that a child will be loaded into to be able to have SWF loading work as on the browser.
    Isn't the ApplicationDomain an internal construct in the AIR runtime that you guys define in order to manage namespaces of loaded SWFs?  To be clear, when I say "runtime" I know that the resulting code isn't being interpreted within the iOS app, but clearly you have a set of AIR libraries that get compiled into the IPA that provides support for all the Flash APIs.  If that's the case, then wouldn't it be possible for the iOS version of the AIR libraries to define a new ApplicationDomain on the fly when code that has been cross-compiled to iOS native code loads a packaged SWF?
    I don't have a clear picture of how ApplicationDomains are managed internal to the runtime of course, but a little more detail would be very helpful.  Thanks.

  • FCPX is not loading titles and generators and crashes when loading projects that have them already

    Hello,
    I am currently trying to add titles and generators (and themese too) to a new project in FCPX. However when I click on either the titles or generators tab nothing appears in the select area. However, when selecting transitions, music, effects and all the other tabs they show their respective items fine. I have already deleted my preferences plist which did not do anything, as well as restarted my computer.
    Also, if I try to load a project that has titles in it, FCPX crashes. I have attached a few screenshots of what I am experiencing:
    Here is the crash log:
    Process:         Final Cut Pro [286]
    Path:            /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:      com.apple.FinalCut
    Version:         10.0.5 (200703)
    Build Info:      ProEditor-20070003091000000~1
    App Item ID:     424389933
    App External ID: 8007636
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [155]
    Date/Time:       2012-12-09 12:11:06.763 -0600
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          2366350 sec
    Crashes Since Last Report:           41
    Per-App Interval Since Last Report:  240377 sec
    Per-App Crashes Since Last Report:   16
    Anonymous UUID:                      BCA2C4AB-7D2F-41FE-8FE9-699BEC98829C
    Crashed Thread:  46  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Background exception: '-[__NSCFSet addObject:]: attempt to insert nil' --> { (
              0   CoreFoundation                      0x00007fff81ff7f56 __exceptionPreprocess + 198
              1   libobjc.A.dylib                     0x00007fff86ca2d5e objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff81ff7d8a +[NSException raise:format:arguments:] + 106
              3   CoreFoundation                      0x00007fff81ff7d14 +[NSException raise:format:] + 116
              4   CoreFoundation                      0x00007fff81fd0e13 -[__NSCFSet addObject:] + 147
              5   DeepSkyLite                         0x0000000101ecfdba _ZL12SyncObjects_P11objc_objectP12DSCollectionP14DSPropertyDescP13DSSyncContext a + 793
              6   DeepSkyLite                         0x0000000101ed0dba _ZL11CreateMany_P12DSCollectionP14DSPropertyDescP13DSSyncContextaa + 460
              7   DeepSkyLite                         0x0000000101ed0ea4 -[DSSyncContext decodeObjectForKey:] + 209
              8   Flexo                               0x0000000100bf76f3 -[FFEffectStack initWithCoder:] + 467
              9   DeepSkyLite                         0x0000000101ecc877 -[DSSyncContext load:persistentObject:] + 125
              10  DeepSkyLite                         0x0000000101ed186f -[DSObject DSObjectInitWithInvocation:] + 260
              11  CoreFoundation                      0x00007fff81fe4fa4 ___forwarding___ + 756
              12  CoreFoundation                      0x00007fff81fe4c38 _CF_forwarding_prep_0 + 232
              13  Flexo                               0x0000000100ba3d70 -[FFAnchoredEffectComponent awakeAfterUsingCoder:] + 80
              14  DeepSkyLite                         0x0000000101ed1752 -[DSObject _awakeAfterUsingDSCoder:] + 52
              15  DeepSkyLite                         0x0000000101ecc889 -[DSSyncContext load:persistentObject:] + 143
              16  DeepSkyLite                         0x0000000101ecfd31 _ZL12SyncObjects_P11objc_objectP12DSCollectionP14DSPropertyDescP13DSSyncContext a + 656
              17  DeepSkyLite                         0x0000000101ed0dba _ZL11CreateMany_P12DSCollectionP14DSPropertyDescP13DSSyncContextaa + 460
              18  DeepSkyLite                         0x0000000101ed0f17 -[DSSyncContext decodeObjectForKey:] + 324
              19  Flexo                               0x0000000100b8afe6 -[FFAnchoredCollection initWithCoder:] + 486
              20  DeepSkyLite                         0x0000000101ecc877 -[DSSyncContext load:persistentObject:] + 125
              21  DeepSkyLite                         0x0000000101ecfd31 _ZL12SyncObjects_P11objc_objectP12DSCollectionP14DSPropertyDescP13DSSyncContext a + 656
              22  DeepSkyLite                         0x0000000101ed0dba _ZL11CreateMany_P12DSCollectionP14DSPropertyDescP13DSSyncContextaa + 460
              23  DeepSkyLite                         0x0000000101ed0f17 -[DSSyncContext decodeObjectForKey:] + 324
              24  Flexo                               0x0000000100a1ab3a -[FFAnchoredObject initWithCoder:] + 762
              25  Flexo                               0x0000000100ecfd2e -[FFAnchoredClipRef initWithCoder:] + 62
              26  Flexo                               0x0000000100ed1b44 -[FFAnchoredAngle initWithCoder:] + 52
              27  DeepSkyLite                         0x0000000101ecc877 -[DSSyncContext load:persistentObject:] + 125
              28  DeepSkyLite                         0x0000000101ecfd31 _ZL12SyncObjects_P11objc_objectP12DSCollectionP14DSPropertyDescP13DSSyncContext a + 656
              29  DeepSkyLite                         0x0000000101ed0dba _ZL11CreateMany_P12DSCollectionP14DSPropertyDescP13DSSyncContextaa + 460
              30  DeepSkyLite                         0x0000000101ed0f17 -[DSSyncContext decodeObjectForKey:] + 324
              31  Flexo                               0x0000000100b8afe6 -[FFAnchoredCollection initWithCoder:] + 486
              32  DeepSkyLite                         0x0000000101ecc877 -[DSSyncContext load:persistentObject:] + 125
              33  DeepSkyLite                         0x0000000101ecfd31 _ZL12SyncObjects_P11objc_objectP12DSCollectionP14DSPropertyDescP13DSSyncContext a + 656
              34  DeepSkyLite                         0x0000000101ed0dba _ZL11CreateMany_P12DSCollectionP14DSPropertyDescP13DSSyncContextaa + 460
              35  DeepSkyLite                         0x0000000101ed0ea4 -[DSSyncContext decodeObjectForKey:] + 209
              36  Flexo                               0x0000000100a72745 -[FFAnchoredSequence initWithCoder:] + 533
              37  DeepSkyLite                         0x0000000101ecc877 -[DSSyncContext load:persistentObject:] + 125
              38  DeepSkyLite                         0x0000000101ecd5e5 -[DSBridge objectWithID:store:] + 163
              39  Flexo                               0x00000001007e6437 -[FFCatalogStore objectWithID:] + 39
              40  Flexo                               0x0000000100c8f157 __-[FFSequenceInfo sequence]_block_invoke_1 + 183
              41  libdispatch.dylib                   0x00007fff83134a82 _dispatch_call_block_and_release + 18
              42  libdispatch.dylib                   0x00007fff83135961 _dispatch_worker_thread2 + 255
              43  libsystem_c.dylib                   0x00007fff8bfe33da _pthread_wqthread + 316
              44  libsystem_c.dylib                   0x00007fff8bfe4b85 start_wqthread + 13
    objc[286]: garbage collection is OFF
    abort() called
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff81f65717 CFBasicHashGetCountOfKey + 1367
    1   com.apple.CoreFoundation                0x00007fff81f651a7 CFSetContainsValue + 135
    2   com.apple.CoreFoundation                0x00007fff81f6509d __CFRunLoopModeIsEmpty + 269
    3   com.apple.CoreFoundation                0x00007fff81fcdcfa _CFRunLoopFinished + 90
    4   com.apple.Foundation                    0x00007fff888e4f35 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 197
    5   com.apple.Flexo                         0x0000000100c9025a -[FFSequenceInfo sequence] + 1306
    6   com.apple.Flexo                         0x0000000100d3654b -[FFProjectOrganizerFilmstrip beginSkimmingWithSequenceProject:andPlayerModule:] + 283
    7   com.apple.Flexo                         0x0000000100c8672f -[FFProjectOrganizerModule _delayedBeginSkimming:] + 127
    8   com.apple.Foundation                    0x00007fff888e5186 __NSFireDelayedPerform + 392
    9   com.apple.CoreFoundation                0x00007fff81fac934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    10  com.apple.CoreFoundation                0x00007fff81fac486 __CFRunLoopDoTimer + 534
    11  com.apple.CoreFoundation                0x00007fff81f8ce11 __CFRunLoopRun + 1617
    12  com.apple.CoreFoundation                0x00007fff81f8c486 CFRunLoopRunSpecific + 230
    13  com.apple.HIToolbox                     0x00007fff8b2f62bf RunCurrentEventLoopInMode + 277
    14  com.apple.HIToolbox                     0x00007fff8b2fd56d ReceiveNextEventCommon + 355
    15  com.apple.HIToolbox                     0x00007fff8b2fd3fa BlockUntilNextEventMatchingListInMode + 62
    16  com.apple.AppKit                        0x00007fff850af779 _DPSNextEvent + 659
    17  com.apple.AppKit                        0x00007fff850af07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    18  com.apple.AppKit                        0x00007fff850ab9b9 -[NSApplication run] + 470
    19  com.apple.prokit                        0x0000000100303be1 NSProApplicationMain + 387
    20  com.apple.FinalCut                      0x0000000100001dd4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff869c6e06 __select_nocancel + 10
    1   libdispatch.dylib                       0x00007fff831364e6 _dispatch_mgr_invoke + 251
    2   libdispatch.dylib                       0x00007fff83135316 _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.progl.framework               0x0000000101b72d65 (anonymous namespace)::threadFunc(void*) + 61
    3   com.apple.procore.framework             0x0000000100160180 PCThread::startup(void*) + 18
    4   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 3:: com.apple.flexo.throttled-scheduled-io
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Flexo                         0x00000001008756d8 Synchronizable::Wait() + 56
    3   com.apple.Fig.provider                  0x0000000105df1928 0x105dc4000 + 186664
    4   com.apple.Flexo                         0x000000010087e4ea Thread::RunHelper(void*) + 42
    5   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff869c567a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff869c4d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff81f8450c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff81f8cc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff81f8c486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreMediaIO.FCPX.Lion          0x0000000104c0c847 CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO.FCPX.Lion          0x0000000104c02f66 CAPThread::Entry(CAPThread*) + 98
    7   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 5:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe52a6 _pthread_cond_wait + 890
    2   com.apple.CoreVideo                     0x00007fff86ad61cb CVDisplayLink::waitUntil(unsigned long long) + 279
    3   com.apple.CoreVideo                     0x00007fff86ad5631 CVDisplayLink::runIOThread() + 559
    4   com.apple.CoreVideo                     0x00007fff86ad53e9 _ZL13startIOThreadPv + 148
    5   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 6:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.CoreVideo                     0x00007fff86ad56c8 CVDisplayLink::runIOThread() + 710
    3   com.apple.CoreVideo                     0x00007fff86ad53e9 _ZL13startIOThreadPv + 148
    4   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 7:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe01a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102ee7462 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 8:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe01a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102ee7462 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 9:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe52a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff88962a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8892c22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x000000010178e34c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff8893372a -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff889336a2 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 10:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe52a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff88962a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8892c22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x000000010178e34c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff8893372a -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff889336a2 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 11:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe52a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff88962a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8892c22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x000000010178e34c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff8893372a -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff889336a2 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 12:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe52a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff88962a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8892c22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x000000010178e34c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff8893372a -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff889336a2 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 13:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe52a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff88962a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff8892c22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x000000010178e34c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff8893372a -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff889336a2 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 14:: com.apple.dvdplayback-DDPTask
    0   libsystem_kernel.dylib                  0x00007fff869c56b6 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x000000012a56f437 semaphore_wait(viona_semaphore_t*) + 39
    2   com.apple.AVCHDPlugin                   0x000000012a57a6a3 WinPortServer::ProcessMessages() + 117
    3   com.apple.AVCHDPlugin                   0x000000012a5292e8 0x12a4cd000 + 377576
    4   com.apple.AVCHDPlugin                   0x000000012a56eba1 ST20Thread::Run(PThreadRunParams*) + 37
    5   libsystem_c.dylib                       0x00007fff8bfe3768 _pthread_body + 59
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff869c567a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff869c4d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff81f8450c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff81f8cc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff81f8c486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff81f9c19f CFRunLoopRun + 95
    6   com.apple.qmaster.do                    0x00000001204f5910 swamp::CRAdReceiver2::ReceivingThread::runOnce() + 172
    7   com.apple.AECore                        0x00000001072e9d86 aecore::CThread::runThread() + 38
    8   com.apple.AECore                        0x00000001072e78aa threadProc(void*) + 9
    9   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff869c6df2 __select + 10
    1   com.apple.AECore                        0x00000001072e9db2 aecore::CThread::runThread() + 82
    2   com.apple.AECore                        0x00000001072e78aa threadProc(void*) + 9
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 17:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff869c6df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff81fd5c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 18:: com.apple.helium-texture-finish
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102ece8a7 textureFinishThread(void*) + 183
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 19:: com.apple.helium-render-queue-exec-unit-gpu
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102f2f55e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102e4b09f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102e4266e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102e425f4 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 20:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102f2f55e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102e4c9df HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 79
    4   com.apple.Helium.HeliumRender           0x0000000102e41382 StartPBOExecUnitFunc(void*) + 82
    5   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 21:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102f2f55e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102e4c9df HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 79
    4   com.apple.Helium.HeliumRender           0x0000000102e41382 StartPBOExecUnitFunc(void*) + 82
    5   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 22:: CAOpenGLLayer
    0   libsystem_kernel.dylib                  0x00007fff869c567a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff869c4d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff81f8450c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff81f8cc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff81f8c486 CFRunLoopRunSpecific + 230
    5   com.apple.CoreFoundation                0x00007fff81f9c19f CFRunLoopRun + 95
    6   com.apple.QuartzCore                    0x00007fff87d2eaf1 _ZL27CAOpenGLLayer_render_threadPv + 156
    7   com.apple.QuartzCore                    0x00007fff87c17d35 thread_fun + 24
    8   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 23:: com.apple.helium-render-queue-exec-unit-gpu
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102f2f55e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102e4b09f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102e4266e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102e425f4 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 24:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102f2f55e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102e4c9df HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 79
    4   com.apple.Helium.HeliumRender           0x0000000102e41382 StartPBOExecUnitFunc(void*) + 82
    5   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 25:: com.apple.helium-render-queue-pbo-readback-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102f2f55e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102e4c9df HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 79
    4   com.apple.Helium.HeliumRender           0x0000000102e41382 StartPBOExecUnitFunc(void*) + 82
    5   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 26:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib                  0x00007fff869c7a8e pread + 10
    1   com.apple.CoreMedia.ProAppsSupport          0x0000000100298b4a FigFileForkRead + 21
    2   com.apple.CoreMedia.ProAppsSupport          0x00000001002935d3 FigFileByteStreamRead + 77
    3   com.apple.CoreMedia.ProAppsSupport          0x00000001002954b3 RSFileReadSync + 73
    4   com.apple.CoreMedia.ProAppsSupport          0x00000001002954f5 RSFileReadAsync + 20
    5   com.apple.CoreMedia.ProAppsSupport          0x00000001002947dc IssueTailPieceRead + 99
    6   com.apple.CoreMedia.ProAppsSupport          0x0000000100296402 FigScheduledFileIOThread + 1436
    7   com.apple.CoreMedia.ProAppsSupport          0x000000010029aa2a figThreadMain + 385
    8   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 27:: com.apple.flexo.worker-thread
    0   libsystem_kernel.dylib                  0x00007fff869c56b6 semaphore_wait_trap + 10
    1   com.apple.Flexo                         0x00000001008e6760 WorkerThread::Run() + 224
    2   com.apple.Flexo                         0x000000010087e4ea Thread::RunHelper(void*) + 42
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 28:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff869c56b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101f7d4bb 0x101ef4000 + 562363
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101f7ce68 0x101ef4000 + 560744
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 29:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff869c56b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101f7d4bb 0x101ef4000 + 562363
    2   com.apple.VideoToolbox.ProAppsSupport          0x00000001020369cf 0x101ef4000 + 1321423
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 30:: com.apple.flexo.worker-thread
    0   libsystem_kernel.dylib                  0x00007fff869c56b6 semaphore_wait_trap + 10
    1   com.apple.Flexo                         0x00000001008e6760 WorkerThread::Run() + 224
    2   com.apple.Flexo                         0x000000010087e4ea Thread::RunHelper(void*) + 42
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 31:: com.apple.helium-render-queue-exec-unit-cpu
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102f2f55e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102e4b09f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102e4266e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102e425f4 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 32:: com.apple.helium-render-queue-exec-unit-cpu
    0   libsystem_kernel.dylib                  0x00007fff869c6bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe5274 _pthread_cond_wait + 840
    2   com.apple.Helium.HeliumRender           0x0000000102f2f55e HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102e4b09f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102e4266e HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102e425f4 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 33:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff869c56b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101f7d4bb 0x101ef4000 + 562363
    2   com.apple.VideoToolbox.ProAppsSupport          0x0000000101f7ce68 0x101ef4000 + 560744
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 34:: com.apple.coremedia.JVTlib
    0   libsystem_kernel.dylib                  0x00007fff869c56b6 semaphore_wait_trap + 10
    1   com.apple.VideoToolbox.ProAppsSupport          0x0000000101f7d4bb 0x101ef4000 + 562363
    2   com.apple.VideoToolbox.ProAppsSupport          0x00000001020369cf 0x101ef4000 + 1321423
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 35:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe01a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102ee7462 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 36:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe01a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102ee7462 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 37:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe01a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102ee7462 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 38:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff869c6bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff8bfe01a1 pthread_mutex_lock + 545
    2   com.apple.Helium.HeliumRender           0x0000000102ee7462 hg_pthread_loop(void*) + 98
    3   libsystem_c.dylib                       0x00007fff8bfe18bf _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff8bfe4b75 thread_start + 13
    Thread 39:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff869c6e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8bf97dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff8bf97bb5 usleep + 53
    3   com.apple.Fig.provider                  0x0000000105dfd15a 0x105dc4000 + 233818
    4   com.apple.Fig.provider                  0x0000000105dfd2da 0x105dc4000 + 234202
    5   com.apple.Fig.provider                  0x0000000105dec27a 0x105dc4000 + 164474
    6   com.apple.Foundation                    0x00007fff889216b4 -[__NSOperationInternal start] + 705
    7   com.apple.Foundation                    0x00007fff88934912 ____NSOQSchedule_block_invoke_2 + 124
    8   libdispatch.dylib                       0x00007fff831

    SK,
    What my statement above indicates is that FCPX is not a replacement for video professionals.
    Apple definitely has alienated the video professionals with this release of Final Cut Pro. And, if not addressed within the next 12 months probably it will be a good bye to the video professional community.
    The application may be a success, but with a new audience. Not with the core of users that made it a current success.
    Apple should learn from Aperture, their software that was touted as the photography application for professionals. It is a great tool, but it lost the battle against Adobe Photoshop Lightroom in the Professional community, along ago. It did, because Apple was not listening to the professionals, and was trying to change the workflow of all these pros.
    FCPX indeed is a new way to see post, but Apple is not the mighty enterprise to make a whole industry change. Video/Film Editing is older than Apple, and Apple is not the only company in this field providing solutions. Granted, FCP (version 7 and prior) needed some tweaks, but as applications, they are great tools. FCPX, is not there yet. And it should have been named something else. It is not the next version of FCP, is a whole new application.
    I agree, calling it a Pro, is an insult.
    Paraphrasing one of Pixar's movies, The Incredibles: When everyone is a Pro, no-one is!

  • Can I create a project that dynamically pulls in outside content.

    I need to create a project that has a block of information
    via an image or a html block that can reference information outside
    of the project. The idea here is I want to include Images that
    drive users to other presentations, but would like to make those
    blocks dynamic, such that I can modify the block outside and not
    have to edit and re-generate the presentation from
    Captivate.

    The generic answer to your question is that Captivate does
    not have dynamic load capability.
    You would need to create that functionality in Flash and
    import it into Captivate as an animation. The process is fairly
    straightforward and any decent Flash developer could do it for you.
    And, as Rick alluded to, Paul Dewhurst is a very decent Flash
    developer.
    The only really tricky part seems to be making sure the Flash
    animation takes into account the internal structure of the
    published Captivate project. Published Captivate projects have a
    predefined layer order that may affect what you're trying to
    do.

Maybe you are looking for

  • Most of the time I get The Connection Was Reset. Can someone tell me why this happens?

    When I click on Firefox or when browsing or going from one site to the other I get "The connection was reset" then have to click on Try Again. Can someone tell me why this is happening? Thank you. THE CONNECTION WAS RESET again this morning. I even g

  • Swing JComboBox causes scrolling problems in applet

    I have an applet with a JPanel that contains a JComboBox that lists font selections for a JTextPane in a JPanel below it. It contains about 12 items, of which only five are visible at a time. If I choose any of the first five and scroll the page on w

  • Processing length specific file in XI

    Hi All, Is it possible to process lenghth specific file in XI. Can any one gives some idea how to do that. If I have a very big file like this and want to test mapping by taking that file as input. Is it possible or do we need to convert that file in

  • Widget trigger

    Can a widget be used to trigger an audio or video clip? I'd like to have a clip play on cue without having the video's key frame visible all the time.

  • Button created among region items cannot be horizontally aligned

    If I create a button amongst region items, and say new line = NO and new field = YES, it creates the button in its own table cell. However there is no apparent interface to horizontally (or vertically for that matter) align the button within the cell