CS4 Encore cannot open project

Why after creating a CS4 Pro project, Dynamic Link to Encore shows error "Cannot open project; The folder for this project cannot be found?

This forum is for "current" Premiere Pro
PProCS4 = http://forums.adobe.com/community/premiere/premierepro_previous?view=all
Encore = http://forums.adobe.com/community/encore

Similar Messages

  • Cannot open project: the folder for this project cannot be found cs4

    I am using Encore CS4  and I get the error "cannot open project: the folder for this project cannot be found"
    Having searched the forums I can not find a solution for when the project folder has been deleted.
    Can someone tell me the solution to this issue.

    If you deleted the Encore directory, you cannot fix this.  You'll have to start over.
    Encore creates this folder structure:
    Root or some other Folder
    MyProject.ncor (the Encore project FILE)
    MyProject (the Encore project directory)
    Other Folders for the Encore project (e.g. Cache, Sources)
    You can get the "the folder for this project cannot be found"  in various ways.
    There have been two recent threads in which the user, by accident or on purpose, changed the folder location or name.  You can fix this by renaming the folder correctly or moving it back (or moving the Encore project file to the correct relative position).
    Folder was renamed.  If you name the folder "MyProjectX" Instead of "MyProject," the project file "MyProject.ncor" can't find it.
    Encore project file was moved - or Encore directories were moved.  If you move "MyProject.ncor" to some other directory or drive (including inside the folder "MyProject"), it can't find the directory - it is looking one directory level below where the project file is located.
    If you delete the Encore project directories, the stuff that Encore uses that projects menus, motion, etc, are gone.  While many of its instructions are inside the project file itself, many are not.  Some of the deleted material might be recreated (e.g. trying to fake Encore into accepting a copy of a menu), but most cannot.

  • Cannot open project file with write access...

    I have seen that this problem has been reported before but have yet to find a solution.
    I have my project file in an external hard drive.  When I plug the hard drive to another computer and want to save it I get this message:
    "Cannot open project file with write access.  The file may be locked or you don't have permission to write to this location.  Select Save As..."
    I don't want to Save As because other projects make reference to this file and also my Encore file will be messed up.
    FYI both computers use Windows 7.
    Any solutions?

    Right click on the folder in Question and select properties. Then select the security tab. Make sure you add everyone to the user list. You do that by selecting edit and then add. Type in everyone in the object section and hit ok. Then select the everyone user and checkmark the Full control. Hit Apply and it will adjust the permissions for the folder and subfolders and files.
    Eric
    ADK

  • Photoshop files in FCE - Cannot Open Project

    I have a series of Photoshop files (RGB with about 10 layers a piece).
    I am able to import a file into FCE HD and move the layers around as tracks - everything works great.
    I save the file, and close. When I try to re-open the file, I get the dreaded "Cannot open project file".
    I have tried this with an external drive and saving to the desktop. I have also tried importing normal pictures - no problem. It's when I import layers. I have been able to isolate the problem to layered Photoshop files.
    Any ideas?
    thanks.

    Any PS file that has transparency that is imported
    into a PAL project will corrupt the file, so
    that you cannot open it again. Sorry.
    See this (9th post down) which showed that any file created in Photoshop with its type as ".psd", whether with or without transparency, will give this fault. However, a file created in Photoshop with .tif will be safe even if it has transparency.
    G5/2.0 GHz   Mac OS X (10.3.9)   1 GB RAM, 150 GB HD, Sony DCR-HC96 mini DV, FCE HD 3.0 DVD SP 3

  • FCP X cannot open project that I created in the trial version

    I bought FCP X. Now I am trying to open projects that I worked on in the trial version but they will not open.
    I get the following message:
    I already trashed the trial version.
    Can somebody help me?
    Thanks
    Annemarie

    You cannot open projects in FCP. You need to update your projects and events for the new version. Read about it. Start here
    http://www.fcpxbook.com/updates/101/101libraries.html

  • Cannot open project. Just got an error message that says:  '  project contained a sequence that coul

    Cannot open project. Just got an error message that says:  '  project contained a sequence that could not be opened. No sequence preview preset file or codec could be associated witht his sequence type. "  how do I navigate this and reopen my project. ( note: I recently transitioned from the 30 day free trial to 'buying in' to the license cloud application; if that has relevance....)

      FAQ: Why are some codecs and sequence presets missing from my installation of Premiere Pro?

  • Cannot open project - Newer Version of Premiere?

    I am attempting to open a Premiere project file that was sent to me. It was an After Effects project that has been converted to a Premiere project as I do not have After Effects. I cannot open it, as Premiere pops up with a box saying that the project was created using a newer version of the program and cannot be opened in this version. I am running CC and am up to date. What's going on?

    No its not.
    Adobe confused us with a CC 2014 (8.0)  and now its  CC2014.1 (8.1.0)
    If i got that wrong.... its cos I am confused.   (easily done)
    If you want a worse example of software versioning...try and work out NVIDIA drivers, HP Printer Drivers  or BM Drivers.

  • LV RTE cannot open project files that have .lvlib references in Dependencies

    I'm writing a LabVIEW DLL to inspect LabVIEW project files, and I've noticed that if a project has a .lvlib reference in its Dependencies, then the Run-Time Engine contradicts itself about whether or not it can find the project file:
    Project.Open returns error 7 (file not found)
    Project.GetFileLVVersion is successful
    Here are snippets from my G and C code that exercise this behavior:
    int openStatus = StatusSuccess;
    char* projectVersion = createStringWithLength(VersionStringLength);
    printf("Analyzing %s\n", pathString);
    OpenProject(pathString, &openStatus, projectVersion, VersionStringLength);
    printf(" Project written in LabVIEW %s\n", projectVersion);
    if (openStatus == StatusSuccess)
    printf(" Opened project file.\n");
    else
    printf("Error: Could not find project file, or file was not a project file (error code %i).\n", openStatus);
    However, when running in the development environment, both methods succeed.
    Is this a bug, and if so, is it fixed in LabVIEW 2014?
    Here is how you can reproduce it:
    Prerequisites:
    LabVIEW 2013 SP1 32-bit
    ConEmu for a good console -- https://code.google.com/p/conemu-maximus5/wiki/Downloads
    minGW for compiling a program to use the LabVIEW DLL -- http://sourceforge.net/projects/mingw/files
    .lvlib reference in Dependencies breaks Project.Open in LV RTE
    Unzip the attachment into a temporary directory (eg c:\xtra\temp)
    Open "OpenProject.lvproj" in LabVIEW.
    Build "Open Project Library".
    Using ConEmu with a bash prompt, navigate to the temporary directory.
    Type make
    $ make
    patching file `builds/platdefines.h'
    gcc -std=c99 -g OpenProject.c -o OpenProject.exe -lOpenProject -Lbuilds
    6. Type OpenProject 'c:\xtra\temp\OpenProject.lvproj'
    $ OpenProject 'c:\xtra\temp\OpenProject.lvproj'
    Analyzing c:\xtra\temp\OpenProject.lvproj
    Project written in LabVIEW 13.0
    Opened project file.
     7.  Notice that both invoke nodes execute correctly.
     8.  Type OpenProject 'c:\xtra\temp\OpenProjectWithLvlibDep.lvproj'
    $ OpenProject 'c:\xtra\temp\OpenProjectWithLvlibDep.lvproj'
    Analyzing c:\xtra\temp\OpenProjectWithLvlibDep.lvproj
    Project written in LabVIEW 13.0
    Error: Could not find project file, or file was not a project file (error code 7).
     9.   Notice that the version node succeeded while the open one failed.
     10. Type diff OpenProject.lvproj OpenProjectWithLvlibDep.lvproj
    $ diff -u OpenProject.lvproj OpenProjectWithLvlibDep.lvproj
    --- OpenProject.lvproj Tue Nov 4 11:28:28 2014
    +++ OpenProjectWithLvlibDep.lvproj Tue Nov 4 11:32:37 2014
    @@ -13,7 +13,11 @@
    <Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
    <Property Name="specify.custom.address" Type="Bool">false</Property>
    <Item Name="OpenProject.vi" Type="VI" URL="../OpenProject.vi"/>
    - <Item Name="Dependencies" Type="Dependencies"/>
    + <Item Name="Dependencies" Type="Dependencies">
    + <Item Name="vi.lib" Type="Folder">
    + <Item Name="NI_MABase.lvlib" Type="Library" URL="/&lt;vilib&gt;/measure/NI_MABase.lvlib"/>
    + </Item>
    + </Item>
    <Item Name="Build Specifications" Type="Build">
    <Item Name="Open Project Library" Type="DLL">
    <Property Name="App_copyErrors" Type="Bool">true</Property>
    Here is another way to trigger this behavior, which also shows that LabVIEW only sometimes tidies the Dependencies item:
    Open "OpenProject.lvproj" in LabVIEW.
    Add a new VI to the project and place the "Application Directory" file path constant its block diagram.
    Select "File » Save All (this Project)" and use the default name for the new VI.
    Type OpenProject 'c:\xtra\temp\OpenProject.lvproj'
    Notice there is an error again, as is expected.
    Remove the "Application Directory" file path constant.
    Select "File » Save All (this Project)"
    Type OpenProject 'c:\xtra\temp\OpenProject.lvproj'
    Notice the problem is gone, as is expected.
    Re-add the "Application Directory" file path constant to the block diagram.
    Select "File » Save All (this Project)"
    Type OpenProject 'c:\xtra\temp\OpenProject.lvproj'
    Notice there is no problem, which is surprising as there should be an error since the Dependencies item hasn't been tidied.
    Close the new VI and remove it from the project.
    Select "File » Save All (this Project)"
    Open "OpenProject.lvproj" in a text editor.
    Notice the Dependencies item has been tidied.
    Re-add the VI back to the project.
    Select "File » Save All (this Project)"
    Type OpenProject 'c:\xtra\temp\OpenProject.lvproj'
    Notice there is an error again, as is expected.
    Solved!
    Go to Solution.
    Attachments:
    LVRTE_OpenProject.zip ‏10 KB

    NInjaneer_wow wrote:
    The same behavior occurs in LabVIEW RTE: a new project with an Application Directory constant in a blank vi will return error 7 - file not found, but still return the correct version of LabVIEW in which the project was created. 
    I've been experimenting with workarounds for this behavior, and I found one.
    When I provide the LabVIEW path for libdir in my executable's ini file, the run-time is able to load and inspect the project file.
    libdir="C:\Program Files\National Instruments\LabVIEW 2013"
    While it's expected that a stand-alone executable may be placed on a system that doesn't have the LabVIEW IDE, it's still surprising to me that the Run-Time Engine cannot find LabVIEW's standard library without some explicit guidance. What other considerations contribute to that behavior?
    References:
    LabVIEW configuration file/Paths -- http://labviewwiki.org/LabVIEW_configuration_file/Paths

  • Urgent HELP cannot open project

    I have been working on alarge project this summer. I am right by the end but I had to close my fc program last night and when I tried to reopen it I first got message "The movie file ....-FIN-...... cannot be found,Whithout this file, the movie cannot play properly." I went to search it didint show up I looked all over and cannt find it. I pressed cancel and "Cannot open this program" came up.
    HELP HELP Iwent back to saved copies and the same thing happened. what can I do??? I tried trashing prefrences and it didnt help. could I make a new movie file same name to fool it? HELP
    Message was edited by: harveybuck

    FCP Recue is a simple GUI wrapped applescript that just removes you application preference files (and you did that already) .... it won't magically fixed missing or corrupt media
    You're not providing enough information. We can't see your screen from here.
    What is your hardware setup exactly? Are you using an external media drive or is your media stored on the startup disk? How did you go about disconnecting/unmounting the media as described above?
    Are you indeed using Final Cut Express 3.5? If so, you are in the wrong forum as this is the Final Cut Pro forum (FCE's big brother). Have you asked for help in the FCE forum? It may be that this is a common and known issue with that app, I wouldn't know. That said, I'm happy to keep plugging away at this but if we're using different apps it may be going nowhere fast.

  • CS4 "You cannot open the application Adobe InDesign CS4 because it is not supported on this archit

    Just installed CS4. Ai and Ps open fine. i get this prompt with InDesign.
    You cannot open the application Adobe InDesign CS4 because it is not supported on this architecture.
    any clues on how resolve this?
    thanks!

    I'm having exactly the same problem with InDesign from CS4 Design Standard (Photoshop and Illustrator both work), and I don't know what to do. I've called up the Adobe support line five times, and received five different answers, none of which have worked (and on three other occasions, my call was dropped, once after an hour on hold).
    One of the Adobe tech support people said to me "None of CS4 works with either 10.5.8 or Snow Leopard. We will issue a patch for that soon" - which directly contradicts what Adobe itself says on this site. I also went to see a Mac Genius, who couldn't help either.
    I have a 2GHz Macbook with 2GB RAM running 10.5.8. I've run the uninstall, and the Adobe Clean Script, I've repaired permissions on my drive (which isn't case sensitive), restarted, reinstalled, tried installing on an external drive and then tried downloading the trial, in case it's the install CD - nothing works. 
    Any suggestions, anyone? Might there be a problem with my library that is stopping the install? Something else?? I bought CS4 for InDesign primarily, this is not good.

  • Cannot open projects or import custom skins into RH*

    Hi,
    I just got a new laptop and I'm unable to open ANY projects or import custom skins into RH8.  I was on 8 previously, but I cannot open my projects nor can I import skins.  I click on Skins>import>choose the skin, then nothing.  It's like it's not even recognizing I'm doing anything.  Any suggestions?
    Thanks!

    If you can't open a project, how are you getting to the File > Import > Skin menu item? Also can you give us some additional information about the laptop (e.g. the OS).
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • Cs4 document cannot open, blank page

    I am using CS4 and I saved my file as .pdf but it showed up blank so I restarted my computer. Now the original .ai file previews as a blank screen and when I try to open it says error cannot open file and opens to blank screen too
    Help!

    Jennie,
    Which file size can you see?
    Have you still kept ealier versions of the document?
    The original document may have become corrupt, or the blank PDF may have saved over it.
    In case of file corruption, presuming there is something left (file size hopefully reasonable, greater than 0), one thing often tried first is to create a new document and File>Place the corrupted one to see how much may be rescued that way.
    Here are some websites where you can see whether it can rescue the file, and if it can, you may pay for a subscription to have it done,
    http://www.recoverytoolbox.com/buy_illustrator.html
    http://markzware.com/adobe-software/fix-illustrator-file-unknown-error-occurred-pdf2dtp-fi le-recovery/
    http://www.illustrator.fixtoolbox.com/
    As far as I remember, the first one is for Win and the second one is for Mac, while the third one should be for both.
    Here are a few pages about struggling with it yourself:
    http://daxxter.wordpress.com/2009/04/16/how-to-recover-a-corrupted-illustrator-ai-file/
    http://helpx.adobe.com/illustrator/kb/troubleshoot-damaged-illustrator-files.html
    http://kb2.adobe.com/cps/500/cpsid_50032.html
    http://kb2.adobe.com/cps/500/cpsid_50031.html
    http://helpx.adobe.com/illustrator/kb/enable-content-recovery-mode-illustrator.html

  • Cannot open project file in Project 2010

    Hi,
    I have a project created in Project 2010. I can save it without any problems. But some saves are broken and I cannot open them again. When I open saved project an error message is displayed:
    There was a problem sending the command to the program and Project freezes. Project 2010 itself starts without any problems. What's strange I can open this file in viewers like MOOS Project Viewer 2.0 but not in Project.
    Any tips highly
    appreciated.
    Lukasz Chomin

    Hi Lukasz,
    Welcome to this Microsoft Project newsgroup :-)
    It sound as though that project has corruption.  If you can open it at all, follow the advice given below.  If you can’t open it at all, it seems like it’s lost – you do have a backup don’t you?
    If you can open it in another program, try copy/paste the data back into a new project.
    If you suspect a corrupt file, you could try the suggestions in FAQ Item: 43. Handling project file corruption and/or bloat.
    FAQs, companion products and other useful Project information can be seen at this web address:
    http://project.mvps.org/faqs.htm
    Hope this helps - please let us know how you get on :-)
    Mike Glen
    Project MVP
    See http://tinyurl.com/2xbhc for my free  Project Tutorials

  • Cannot open projects in FCP - "General Error"

    Well, just upgraded to OS 10.4.10, and FCP to 5.1 on my 867 quicksilver. several external lacie hard drives. 1.5 GB ram. after the archive and install of the OS, I could not open projects in FCP 4.5 due "General Error". I upgraded to FCP 5.1 and experience same issue.
    at the time of OS upgrade, i also changed my second internal drive for a larger one, and put the original one, with its original name, in an external firewire housing. It appears on my desktop and is included in the FCP system preferences, so i assume that is not a problem.
    any ideas?

    I updates to 5.1.4, and issue turned into "project file unreadable or from more recent version of FCP" when file is actually from older version. THIS problem was solved by disconnecting all external drives, opening 4.5 project and updating to 5.1.4, reconnecting and setting external drives in FCP system pref, and then reconnecting media.
    I have had this problem also happen with a project i already successfully opened in 5.1.4 ...turns out i had opened it with some network drives on my desktop and then removed them. I put one back, it opened successfully, I got rid of the network drive and resaved and now it opens fine. In other words the message "project unreadable or from a later version of Final Cut" really indicates there is some drive rooting problem, not a problem with project file or what generation it is.
    hope that helps anyone out there. sure is a relief to be working again.

  • Premiere cs4 gets stuck opening projects

    Today all of a sudden Premiere started getting stuck while openning projects. These are all projects I've been working on for a long time. I found some posts regarding this issue but they all focus on fixing that particular project. But when this problem happens to me almost all of my projects have the problem. Most of them get stuck "conforming files". A few of them don't give any conforming or similar messages and just freeze in a way I can't do anything. Every 4-5 computer restarts all these projects open and work fine. But 2-3 times opening projects later I run into the same problem, again with all projects.I try importing a problematic project into a new one, the problem doesn't go away. I cleaned the media cache, temp files, didn't make a difference.
    Yesterday morning I got the newest Windows updates, and installed a second video card (it uses the same driver as the other video card) to connect my 3d monitor, it works fine and yesterday I worked all day on Premiere and didn't have these problems till this morning. Also yesterday I installed the newest DirectX to make 3d function properly with the new video card. Don't know if any of these can be relevant.
    My setup is
    Vista 64-bit
    Operating system on 120GB flash RAID drive
    Projects on 600GB second drive
    Video files on 2TB third RAID drive
    Disks are half way used and defragmented often.
    12GB RAM
    Thanks in advance!
    Yas

    As John T. points out, it can take time. Right now, The Masters (Augusta, GA, USA) is being played, so some are probably in front of their TV's, and not reading the forum.
    However, one recent post to the PrPro forum was answered in about 30 sec., and then within a minute, four other replies came in. Now, that was an easy one, or so we hope.
    I know that Harm Millaard, the hardware guru is still up late and on the forum (from Amsterdam, NL), so maybe he has an answer for your original thread.
    Good luck, and see you in the in the PrPro forum.
    Hunt

Maybe you are looking for

  • Xml parsing  java

    i am reading one xml doc in java DocumentBuilderFactory docBuilderFactory =DocumentBuilderFactory.newInstance();    DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();   File exportFormatXmlCheck = new File(xmlPath);  Document doc =

  • Opening .xls files

    I've tried opening these .xls files with Pages, Keynote, and Textedit with no luck. Does anyone know what program besides MS Office I can use to open these files?

  • Metadata not updating

    I've updated the title, author and image of my podcast and refreshed it in iTunes. However when I search for it in the iTunes store (emma's media) the old metadata still shows up. I updated the the title last week so I'd have expected to see a change

  • Problem with image store

    when I try to transfer images from nokia 6101 phone to pc, I keep getting a visual C++ runtime error that says the program had to terminate. What is causing this error?

  • Why won't iWork on OSX Mavericks open ANY documents from iCloud?

    iWork isn't opening, or even finding any documents saved to iCloud on my iMac running 10.9.1 These documents are showing up OK on my MacBook Pro running 10.9.1, iPhone and iPad. But they simply won't show up on Numbers or Pages 3.1 on this iMac. How