I have a thesis project that must involve Flex

Hey guys, I'm trying to think of a useful Flex (possibly AIR deployed) application idea for a thesis project I'm doing in school this year. Problem is we have to have and present our idea prior to having any classes on Flex yet which makes it somewhat hard to think of the possibilities. We've had one intro class and I got to play with it and get a nice idea of it during an internship in England over the summer.
So far I have one decent vague idea and one very very vague ideas and I'm just looking for some insight as to if my ideas are even possible/worth it and any ideas you may have that I could try!
My first idea is to build an 'image gallery builder'. So an app for someone who has no knowledge or experience in web design and wants say an image gallery on their website.
For eg: A hardware store owner has a website and would like customers to able to easily navigate the store’s inventory in an image gallery displaying images of products for sale.
So my app would allow him to use a WYSIWYG interface that allows him to manipulate all the properties of a gallery with some sort of completely dynamic changeable base gallery layout. So with all sorts of visual buttons and such the user can change whatever feature of the gallery they would like. Thumb nail sizes, carousel types, headers, content text, colors, content layout etc. And everything they manipulate they can see a it change on the fly.
A lot of other gallery builders I see out there are very ugly and have very minimal options if you know what I mean.
What do you think? Is this something incredibly hard to do? does it make sense? That's as far as I've thought it with my minimal knowledge in Flex as of now.
My other ideas was do something with Flex and the Google maps SDK/API to create an interactive map to visualize geographically-based data that user can work with sorta thing.....haven't really thought that one much further...
Do you guys have any neat Flex application ideas I can consider?
And of course using Flex I have a good amount of knowledge (for a third year student) in XHTML,CSS,JS,PHP,MySQL,AS3.0

No.  Are you saving the project as a disk image rather than burning directly to disk from iDVD?  If not then that's what I suggest you do.  That will separate the encoding process from the burn process to save time and disks if the encoding is bad.  It also lets you burn a second or third disk without having to encode again.
OT

