Loading library question in FCPX

Thank you very much for taking the time to look at this post.
The prospects are much appreciated.

A library where I worked on last month has suddenly stopped working and does not allow me to access, causing FCPX beachball constantly.

The library has worked fine until this morning.

It is stored on an external hard drive that is around the age of 3 months.

This is what happened:

  • Opens the library "AYA sound Film.
    • Went to make a change with a fade on one of the clips.
    • Received this message:

      • I checked the hard drive
        • The permissions are all the same and are very well
        • Finder said that there was still 1.9 TB of disk space.
          • Disk utility, says that the disk is full - although it seems not to be when I copied the big files on it to see if it is full.
          • Other libraries on this disc opens without problems and can be used.
  • I stopped and started again.
    • Tried to open the "AYA sound Film" library and could not.  FCPX said that it is opening, then constantly beach balls.  He doesn't even get as much as the jpg above.
  • Visited my backups FCPX.  None of the backups for this project work.
    • Backups for other work projects.
  • FCPX refused to open.
    • Stop down and started again.
  • Preferences FCPX deleted.  -FCPX again, but there is no difference when trying to access the library, it's just the balloons of beach on the opening of the library.
  • Library of copied on another drive - once again no difference.
    • Files copied to a new library - package has failed.
  • Tried on another computer - same problem.

I don't know what is happening.  I made this library in exactly the same way as other libraries I knew in FCPX, and I have never encountered this before.  All media source are fine, so I could go and rebuild it from scratch, but I would really prefer not if there was another way to do it, because that would be the loss of work several weeks of!

Thank you very much, meanwhile, for your views!

Alasdair S

First of all, thank you for the very detailed post. Not sure why it happens unfortunately.

How did the external hard drive formatted and connected? How much free space is on the system drive.

Finder said that there was still 1.9 TB of disk space.

  • Disk utility, says that the disk is full - although it seems not to be when I copied the big files on it to see if it is full.

This sounds boring. Suppose you have trashed preferences and restarted.

Tags: Professional Applications

