File error: File unknown (capturing)

I just upgraded to FCP6 on my MacPro with 5G RAM, 250G HD. After "log and capture" 17 separate clips and saving intermittably, the computer gave me a "File error: File Unknown" warning window when I tried to save. "Quit" and "save" gave the same error as well as "Save as". I asked our IT dept about it and they didn't have any suggestions, besides trash the FCP pref file. While trying to recreate the error with IT, FCP6 worked fine and saved without error. Has anyone run into this problem with the new FCP6? Did it resolve itself? If not, what did you do?
Thanks!
kristina
MacBookPro, MacPro   Mac OS X (10.4.9)  

I have had this problem, although I don't have FCP6. The only way I've been able to solve it is exporting as an XML, and then quit without saving. Reimport the XML when you bring it back up.

Similar Messages

  • I'm editing in FCS 5.1, but when I try to save the project, it says "File error: file unknown."  Any advice?  Thanks!

    I'm editing in FCS 5.1, but when I try to save the project, it says "File error: file unknown."  Any advice?  Thanks!

    have you tried doing a save as to a different location?  If that doesn't work, do a search here.  I seem to remember people having the same problem.
    You could also try doing an xml export (I think 5.1 has that capability). 

  • Load blob to file. error: file write error

    Hi,
    I used procedure witch load blob to file. It's working at Oracle 10g, but its does't work on oracle 11g. Why?
    create or replace PROCEDURE load_blob_to_bfile (p_file_id IN VARCHAR2, p_directory IN VARCHAR2, p_ident in varchar2 default NULL)
    IS
    v_blob BLOB;
    v_start NUMBER := 1;
    v_bytelen NUMBER := 2000;
    v_len NUMBER;
    v_raw RAW (2000);
    v_x NUMBER;
    v_output UTL_FILE.file_type;
    v_file_name VARCHAR2 (200);
    BEGIN
    -- get length of blob
    SELECT DBMS_LOB.getlength (blob_content), filename
    INTO v_len, v_file_name
    FROM wwv_flow_files
    WHERE filename = p_file_id;
    -- define output directory
    v_output := UTL_FILE.fopen (p_directory, p_ident||'_'||v_file_name, 'wb', 32760);
    -- save blob length
    v_x := v_len;
    -- select blob into variable
    SELECT blob_content
    INTO v_blob
    FROM wwv_flow_files
    WHERE filename = p_file_id;
    v_start := 1;
    WHILE v_start < v_len AND v_bytelen > 0
    LOOP
    DBMS_LOB.READ (v_blob, v_bytelen, v_start, v_raw);
    UTL_FILE.put_raw (v_output, v_raw);
    UTL_FILE.fflush (v_output);
    /* Text only could be: UTL_RAW.cast_to_varchar2 (v_raw);*/
    -- set the start position for the next cut
    v_start := v_start + v_bytelen;
    -- set the end position if less than 32000 bytes
    v_x := v_x - v_bytelen;
    IF v_x < 2000
    THEN
    v_bytelen := v_x;
    END IF;
    END LOOP;
    UTL_FILE.fclose (v_output);
    END;
    directories is creaited and granted for read and write. It looks like file is created, but application rise the write file error, and files in directory is emty.
    TomasB

    So, I'm copying the file in a temp. BLOB with this function:
    FUNCTION get_remote_binary_data (p_conn IN OUT NOCOPY UTL_TCP.connection,
    p_file IN VARCHAR2)
    RETURN BLOB IS
    l_conn UTL_TCP.connection;
    l_amount PLS_INTEGER;
    l_buffer RAW(32767);
    l_data BLOB;
    BEGIN
    DBMS_LOB.createtemporary (lob_loc => l_data,
    CACHE => TRUE,
    dur => DBMS_LOB.CALL);
    l_conn := get_passive(p_conn); //get a passive connection
    send_command(p_conn, 'RETR ' || p_file, TRUE); //send Retrieve command to server
    BEGIN
    LOOP
    l_amount := UTL_TCP.read_raw (l_conn, l_buffer, 32767);
    DBMS_LOB.writeappend(l_data, l_amount, l_buffer);
    END LOOP;
    EXCEPTION
    WHEN UTL_TCP.END_OF_INPUT THEN
    NULL;
    WHEN OTHERS THEN
    NULL;
    END;
    UTL_TCP.close_connection(l_conn);
    get_reply(p_conn);
    RETURN l_data;
    END;
    Then I'm writing it into a local file:
    PROCEDURE put_local_binary_data (p_data IN BLOB,
    p_dir IN VARCHAR2,
    p_file IN VARCHAR2) IS
    l_out_file UTL_FILE.FILE_TYPE;
    l_buffer RAW(32767);
    l_amount BINARY_INTEGER;
    l_pos INTEGER := 1;
    l_blob_len INTEGER;
    BEGIN
    l_blob_len := DBMS_LOB.getlength(p_data);
    l_amount := DBMS_LOB.GETCHUNKSIZE(p_data);
    IF (l_amount >= 32767) THEN
    l_amount := 32767;
    END IF;
    l_out_file := UTL_FILE.FOPEN(p_dir, p_file, 'w', 32767);
    WHILE l_pos < l_blob_len LOOP
    DBMS_LOB.READ (p_data, l_amount, l_pos, l_buffer);
    UTL_FILE.put_raw(l_out_file, l_buffer, FALSE);     
    l_pos := l_pos + l_amount;
    END LOOP;
    UTL_FILE.FCLOSE(l_out_file);
    EXCEPTION
    WHEN OTHERS THEN
    IF UTL_FILE.IS_OPEN(l_out_file) THEN
    UTL_FILE.FCLOSE(l_out_file);
    END IF;
    RAISE;
    END;
    I've checked the blob before I'we wrote it ito the file (UTL_FILE.put_raw(l_out_file, l_buffer, FALSE)), and it contains no carriage-return.

  • Help - File Error: 1 Unknown

    I was capturing live from camera to my MBP, no tape, and my project file became unavailable. When FCP went to do an autosave, it could not find the project file (it had been moved accidentally), threw up a dialog box reporting the error and stopped recording. Now the capture file (8GB) cannot be imported into the project and cannot play in the Quicktime player.
    This is important material that I would like to use, is there any way to fix the file? It obviously has material in it, it just wasn't closed properly by FCP before it threw the error about the project file being missing.
    Thanks for any help!!

    The file is gone -- let this be a lesson. Thanks, Apple, for creating software that freaks out when the user does something stupid. Of course, all us users should be careful and we should be spanked when we do something stupid, but it's a joy to use software that protect even us stupid users.

  • Merging PDF's into one file Error: "File Skipped"

    I'm trying to merge multiple files into one. However, on some of the pages I get an error code "File skipped". How do I correct this issue so that I can merge all the files successfully?

    This usually means the file has encryption applied (preventing changes), it's been Reader-extended (also preventing changes) or it's an XFA file from LiveCycle Designer. Open the file in question and check the properties.

  • DME Dowload file error "FILE SPECIFIED IS EMPTY"

    Hi Guru,
    I have run  Payment program and i have generated payment medium for flat file also done all the config settings to generate Payment medium.It has created data medium for the payment run and found the entry.
    When give download in DME admistration, It throughs message like "THE FILE SPECIFIED IS EMPTY"
    Can any one suggest me any solution.
    Moderator message - Cross post locked
    Edited by: Rob Burbank on Sep 23, 2009 2:17 PM

    Hi,
    did u solve this problem?? how??
    thank´s
    Edited by: Anderson Martins on Nov 28, 2011 7:01 PM

  • Unknown file error when capturing in FCP 6

    I capturing from a DVD, using AJA Kona card, component in. I can preview the video in Log & Capture, but when I try to Capture Now, I get an unknown file error and cannot capture. Just a regular DVD, analog capture. I've tried creating new projects. I save to an internal HD with over 300GB of available space. What am I missing?

    If it is a data file drag and drop it on your desktop and open it.
    If it is an encoded movie file can you play it? If so you can use the software I suggested to rip it from the DVD.
    Give it a go.

  • Error (file skipped) when combining files

    Getting an error message on some files(error file skipped)@ when combining files, the properties of the files with errors are the same as the files which are okay. Anyone got a fix for this?

    No the the files aren’t protected. But I solved the problem by copying the files to another folder.
    Seems like another process was still using the files(strange but that’s data for you)
    Fra: Bernd Alheit
    Sendt: 6. august 2014 18:52
    Til: Douglas McGaw
    Emne:  Error (file skipped) when combining files
    Error (file skipped) when combining files
    created by Bernd Alheit<https://forums.adobe.com/people/Bernd+Alheit> in Creating, Editing & Exporting PDFs - View the full discussion<https://forums.adobe.com/message/6617254#6617254>

  • Please help: Blu-ray error - file error - video buffer underflows

    Hi all,
    Just got a new video editing system and Blu-ray burner and was very excited to test out Blu-ray burning. Unfortunately I keep getting the following error whilst burning my timeline:
    blu-ray file error: file already exists - code 6 note: video buffer underflows
    The timeline consists of just one AVC video track and an ac3 track.
    Any help would be greatly appreciated!
    Cheers
    Ben

    Hi Jeff,
    Thanks for the input but none of those solutions worked. Tried renaming the project but to no avail. I am using Vista 64bit so that MSXML solution is irrelevant too.
    Interestingly I hit a buffer underlflow problem with Vegas DVD Architect 5.0 when I make a project with non transcodable elements. I literally have no idea why I am having these problems, but its pretty upsetting that I bought this whole new system, including Vegas and CS4 just for video, and I cant create a Blu-ray disc with either software!
    Cheers
    Ben

  • "File error: unknown file" upon movie import

    Got a DVD. Extracted the footage with Mac the ripper. Created an mp4 file with Handbrake. It plays fine in Quicktime at 720 by 480 and 23.98 FPS. I've tried importing it into FCP and I get the error, "File error: unknown file". FCP sequence presents are 24 FPS...I've also tried switching it to 23.98 FPS. I've re-encoded the movie in Quicktime to a .mov file with "DV/DVCPRO - NTSC" compression and it still will not import. Any suggestions?

    Tried making an AVI in Handbrake. Handbrake just froze everytime and it would never finish.
    I should also note that FFMpeg did not like the footage either and would not convert it to a file of any kind.
    So I put the DVD into a consumer DVD player and used my Panasonic DVX100B camera to record the footage in VCR mode. The tape turned out fine.
    BUT...
    I am trying to capture the footage from another low end Canon camera. Usually there is no problem. However, with this particular footage from this cursed DVD, I get a "general error" when I try to capture the footage in FCP.
    No matter what file format or media is used, this footage will not import into FCP. It must be watermarked to not like FCP.
    Any further suggestions???

  • File Error: Unknown File - when doing save as

    yet another variation on the file problems i am having.
    opened an aotosave file and tried to 'Save project as",
    wont do it, reports "File error: unknown file"
    the same error i get often when trying to "save as" the original,
    and the same error i get if i make a copy of the FCP file in the finer, open it and try to save it, it wont do it.....
    so with the main sequence in my project getting lost ("not found"),
    i now find that its almost impossible to make a backup that works....
    anyone know about this SERIOUS FAULT.
    i can think of no reason why it cant handle the most basic act of keeping assets attached to the program.
    new computer, new drives, new everything..
    i am now working really scared, when it loses the main sequence again (1 hour), the latest backup that might work could be anything from 1 - 5 days old, who knows, and there goes days of work...
    ======================================
    FCP6
    HDV captures.
    Main sequence is prores render.
    Files and media on one 750G drive in the Mac Pro box.
    deleted all render files yesterday, now only about 15 there.
    changed MP3 tracks to aif.
    have done FCP resue often
    have done permissions
    have upgraded to 10.4.10

    i now find that its almost impossible to make a backup that works....
    anyone know about this SERIOUS FAULT.
    i can think of no reason why it cant handle the most basic act of keeping assets attached to the program.
    new computer, new drives, new everything..
    Except that this issue is almost always totally unrelated to FCP at all.
    Paulo has dome great anecdotal advice but this is usually a fiel permissions problem. No idea how it gets changed but you can run Disk Utility and repair permissions. Do it twice. then Get Info on your drive and see what the privileges are. Do the same for your FCP projects folders. Get info on your FCP project file itself.
    You need to get this figured out before you invest any more time in editing.
    bogiesan

  • Error- file type unknown

    Hi
    I'm having a pretty major problem with FCE HD, trying to capture DV footage. The VTR is OK, its set for PAL as it should be, and when I go to either Capture Now or Capture clip, it cues up all the material, plays it and looks as though it is digitizing, till the very end and the message 'ERROR- Final Cut Express cannot capture as the file type is unknown.' another message comes up at the end of the Capture Clip function: 'FILE ERROR: Unknown file'.
    Also there is no sound during the supposed capture. (there is definitly sound on tape!) I have tried every setting at this stage, any ideas? Its so frustrating!
    Thanks,
    Niamh
    Powermac G5   Mac OS X (10.4.4)  

    http://www.fcpbook.com/FAQ/AudioDuringCapture.html
    This addresses the second part.
    For the first part we'd need to get full details of the computer, the drives, the deck, the settings and how everything is connected.

  • Unknown file error

    Hey all!
    I'm working in FCP 5 and I see NO offline media, everything looks to be in order, but when I go to export to Quicktime Conversion it pops up with an error
    "error: file unknown" and I cannot export. I can make a quicktime movie no problem, however that is useless to what I actually need to export for. I have restarted both my hd, my laptop and final cut in general. I don't know what file is missing and or corrupt, it was a fresh project not pulled in from any where no updating project type or anything. I'm getting from two different seqences I have made, each sequences clip is a different tape. I went so far as too delete my capture scratch, disconnect my media and capture every thing from both tapes again.... still getting the same results... any suggestions...??? Kind of time senestive...

    Are you able to render the clips all the way? I recently was given a sequence to work on that used some clips in a codec I didn't have installed. It caused some weird behaviors, including preventing me from rendering or exporting.
    You could concievably dismount your media drive, launch the project, and then remount the drive and reconnect, this might help you to find the problematic clip.
    If it is a corrupt render file, you could delete your renders in the finder, or with render manager to force a re-render, which might help as well.

  • File Error: 1 file(s) recognized, 0 access denied, 1 unknown • PLEASE HELP!

    This is REALLY hurting business as nothing seems to work. I wll explain what is going on. When i attempt to log a clip, the clip doesn't show up in the bin. When i do a capture now, the clip doesn't show up in the bin, but when i look at the Final Cut Pro Documents/Capture Scratch folder the clip is there. If i try to drag the clip in the bin i get the error message (File Error: 1 file(s) recognized, 0 access denied, 1 unknown). Our system has the AJA i/O and a KONA LHe card. I have removed the KONA LHe card, and i did not plug back in the connections for the XSERVE RAID. I am now zeroing out the drive (FRESH FACTORY REINSTALL), and i have installed Final Cut Studio 2 first, but i made all of the software upgrades first. Even when i did that i still got the error message "File Error: 1 file(s) recognized, 0 access denied, 1 unknown." Can someone please help me as i have a commercial due tomorrow and as it stands i am SCREWED! I'm sure that you feel my pain, but nothing is working. It won't let me import any file from any drive because i will get the error message "File Error: 1 file(s) recognized, 0 access denied, 1 unknown"

    Installation is complete on all of the updates and i installed Final Cut Studio 2. I still have not hooked up my Lacie drives (2 500 GB drives stripped to 1TB RAID), and i have not hooked back up my XSERVE RAID. I opened Final Cut and used my second internal drive and imported in audio from that drive. IT WORKED! Now i need to hook up the Lacie drives and see if i can import something from that drive. I have not installed the AJA i/O drivers yet. Trying to go one step at a time to see what is happening. Please advise someone.

  • File Error:Unknown File.

    I am getting a "File Error:Unknown file" when i try and save my project. So i am not able to save any changes i make to my project. any thoughts?

    Try FILE>Save Project As.
    does that work?
    Shane

Maybe you are looking for

  • Receiver determination step in the BPM and multiline container

    i have made a file2file scenario where: there is a BPM, the BPM has a send step which contains a receive step, a transformation that mapps the incomin message to two messages(Split-messgae case), and then a FORK step which sends the two messges to th

  • Tolerance limits for PO,MIGO..etc..?

    Dear all Can anybody explain me about the tolerance limits in SAP-MM, 1.what is tolerance limits..? 2.Why tolerance limits need in SAP-MM..? 3.How to configure in SPRO Which are all the area has to maintain Tolerance limits according to MM point of v

  • QT 7.2 Not working in Browser on Windows XP

    I cannot get QT 7.2 (I've downloaded the latest version) to work in firefox 2.0.0.6 or in ie 6.0.29. In both browsers I get a scrambled green screen immediately followed by a crash with a message (in FF) The plugin performed an illegal operation. You

  • Set Folder Name From File Name Inclosed.

    Hello scripters, There has been quite a few topics about setting file names from parent folders. I believe it's possible but not sure how to reverse this process. That is to say set the folder name from a file in the folder. This is what I'm imaginin

  • Cursor will not open iconfiles on desktop

    My cursor will not open file icons on my desk top. How can I make them open again.