Similar Messages

  • I have a DVD project that takes about 14 hours to generate. Is there any way to periodically save it during encoding so power failures or other problems do not require a complete restart?

    I have a DVD project that takes about 14 hours to generate. Is there any way to periodically save it during encoding so power failures or other problems do not require a complete restart?

    No.  Are you saving the project as a disk image rather than burning directly to disk from iDVD?  If not then that's what I suggest you do.  That will separate the encoding process from the burn process to save time and disks if the encoding is bad.  It also lets you burn a second or third disk without having to encode again.
    OT

  • Hi, i will do a project that must on networking.

    hi everyone. a my friend want to an accounting project.
    there will be a database server and database files and there will be many clients. if any client want to process, it will be on server. I will use mysql because of it is free.
    how do i devise this system? are these steps true?
    - i install mysql server and configure database on server machine.
    - i install to every client my java program.
    but, i wonder how a client connect server database? i little acknowledge about networking. please help me.. thanks

    Hi.. I did a lot of works but i couldnt get any result.
    Firstly i install only mysql server on server machine.
    Then, install to client, jdk,netbeans,jdbc connector. And to try, i've installed mysql server my client.
    So, then i run this code my client to try connecting localhost. It was working.
    import java.sql.*;
    public class ONE {
         public static void main(String args[])
              try
                   Class.forName("com.mysql.jdbc.Driver").newInstance();
                   //Connection conTest = DriverManager.getConnection("jdbc:mysql://localhost/ytu");
                   Connection conTest = DriverManager.getConnection("jdbc:mysql://localhost/ytu", "root", "0147");
                   Statement komut = conTest.createStatement();
                   ResultSet rs = komut.executeQuery("SELECT * FROM students");
                   while(rs.next())
                        System.out.println("Name =>" + rs.getString("name"));
                        System.out.println("Surname =>" + rs.getString("surname"));
                   conTest.close();
              catch(Exception e)
                   System.out.println("There is an error!" + e.getMessage());
                   e.printStackTrace();
    }But, this remote server application has not worked. :
    import java.sql.*;
    public class TWO {
         public static void main(String args[])
              try
                   Class.forName("com.mysql.jdbc.Driver").newInstance();
                   Connection conTest = DriverManager.getConnection("jdbc:mysql://192.168.1.164/factory", "root", "0000");
                   Statement komut = conTest.createStatement();
                   ResultSet rs = komut.executeQuery("SELECT * FROM employees");
                   while(rs.next())
                        System.out.println("Name =>" + rs.getString("name"));
                        System.out.println("Surname =>" + rs.getString("surname"));
                   conTest.close();
              catch(Exception e)
                   System.out.println("There is an error!" + e.getMessage());
                   e.printStackTrace();
    }and this error displayed.
    C:\Documents and Settings\user\Belgelerim\fuat\mysql>java TWO
    There is an error!Access denied for user 'root'@'localhost' (using password: YES
    java.sql.SQLException: Access denied for user 'root'@'localhost' (using password
    : YES)
            at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2934)
            at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:870)
            at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3333)
            at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1232)
            at com.mysql.jdbc.Connection.createNewIO(Connection.java:2749)
            at com.mysql.jdbc.Connection.<init>(Connection.java:1553)
            at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java
    :285)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at java.sql.DriverManager.getConnection(Unknown Source)
            at TWO.main(TWO.java:10)what can i do? please help me.. thanks

  • I have a RED project that is giving me many weird problems in color:

    Certain shots show up as a freeze frames. Other problem shots not only show just a freeze frame but also are frozen in the handles of the shot! Please help.

    first, what format is your sequence?  I've generally found that you need to massage your sequence before sending to color.  Putting everything you want to correct on one track and duplicating your sequence and deleting other tracks.  Have you applied any other filters to clips besides the 3way color correct?  Any speed changes?  Multiclips?  Imported graphics?
    When I decided to use color to color correct a feature doc a couple of years ago, it took me about a week to clean up the sequence before I was able to successfully send it to color.

  • 'You have used a feature that requires the Flex SDK'

    I've tried this code from a tutorial:
    // ActionScript 3.0
    *  Note: This example assumes the bullet_star.png file
    *  is in the same directory as your .FLA file.
    [Embed("bullet_star.png")]
    const BulletStar:Class;
    var starIcon:DisplayObject = new BulletStar();
    starIcon.x = 10;
    starIcon.y = 10;
    addChild(starIcon);
    When I test it I get this popup:
    Does something needs fixing?

    You're probably better off just making a swc, but if you want to do this you need to implement the Interface that Flash wants with your own version of the Class that Flash is trying to get from the SDK. I think in this case maybe BitmapAsset.
    http://stackoverflow.com/questions/9458003/is-there-a-way-to-embed-custom-fonts-in-flash-w ithout-flex
    Here's a better link that explains the process better http://blog.brokenfunction.com/2009/03/how-to-remove-flex-libraries-completely-from-your-a s3-project/

  • Sap bw thesis project

    hi everyone!
    I m starting to land some ideas about my thesis project that I have to present in order to apply 4 my enginner title, so considering I have 1 year experience in sap bw, i was wondering whether it'd be a good idea 2 get some thesis 'bout sap bw, may be comparing wht other technologies or you can give me some suggests about titles in order to get a better idea.
    Regards
    J

    Hi Shital,
    I have a couple of sample estimation plans. Send an email to the mail id on my SDN business card, and I'll get back to you with the docs.

  • Delete document in a project that was created by copying from the Solution

    Here is our scenario:
    We have a Solution linked to a Maintenance project. 
    Additionally I have an Implementation project that I pulled Scenarios from the Solution as a starting point (ie. SD).  I used the COPY documents option.
    Now, I would like to delete a document from the Implementation project and I cannot because the attached error message. 
    What is the standard process for something like this?  Any suggestions.
    Can;t find the attachment option:  ERROR: the document is still in use and cannot be deleted.
    When I click the Where_used is see the SOLUTION, the Maintenance project and the Implementation Project

    Hi Kelly,
    Firstly, try deleting the assignment in the implementation project by using the button with a "minus" icon. Then in the maintenance project you try the deletion. If it stil doesn't allow you to delete it. Try deleting all the assignments and afterwards you may try to use the report solman_unused_documents to find the documents without any assignment and locate this to delete.
    Please read the wiki page for documents in solar01 and solar02. It may help you to better understand my recommendation.
    - http://wiki.sdn.sap.com/wiki/x/rBoMDg
    kind regards, Fabricius

  • How to clone a project that is under version control?

    [RH10]
    Hello. I have a large project that is under TFS source control. I would like some advice on how to safely clone a copy of this project to a separate location (not under source control).
    In the past I ran into problems when copying a project under source control. I think I need to somehow unlink the project from TFS before copying it, but I am hesitant to do this without some expert guidance. Can anyone walk me through the steps for doing this safely? (By safely, I mean without altering in any way the state of the production files under source control.)
    Thanks,
    Mike

    An olden golden from Rick: http://www.robowizard.com/RoboWizard/MonthlyScry/102004.htm
    Just create a copy somewhere and follow the steps outlined by Rick. This article applies to all versions of RoboHelp, no matter the source control system used.
    Greet,
    Willam

  • I have a jpg file that I must use as a background in a Dreamweaver project. There is some text embed

    I have a jpg file that I must use as a background in a Dreamweaver project. There is some text embedded in it that I can't edit. I have tried using Illustrator and Photoshop but I lack experience so I'm probably missing something. I'd be glad of some help as this is all that is preventing me from marking it as complete. The file address is lecaff.fr/images/home_banner.jpg Thank you in anticipation.

    Use Photoshop and the Stamp tool (S) to get rid of the lettering.
    Do little areas at a time, constantly changing the sampling point if you want a half decent job.
    Also, don’t use a .jpg format for files with lettering.
    If you must have lettering use .psd, .tif, .png or some other non-lossy format.

  • Some or all of the photos you selected were downloaded from your published albums. You can only view these photos. To use them in an album or a slideshow or project, you must import them to your photo library.

    I was trying to Import photos from my Facebook photo to my MacBookAir and now all i got is lots of back round photo. Please Help me out to delete them.Some or all of the photos you selected were downloaded from your published albums. You can only view these photos. To use them in an album or a slideshow or project, you must import them to your photo library.

    What that's telling you is that some of the photos you want to use are not in your Library but online in a gallery you have linked to. You need to download them first.
    Regards
    TD

  • I have Video camera movies that are HD format.. I am doing editing work on them using Final Cut Pro, but using DV PAL format for the projects I am editing. When I then tried to copy my work done in FCP Project that's originally DV PAL , into a new FCP Pro

    I have Video camera movies that are HD format.. I am doing editing work on them using Final Cut Pro, but using DV PAL format for the projects I am editing. When I then tried to copy my work done in FCP Project that's originally DV PAL , into a new FCP Project that is HD, and tried reconnect media with original HD movies (video), the sequence project got distorted for all the text, shapes used and all.. everything changed its orientation and scale.. Is there a way by which I can preserve my work done on DV PAL and switch it preserving its proportions, scale and orientation, but on a HD project sequence?? Appreciate your help and advice..

    Yes.  A couple of ways that might work.
    First Way
    What you need to do is load one of your hd clips in the viewer and edit into a new HD sequence.  Does it display correctionly? 
    OK, select the clip in the hd timeline and copy (command-c).  Now go to the HD sequence with the material that's distorted.  Select all (command-a) and paste attributes (option-v) and choose basic motion and distort.  That should maek things work.  What won't work is anything that you've adjusted as far as basic motion or distort in your PAL sequence.  That I'm pretty sure you'll have to redo.
    Second Way. 
    Choose your original PAL sequence and do a Media Manage changing the sequence preset to the appropriate HD paramenters with the media offline.  You then should be able to reconnect these clips with your original HD media.

  • I get this pop up when trying to make a photo book in the iPhoto store. Some or all of the photos you selected were downloaded from your published albums. You can only view these photos. To use them in an album or a slideshow or project, you must import t

    I get this pop up when trying to create a photo book through the iPhoto store.  
    "Some or all of the photos you selected were downloaded from your published albums. You can only view these photos. To use them in an album or a slideshow or project, you must import them to your photo library."
    The photos I have selected have already been imported so how and why do I do it all over again?
    What do they mean by published albums?  I categorize them into photo albums for organizational purposes after I import them from my camera or phone. So why can't I put them into a book now?
    I have over 400 photos selected for a photo book for my child's graduation gift so how can I tell which photos I have to do this to?
    Please help. Any insight wouyld be appreciated.
    Confused and frustrated...

    Give this a try:  apply the two fixes below in order as needed: 
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    OT

  • On my iPhone, I have songs from a CD that I bought and no longer haev. I now have a new computer and it is telling me that to move songs that I only have on my computer, I must erase all of the music from my iPhone. Help!

    On my iPhone, I have songs from a CD that I bought and no longer have. I now have a new computer and it is telling me that to move songs that I only have on my computer, I must erase all of the music from my iPhone (It also says that my phone is already synced with another computer so it has to download everything). I would like to keep all of the music on my Phone and still be able to have these songs from my computer on my iPhone. Help!

    The iPhone is not a storage device. iPhone is designed to sync with 1 computer and
    iPhone sync only one way computer -> iPhone except content bought from iTunes.
    Read this user tip:
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive

  • HT4591 I have a project that I made in Motion 5.0.1.  I have updated to Motion 5.0.4 since, but the project will no longer open.  Is there a way to revert to Motion Version 5.0.1 at least temporarily so that I can access the project and add a few polishes

    It seems that the 5.0.1 project file has become corrupt.  It was generated on an older MacBook Pro Model (2008) and occasionally acted unpredictably.  We have since upgraded hardware and are working on a much more robust machine, but we need to access this project file to make some final tweaks for the client.
    Is there a way I could revert to Motion 5.0.1 and access this file for the final tweaks?  After these, that project will be laid to rest and I will no longer need an older version of the program.
    Thank you so much for your help guys!  We love Motion.  This is the only issue we've ever run into with the program.
    Best,
    Konstantin

    I had a problem with a 5.0.3 project that would cause 5.0.4 to crash. Apple asked for a copy of the project and later told me it was because there were some empty text layers. Apple is aware of the issue and is working on a fix.
    In my case I still had 5.0.3 on another Mac and could clean up the project. If empty text layers might be the problem, do you know someone with an earlier version who could open it and remove the empty layers? I'd be willing to give it a try if you'd want to send me the project.
    Ross Hunter

  • 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!