Similar Questions

  • Error loading library [libclntsh.so.10.1: cannot oopen shared Zic]

    error:
    OBJM_54538 Unable to connect to the reposiREP_51002 Database driver event...Error occurred loading library [libclntsh.so.10.1: cannot oopen shared object file:No such file or directory] Database driver event...Error occurred loading library [libpmora8.so]
    Hello

    I'm on Oracle Enterprise Linux 5 update 6, 32 - bit
    Oracle 11g. R2 32 bit without customer (I have both oracle & lower on the same box)
    INFA 9.0.1 32bits

    I am able to successfully connect to sqlplus too good sh/[email protected] & repo domain user users

    tnsping is good
    lsnrctl start is good
    tnsnames.ora is good

    I already libclntsh.so.10.1 in $ORACLE_HOME/lib /... .i also copied the same file to $INFA_HOME/server/bin/...alredy added the variables env, including LD_LIBRARY_PATH... also I have even I copied both files in / lib.... not even a chance...

    literally, I'm exhausted of ideas after googling in the last 48 hours: (all the expert advice on what Miss me would be gr8tly apprected. TQ.
    [infa901hf2@oel5u6 root]$ which libpmora8.so
    ~/Informatica/9.0.1/server/bin/libpmora8.so
     
    [infa901hf2@oel5u6 root]$ which libclntsh.so.10.1
    /usr/bin/which: no libclntsh.so.10.1 in (/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/sbin:/home/oracle/app/oracle/product/11.2.0/dbhome_2/bin:/home/infa901hf2/Informatica/9.0.1/server/bin:/home/infa901hf2/Informatica/9.0.1/server/tomcat/bin)
     
    [infa901hf2@oel5u6 root]$ ls -al /home/infa901hf2/Informatica/9.0.1/server/bin/libclntsh.so.10.1
    lrwxrwxrwx 1 infa901hf2 infa901hf2 69 Dec 25 01:02 /home/infa901hf2/Informatica/9.0.1/server/bin/libclntsh.so.10.1 -> /home/oracle/app/oracle/product/11.2.0/dbhome_2/lib/libclntsh.so.11.1
     
    [infa901hf2@oel5u6 root]$  ls -al /home/infa901hf2/Informatica/9.0.1/server/bin/libpmora8.so
    -rwxrwxrwx 1 infa901hf2 infa901hf2 314325 Dec 24 22:17 /home/infa901hf2/Informatica/9.0.1/server/bin/libpmora8.so
     
    OBJM_54538 Unable to connect to the repository RepoSrvc on database orcl
    REP_51002 Database driver event...Error occurred loading library [libclntsh.so.10.1: cannot oopen shared object file:No such file or directory] Database driver event...Error occurred loading library [libpmora8.so]
     
    .bash_profile with all the variables env set is less than
    ======================================
    TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
    ORACLE_HOSTNAME=oel5u6.localdomain; export ORACLE_HOSTNAME
    ORACLE_UNQNAME=orcl; export ORACLE_UNQNAME
    ORACLE_BASE=/home/oracle/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_2; export ORACLE_HOME
    ORACLE_SID=orcl; export ORACLE_SID
    PATH=$PATH:/usr/sbin:$ORACLE_HOME/bin; export PATH
     
    LD_LIBRARY_PATH=.:$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
     
    # JAVA HOME
    JAVA_HOME=/usr/java/jdk1.6.0_30; export JAVA_HOME
     
     
    #INFA ENV VARIABLES
    LANG=C; export LANG
    LC_ALL=C; export LC_ALL
    INFA_JAVA_OPTS=-Xmx1024m; export INFA_JAVA_OPTS
    INFA_HOME=/home/infa901hf2/Informatica/9.0.1; export INFA_HOME
    INFA_DOMAINS_FILE=/home/infa901hf2/Informatica/9.0.1/domains.infa; export INFA_DOMAINS_FILE
    LC_CTYPE=en_US.utf8; export LC_CTYPE
    INFA_DEFAULT_DOMAIN=Domain_oel5u6.localdomain; export INFA_DEFAULT_DOMAIN
     
     
    PATH=$PATH:$INFA_HOME/server/bin:$INFA_HOME/server/tomcat/bin; export PATH
    LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH:$INFA_PATH/server/bin; export LD_LIBRARY_PATH
     
    Listener.ora
    # listener.ora Network Configuration File: /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
    # Generated by Oracle configuration tools.
     
     
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = oel5u6.localdomain)(PORT = 1521))
        )
      )
     
     
    ADR_BASE_LISTENER = /home/oracle/app/oracle
     
     
    tnsnames.ora
     
    # tnsnames.ora Network Configuration File: /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
     
     
    LISTENER_ORCL =
      (ADDRESS = (PROTOCOL = TCP)(HOST = oel5u6.localdomain)(PORT = 1521))
     
     
     
     
    ORCL.LOCALDOMAIN =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = oel5u6.localdomain)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = ORCL.LOCALDOMAIN)
        )
      )
     
    tnsping successful
    [oracle@oel5u6 bin]$ tnsping orcl.localdomain
     
     
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 25-DEC-2011 00:20:33
     
     
    Copyright (c) 1997, 2009, Oracle.  All rights reserved.
     
     
    Used parameter files:
    /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/sqlnet.ora
     
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = oel5u6.localdomain)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORCL.LOCALDOMAIN)))
    OK (0 msec)
    listener successful start-up
    [oracle@oel5u6 bin]$ lsnrctl start
     
     
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 25-DEC-2011 00:19:48
     
     
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
     
     
    Starting /home/oracle/app/oracle/product/11.2.0/dbhome_2/bin/tnslsnr: please wait...
     
     
    TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    System parameter file is /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
    Log messages written to /home/oracle/app/oracle/diag/tnslsnr/oel5u6/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oel5u6.localdomain)(PORT=1521)))
     
     
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                25-DEC-2011 00:19:48
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /home/oracle/app/oracle/product/11.2.0/dbhome_2/network/admin/listener.ora
    Listener Log File         /home/oracle/app/oracle/diag/tnslsnr/oel5u6/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oel5u6.localdomain)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    TQ.

    Issue certainly seems to be with your Oracle env installation and configuration. Have a symlink point to another symbolic link is not necessarily a problem.

    So, just to be sure, can you confirm the 2 below:

    (1) you have installed the Oracle 32-bit (full) client and use libraries in the Client as part of the LD_LIBRARY_PATH to the operating system user that runs the process of INFA. In other words your ORACLE_HOME (in .bash_profile) points to the directory of the CLIENT with the .so files... correct. You have confirmed this by su - as the user of the OS (for example, ' oracle') and do an echo on LD_LIBRARY_PATH. fix? If necessary, I would even recommend using the FULL path to the 32-bit client directory.

    (2) you have confirmed that all files in the directory .so have permissions for the operating system user that runs the process of INFA. You can check this through ls - alt and confirming none questioned .so files are limited.

    (3) also... is your OS for the Oracle DB and LOWER the same username? Or you have 2 different users of the OS?

  • Fatal error: unable to load library "pdh.dll."

    When I double click on Skype icon, a dialog box appears. It says "Fatal error" at the top, and inside, it says: "cannot load library 'pdh.dll.'" "I can't Skype to open at all.

    I used Skype without problem the day before, and I did nothing for all the files or anything like that. I don't think so.

    I restarted my computer, uninstalled and reinstalled Skype and entered %APPDATA%\microsoft\windows\sendto and renamed the Skype folder, tried to open Skype, then renamed the file back again. None of this has worked.

    I did a scan for Malware, and he came clean. I am running a virus scan.
    Can someone help me?

    Try to run the tool (sfc.exe) System File Checker

    http://support.Microsoft.com/kb/929833

  • LabVIEW, could not load library blockdataapi.* & quot; BlockgetIOReferenceByModule:C on

    Hello

    After copy of project and re-Assembly, I fell into a large number of problems. LabVIEW is suspended, MAX crio error, no communication to my cRIO-9074, etc.

    I formatted the drive and re-installed the software Labview and now at least MAX has no errors, IP adr. Ok.

    Deploy my application VI gives (as before); LabVIEW could not load library blockdataapi.* 'BlockgetIOReferenceByModule:C on the device target RT.

    VI does not run.

    How can I fix this problem?

    Greetings, Frank

    Hi Frank,.

    It looks that your VI using the NI Scan Engine Advanced IO access API (http://zone.ni.com/devzone/cda/tut/p/id/8071)

    This component is not installed by default, you must add it as you have formatted your cRIO.

    The excerpt below if the link above with installation instructions document:

    «Support for the API to access IO advance must be installed on the objective of the measurement and Automation Explorer (MAX).» Expand the target under remote, devices right click on softwareand select Add/Remove programs. Select custom software installation and install the component called NI Scan Engine Advanced IO access 1.0. »

    I hope this helps!

    Kurt

  • WinXp boot - loading library can, t find localizer.dll and also lack LiveNatTrav.dll

    When the WinXp starting, always getting these 2 errors;

    (1) loading library can, t find localizer.dll

    (2) missing LiveNatTrav.dll

    Try lreloading WinXP SP and also get updates to resolve these 2 error loading but not successful.

    Any person having solved these problems, please advise.

    Thank you

    This topic: How to solve the problem of Localizer.dll::Localizer
    can correct your mistake to localizer.dll.

  • Oracle BI Server 12 c startup failed (could not load library nqcsfwrapper64.dll FSB)

    Hello

    We have installed OBIEE 12 c version 12.2.1.0.0 on Windows 2008 Server R2 (Microsoft Windows 64-bit). Installation successful but when we try to start Oracle BI Server, we got the following error:

    Oracle BI Server start failed. [nQSError: 46136] Could not load library nqcsfwrapper64.dll CSF.

    Please help me solve this problem.

    Environment

    ==========

    OBIEE 12.2.1.0.0

    Microsoft Windows x 64 (64-bit)

    Here you have several details of the journal.

    obis1 - diagnostic.log

    ===============

    ...

    [2015 10-29 T 17: 03:19.905 - 07:00] [PIPO] [ERROR: 1] [] [] [ecid:] [sik: ssi] [tid: 1014] [nQSError: 46136] could not load library nqcsfwrapper64.dll CSF. [[

    file: server\Utility\Generic\Src\SUGCSF.cpp; Online: 283

    ]]

    [2015 10-29 T 17: 03:19.998 - 07:00] [PIPO] [ERROR: 1] [] [] [ecid:] [sik: ssi] [tid: 1014] Oracle BI Server failed to start. [nQSError: 46136] Could not load library nqcsfwrapper64.dll CSF. [[

    file: server\NQSNative\Driver\Src\NQDDriverImpl.cpp; Online: 461

    ...

    obis1.out (note the time is the same as above)

    ========

    ...

    < 29 October 2015 5:03:19 PM PDT > < INFO > < NodeManager ComponentManager > < ORACLE_OBICCS_HOSTS = SBSOBIEE1:9508 >

    Oracle BI Server from...

    Failed to start the Oracle BI server.

    nqsserver: stop Oracle BI Server.

    < 29 October 2015 10:03:20 PM PDT > < INFO > < NodeManager ComponentManager > < server 'obis1' with the process id 4112 is not alive; Wait for the process to die. >

    < 29 October 2015 10:03:20 PM PDT > < FINEST > < NodeManager ComponentManager > < process of death >.

    < 29 October 2015 10:03:20 PM PDT > < INFO > < NodeManager ComponentManager > < server failed during startup. He could be retried according to the configuration of auto restart. >

    ...

    < 29 October 2015 10:03:20 PM PDT > < WARNING > < NodeManager ComponentManager > < C:\oracle\Middleware\Oracle_Home\user_projects\domains\bi\config\fmwconfig\bienv\OBIS\obis.properties does not contain the environmental parameters >

    Administrator_nQSetUDML_Gen.log

    ===========================

    ...

    [2015 10-29 T 16: 45:38.700 - 07:00] [PIPO] [ERROR: 1] [] [] [ecid:] [sik:] [tid: 244] [nQSError: 28031] error: could not open the file: C:\oracle\Middleware\Oracle_Home\bi\bin\...... \user_projects\domains\bi\bidata\components\OBIS\instance_mapping\obis1\mapping.Xml. []

    file: server\Utility\Server\Config\SUSystemConfig.cpp; line: 731

    ]]

    ...

    obis1 - query.log

    ============

    vacuum

    Windows 2008 Server R2 is not an operating system supported for OBIEE 12 c. To solve this problem we have installed on Windows 2012 R2 64 bit.

  • Error of character host load library 1114

    Hi all

    I have checked the forums for an answer to this, could not find for character animator. Cannot run program I get the message Load Library error 1114.  I see that I have updated drivers (it is true that after I loaded the After Effects).  Can not find solution yet, everything else (Illustrator, Photoshop seems to work.

    Any ideas appreciated.

    [Moved from the After Effects forum the Forum host character - Mod]

    Hi Jeff

    Been tinkering this weekend and I think I found the solution. Thought you might like to know. I just changed the global setting of dynamic graphics switchable to maximize Performance and presto is works.

    Do not know if that brings other problems, but hey, it works.

    The only other issue I have is the error of Ray Tracing below.

    Thanks for your help and suggestions, much appreciated.

    Ian

  • [nQSError: 93001] Cannot load library, oracore11.dll

    Hello

    I use OBIEE 11.1.1.7 and new to BI. I created pools of connections to the RPD and it connects fine but when I try to import the metadata any database tables are presented in the utility.

    In the metadata import utility, step 1 connect very well and in step 2 I selected tables, keys, and types of metadata of foreign keys, and when it comes to step 3 in the select metadata objects that I do not see the tables listed in the data source view.

    the log file records the message - [nQSError: 93001] can not load library, oracore11.dll, due, the specified module could not be found.

    I referred to in these stations and installed the client oracle too but nothing is always displayed and not luck.

    http://www.rittmanmead.com/2012/05/OBIEE-administration-tool-import-metadata-shows-no-schemas/

    If this dll is so important, why doesn't the installation of BI who?

    No idea what's going on here. I'm 100% sure that my connection is correct, because if I create a table of the physical layer and select the number of rows to update manually I can see my perfectly good data.

    Pointers are useful.

    Thank you.

    It seems that you have installed the client of Oracle 11 g properly, if you don't understand the OIC bits necessary, or is not in your path variable to the appropriate environment.

  • I have the following error message when you try to access the settings preferences "load library failed with error 1114: (DLL) initialization routine failed. I use Windows OS 10. Can anyone help?

    I have the following error message when you try to access the settings preferences "load library failed with error 1114: (DLL) initialization routine failed. I use Windows OS 10. Can anyone help?

    HI lifeimagecreations

    Greetings!

    Please see this thread in the lightroom preferences entry CC2015 crashes with LoadLibrary failed with error 1114

    If this does not work, reinstall the program with administrative rights.

    Let us know if this helps

    Concerning

    ~ Assani

  • "Error occurred while packaging the application...". Cannot load library' in Flash Builder 4.7 (iOS)

    EU struggling to solve this error yesterday in Flash Builder 4.7 packaging an app for iOS.

    "

    Error occurred during the application of packaging:

    Exception in thread "Main Thread" java.lang.UnsatisfiedLinkError: can't load library: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot\lib\llvm.dll

    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1706)

    at java.lang.Runtime.load0(Runtime.java:770)

    at java.lang.System.load(System.java:1004)

    at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:587)

    to adobe.abc.LLVMEmitter. < clinit > (LLVMEmitter.java:597)

    at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:419)

    at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1790)

    at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:378)

    at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:762)

    at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)

    at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:246)

    at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)

    at com.adobe.air.ADT.run(ADT.java:419)

    at com.adobe.air.ADT.main(ADT.java:470)

    "

    Update:

    My old solution (of the 64-bit JRE installation) created a different problem. After several attempts and restarted, I was unable to work in the Flash Builder IDE, because it did not meet the burden. Whenever I had to use the Task Manager to close the application.

    Solution apparent:

    Close all applications running in Windows

    Uninstall all versions of JRE (Java Runtime Environment)

    Uninstalling Flash Builder 4.7

    Reinstall Flash Builder 4.7

  • Question about scrolling and Movie Clips loaded library

    I hope I am posting this in the right forum.

    OK, I am using actionscript 2.0, and I'm doing a picture scroll Gallery. I have a clip with three layers. the first contains a clip used as a scroll bar. The second is a mask used to hide the contents of overflow, and the third contains thumbnails of clip from movie. When I click on one of the thumbnails, it loads a symbol containing a larger version of the image above the thumbnails on the same layer. My problem is the large image is added to the top of the clip, even when it scrolls out of view. I want it to appear on the horizon, so that the user doesn't have to scroll all the way up to the top to see. It's annoying and confusing. Is there a way to do this?

    Here's the code I used to create the effect of scrolling (there is actually a whole lot more code but it is very long, so I'm not there add it now.) I'll do it if I must)

    (Oh, and there is no text involved in this.) I just got this code on a tutorial and I have not changed the variable names yet)

    var scrollUpper:Number = 58;
    var scrollLower:Number = 309;

    var textLower:Number = 60;
    var textUpper:Number = - 179;

    var scrollRange:Number = scrollLower - scrollUpper;
    var textRange:Number = textLower - textUpper;
    var startY: Number = imagesHolder_mc.thumbs_mc._y;

    //
    function scroll() {}
    var moved: number = imagesHolder_mc.scroller_mc._y - scrollUpper;
    var pctMoved:Number = moved/scrollRange;
    var textMove:Number = pctMoved * textRange;
    imagesHolder_mc.thumbs_mc._y = textLower - Gauchedeplacez;

    }

    imagesHolder_mc.scroller_mc.onPress = function() {}
    this.startDrag (false, this._x, scrollUpper, this._x, scrollLower);
    this.onMouseMove = scroll;
    }

    imagesHolder_mc.scroller_mc.onRelease = scroller_mc.onReleaseOutside = function() {}
    this.stopDrag ();
    this.onMouseMove = null}

    What you have explained, it seems to say anything that scrolls to adjust its position so that the top is in the display area after adding a new symbol.  I don't see where it would be your scroll controls, the position of which scrolls.

    I'm a little curious.  You seem to be saying that as new images are selected, they are added to everything that has already been selected, so the reason for scrolling to see things.  Why don't you just show the selected image and remove everything above it so that there is no need to scroll?

  • Style of model/library/question (s)

    Hi all

    So I try to burn a DVD on Encore CS6

    Everything goes well outside of my layout and model options are not there.

    I installed the two software packages. See the images-

    11.JPG12.JPG

    When I load upwards even I get nothing - see picture

    13.JPG

    What's going on--does anyone know? I looked through previous questions but have found no solution.

    Go to preferences in the still and watch the location still will use to find such things. It's my preferences of Win7.

    While you can put the library anywhere you want, I'd rather put where again search by default.

    If this does not help, use Windows explore to look at this place. Y at - it the library folder? Is there something in it?

    Next steps depend on what you find.

  • clips from library for the FCPX external drive disappear

    First time user FCPX.

    I run an end iMac from 2012 and has been using iMovie 10.1.2 until yesterday.  Just before you buy FCPX, I ran out of hard drive space and got a disk external 4 TB and transferred my iMovie library here.  I've renamed the library external iMovie "iMovie" and deleted the one on my Mac, releasing 500 GB of space.  Tested with iMovie using the external drive, no problem, everything works ok.

    Then, I bought yesterday FCPX.  To have access to all my old clips in imovie, I used iMovie and open "library external iMovie" and used the 'send to Final Cut Pro library' command in the file menu of iMovie.  Everything seemed fine, as I was able to open the library in FCPX and all my clips and events were there.

    I thought everything was great, then I went to add some clips to FCPX of my video camera.  I created a second library FCPX and put the clips.  They have downloaded completely, but after downloading said it was over, my machine froze and I had to do a hard reboot by turning off.  This isn't all that unusual, sometimes my Mac crashes when I leave it alone for several hours.

    After that I turned on and opened FCPX, I see in the left pane, two libraries, and events, but some clips appear on my screen.  I opened and closed the library hoping to get the clips to the rear, without success.

    Any idea what went wrong or how to fix it?  I don't know whether to attribute the problem to computer freezing, or rather the use for the first time an external drive to host my files.

    If I can't understand what went wrong, and then I simply repeat the process I went through the first time and see if I get the same results, but I'd rather figure out what I did wrong and try to fix it, so I have a higher level of comfort, go ahead.   I hope that this will not be an experience repeat everything simply because I'm hosting my video files on an external drive.

    Thank you!

    The problem is caused by the shutdown. You could see if there is a backup in the case of movies, but there are maybe not if you have imported only from the media.

    You cannot use this computer with FCP if hard it crashes. You have to get it repaired. No computer should crash like that unless you pull the plug. If you have problems to get a UPS to give you time to stop.

  • Pictures not loading library

    After the last update of system, the pictures don't load not my library. The photo library in the folder of images on my hard drive. When I launch the Photos app, I have the menu bar and nothing else. Preferences is gray. If I want the Option button and then launch Photos I do NOT receive a library of Seletc dialog box.

    Any help appreciated. The system of version 1.0.1 version 10.10.5 photos

    What happens if you double click on your photo library?

  • Myrio NOR in the Eclipse IDE: could not load library error NiFPGA

    Hello! I just started working with the myRIO NOR model 1900, using the Eclipse IDE. I tried build and run some of myRIO NI C examples by following the procedure described in the document 'C_support_for_myRIO_User_Guide' given by NEITHER. It builds without any errors but get this error when I try to run all programs:

    "ERROR:-63194"
    Failed to load NiFpga library! »

    It would really help if someone could suggest a solution for this problem. Thank you

    Hi ANJ123,

    Try to go through the following links.

    http://www.fixerrorhelps.com/fix-PC-error/how-to-fix-NiFpga.dll-error.html

    http://www.dllplus.com/fix-file-error/NiFpga.dll.html

    https://decibel.NI.com/content/docs/doc-31772

    See you soon,.

    ROLLAND