Maybe you are looking for

  • WL7.0 SP2  different version?

    I am getting the following: ####<Mar 3, 2004 7:49:52 PM EST> <Info> <EJB> <server1> <app1> <main> <kernel identity> <> <010008> <EJB Deploying file: Bean1.jar> ####<Mar 3, 2004 7:49:52 PM EST> <Warning> <EJB> <server1> <app1> <main> <kernel identity>

  • About to use DNG Profile editor

    I've had my Colorchecker for a few weeks, and I finally have time to set up my profiles for LR 3.4. In reading the DNG Profile editor tutorial page (http://labs.adobe.com/wiki/index.php/DNG_Profiles:Editor), I have a few questions: 1) If I use Tutori

  • Adobe InDesign CS4 opening problem

    Hi, I have problem of opening Adobe InDesign CS4. At the following images you can see the error messages that comes one after the other. I really need your help...... Thank you so much in advance, A

  • My wifes iPhone is listing two numbers for one contact in iMessage but she only has one number for her in her contacts.

    My wife was playing with her iPhone 5 today and decided she wanted to text one of her friends. Upon typing in their name she noticed that it listed them twice and the second one had another number she hadn't put into contacts. I checked her contacts

  • Dia and IDiaSymbols not found

    I am trying to build a solution and I keep getting these following errors, I have searched the internet but I haven't found a solution. I am building on VS2012: Error 27 The type or namespace name 'IDiaSymbol' could not be found (are you missing a us