Maybe you are looking for

  • Satellite A300 - S-video does not detect TV

    Dear allLast week, I bought your new product: Toshiba Satellite A300 I liked its release specifications specially s-video.When I arrived at my house, I have it plugged into my TV:Bomba Toshiba 29A3MJhttp://www.Toshiba-Gulf.com/site/product/prd_detail

  • Auto-Timer

    Joined a VI that I work on.  I don't mind having to start the countdown automatically, but I would really like to have it start when the selected pressure is reached. Once reached, if the pressure is lower than the desired pressure, the timer should

  • Fuse with iGroove, speakers, USB connections

    I did a lot of scanning on these boards, try to understand something, I hope someone can help me.  (I see a lot of suggestions for Jerry-rigging through the headphone jack, which is unacceptable...)  I bought a Klipsch iGroove for out sounds mp3 on d

  • I changed a setting in my windows live to send big file now want change back, but don, t remember how

    I changed a setting in my windows live mail to send a large picture, now I want to restore it, but don, t remember how someone can help me

  • How to stop windows that open up behind the taskbar and sidebar

    I was wondering if there was a way to stop windows from behind the taskbar and sidebar of Vista SP2, I currently have my taskbar on the right side on the same width as my sidebar, located on the left side of the screen. Both have been set to keep abo