FCP Project Management

Hi,
I need some software that puts each new project into it's own folder on my SAN and keeps everything to do with the project in that folder.
So for example, the directory structure would look like this;
Root
|_ Projects
|_ Project 1
|_ Audio Render Files
|_ Autosave Vault
|_ Capture Scratch
|_ Render Files
|_ Project 2
|_ Audio Render Files
|_ Autosave Vault
|_ Capture Scratch
|_ Render Files
|_ Project 3
|_ Audio Render Files
|_ Autosave Vault
|_ Capture Scratch
|_ Render Files
etc etc.
Is there anything out there that can do this? Or would I need to reset the scratch disk etc when loading each project?
Regards,
Dan

You have to reset the capture scratch folder every time you change projects in FCP. Sorry.
Shane

Similar Messages

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

  • Sharing FCP projects between user accounts problem

    Hello!
    I'm working on a project with several other colleagues. Each of us has his own User account on the computer (dual G5 / 10.4.7) because we have different preferecnes regarding keyboard layouts, desktop colour etc. We would like to have our FCP project files accessible to each of us.
    I have tried different approaches to solve this task, but haven't fully succeded yet (I tried creating the project file within the /Users/Shared foler; putting it into a dedicated /Users/FCPProjects folder and applying chmod/chown commands; creating a Editors group with NetInfo and assigning those foders to this group; I even tried to work around this using ACLs).
    The problem is that when we click "Save All" command in FCP, we get three or four OK-only dialog boxes in a row saying "Access denied". The project file is in fact saved (I can see it by checking the Modified time in Finder), but FCP seems not to be aware of this and doesn't want to quit. It's an unpleasent situation because it allways makes us worry about losing our work.
    Could someone please give us instructions on the correct procedures for resolving the issue.
    Thank you
    Best regards
    Mato Ilijic

    matoid,
    ACLs should work for you, and it seems that they are. You shouldn't have to deal with the error dialogue either, so let's see if we can't get rid of it.
    First, let's talk about groups. I have looked at your "step by step," and I notice that you didn't bother to change the group ownership of the "shared" folder that you created. Fine, ACLs still work, but the group ownership of "wheel" might be the cause of your error messages. ACLs are a more advanced system of access controls than the older POSIX system, but POSIX still exists, and might affect your work.
    Let's assume that you have your standard users that will be using FCP placed properly into a common group. For this discussion, I'll call that group "fcpusers." Under the POSIX paradigm, any "shared" folder can be owned by any one of the users in this group, but it must have a group ownership of "fcpusers" in order to work properly for everyone. When it does, every new file or folder created in it will "inherit" that group ownership.
    Now, every user on a given machine will have read access to that shared folder. If a non-member of group "fcpusers" attempts to save a file there, however, an error message is likely to appear. One other possibility is that the file is saved, but with an "unknown" group ownership. This is because of a conflict between the groups the saving user is a member of and the attempted "inheritance" from the enclosing folder.
    I want you to try the following. Please do this exactly as I outline it:
    1) Create a new group in Netinfo Manager. Duplicate the "admin" group. Change the name of the duplicate to "fcpusers," then delete the "realname," "generateduid," and "smb_sid" properties. Change the GID to "101." Select the "users" property, then choose Directory>Insert Value. Type the short name of one of your users. Repeat this procedure for every user of FCP. Select any admin users in this group who will not be using FCP, and click the "Delete" icon. Finally, choose Domain>Save Changes.
    2) Create a new folder in /Users/Shared. For this discussion we will assume that you will call it "FCP_Data." Further, we will assume that one of your FCP users is named "usera" (your terminology ;-)). Open Terminal. Since you seem to be well-versed in the use of Terminal, I will simply post the commands needed:
    <pre style="overflow:auto; font-family: 'Monaco'; font-size: 10px">sudo chown usera:fcpusers /Users/Shared/FCP_Data
    sudo chmod g+w /Users/Shared/FCP_Data</pre>
    3) Before anyone begins saving files in this directory, make sure that their umask is changed using TinkerTool. Also, I recommend that all media gets saved here, too. I'm not sure how close FCP is to iMovie, if it doesn't save all data in a "package," but it is likely that media is being referenced using "placeholders." If this is the case, and media for a given project is scattered all over the file system, there could indeed be ownership issues. If media needs to be on externals, this same "shared" folder can be created there. Just make sure that #1, the volume has "ownership and permissions" in effect, and #2 all media is kept within the "shared" directory structure.
    You must use TinkerTool to change the umask such that members of the group have read/write permission. TinkerTool doesn't specifically say this, but the corresponding umask is "002" (the OS X default is "022"). BTW, umask is subtracted from the "full permissions" value of "666" when saving non-executable files ("777" for folders and executables).
    Once you have a properly configured "shared" folder and a proper umask in place, your users can begin to populate the shared directory. If any existing projects are to be added, they must be copied by a user into the shared directory, not simply moved. Only when a copy is made will the new copy inherit the proper group ownership. Just to be sure, I will include one more set of commands to use, once the shared directory has been populated:
    <pre style="overflow:auto; font-family: 'Monaco'; font-size: 10px">sudo chown -R usera:fcpusers /Users/Shared/FCP_Data
    sudo chmod -R g+w /Users/Shared/FCP_Data</pre>
    Please follow these instructions carefully, then report the results. This should work, and without using ACLs.
    Scott

  • What's the best way to store old FCP projects & media?

    Hey
    I've started to accumulate more and more video content of client projects, but I don't want to delete it in case they come back a year later looking for an update on the video product I made them.
    So, what's he best way to store FCP projects and video files?
    I thought maybe a BluRay burner might do the trick.
    Any suggestions?
    Sam

    Since you're using RAW files you might peruse the DAM Forum to learn about possible other DAM (digital asset management) software and workflows. There is a wealth of information at that site.
    I useMedia Expression for my primary DAM application and iPhoto for special projects like books, calendars, etc.

  • Premiere Pro CS6 Project Manager gives error & will not manage project - OS X Lion 10.7.5

    Premiere CS6 project manager reports  an error and will not manage my project. I have tried several times with both "Create New Trimmed Project" and " Collect Files and Copy to New Location". I have also tried to manage the project with options checked and unchecked (Include Preview Files, Include Audio Conform Files, Rename Media Files to Match Clip Names). Every time I try to manage the project, the process takes a few hours and then gives an error asking me to try again.
    The project is 90 minutes long and uses multiple footage formats:
    Sony FS100
    Sony NEX7
    Sony NEX-5n
    Canon C300
    Canon 5DmkII
    Panazonic HVX200
    My computer is:
    Processor  2 x 2.66 GHz 6-Core Intel Xeon
    Memory  12 GB 1333 MHz DDR3
    Graphics  ATI Radeon HD 5770 1024 MB
    Software  Mac OS X Lion 10.7.5 (11G63)
    Is this a bug, or are there specific things I can do to troubleshoot the problem? I have read of issues with AVCHD. I have confirmed all of my AVCHD folders are intact. Any other Ideas?
    THANKS!

    I have this same problem on a Mac with CS6. I was simple trying to archive a project using the "collect files" option. After five or six hours of troubleshooting (Thanks Adobe) I have narrowed it down to MXF clips that came over in a Final Cut EDL (Projects created in PP with MXF files seem to be fine).  In other words, as I was transitioning from FCP to Premiere Pro, I sent four or five projects out of FCP as an EDL, opened them in PP and continued to edit.  It seemed to work really well until I attempted to archive my media.  If there was a single raw MXF file in the timeline (Not the project panel for some reason) the Project Manager would give me the standard error:"An unknown error occurred during the Project Manager operation. Please save your project and retry the operation.".
    I have found two solutions that seem to work, both of which are a pain in the ax. 
    Option 1: Save the original project file only to an archive folder.  Then delete all the old timelines from the project, and save the project with a new name.  Create a new timeline and just drag all the raw video and audio into it. (Project Manager needs a timeline of some sort to archive) Then use the Project Manager to archive the modified project.  If I need the project in the future, I'll need to open the original PP project and relink all the media from the archived "media only" project folder. 
    Unbelievably, if you were to take this route and then re-edit the project in the future, it looks like you would run up against the same archiving issue AGAIN next time (At least using CS6). You'd have to go through all the steps above to archive it a second time. Depending on the size of your project, you may want to take option 2 and get the pain over with once-and-for-all.
    Option 2: If you only have a couple of MXF files in the timeline (in my case I had mostly renders from AE by the time I was done and THAT raw project had archived in AE just fine) you can export the raw MXF files to another format, then replace the media in your project panel.  Finally, use the Project Manager to archive the project like you should have been able to in the first place if Adobe had written the code well in the first place!

  • Export FCP project and linked media assets

    Sorry everyone, I know this is an easy question but I have searched for the answer and am still very confused.  I want to save my FCP project and just the appropriate used media assets in one place so I can send a condensed version of my entire project to someone to further edit.  I know there is an easy way to do this because I have done this before, but I can't remember.
    I was confused because I found a number of answers but some of them talked about how afterwards the media files will no longer be able to be tracked by the Final Cut Server?  This is what scared me.

    Use FCP's Media Manager to duplicate the project media.  Be sure to include handles if needed.
    -DH

  • "unexpected error" when w export a film from Adobe CS6 Project manager? Help?

    When trying to copy over a production via Project manager to another drive the system seems to be exporting the media etc and at the very end it says "Unexpected Error. Save yoru file and retry." We've done this several times and been on the phone with tech support for eleven hours and no joy.
    Anyone have any ideas? We are on 6.01 and this is still a buggy program.

    Yes,
    I am producing TV shows for FOX TV in LA. We completed editing a 30 minute special for local broadcast. We need to get the piece off of our machine in the contract studio and over to sound so that we can do a sound EQ. I am using the following process.
    Project Manager> Source is the film sequence with a small animation piece> Collect files and copy to a new location (our esternal media/show drive) Includes all files The project size is 125 GB. and resulting project size calculates at 125 Gb.
    We next select OK and the project manager seems to be copying the project to a new location. It takes about 30 minutes and when the time bar reaches 98% it cashes. We get a diaglouge that says "an unexpected error has occured please save and try again."
    We have spent hours on the phone with tech support and gone through a number of ideas inclduing checking for Microsoft conflicts etc. No joy. The machine this is on is not a server. It's a Dell on Windows 7 running 16GB of RAM but no Cuda card.
    We have deadline to meet and this is not helping. If we can;t do this here we will recut the show in FCP on the MAC. I prefer Premiere but at least FCP works.
    Please advise and thank you.

  • More Project Manager Woes...

    So, I've created nested sequences in my edit for all the clips/sequences that I intend to send to my VFX artist. When I use project manager to create a trimmed project for these nested sequences, a load of the clips are randomly just not included. I open the generated project and about half of the sequences (in no discernible order) have clips missing from them, despite the Project Manager telling me that it had successfully managed the project.
    Is there some mystical reason as to why I'm not supposed to be able to just have all of the clips in the nests be included in the trimmed project?

    Peter,
    According to several other users, the project manager actually ignores nested sequences, unless those sequences are selected by the tick box. Which, kind of makes sense. My problem was that I WAS selecting all of the nested sequences with the tick box, but after more investigation it seems as though the problem was this: if 'Nested Sequence 01' and 'Nested Sequence 02' both contain a clip from media file 'A001C001' then that media file would be trimmed to appear in 'Nested Sequence 01' but would then be ignored for 'Nested Sequence 02' and removed from the trimmed project, with no notification or indication at all unless I manually go through and check every sequence against it's counterpart in the original. This problem even occurs if, I go to each of the clips appearances in the different sequences, create subclips for each of them, place those subclips on the timeline in place of the original, and then convert those subclips to individual master clips. This is extremely frustrating and leaves with me with absolutely no confidence in Premiere's ability to do what is advertised. Furthermore, it's really screwing up my schedule for delivering my work to our VFX artist.
    It's honestly really great that Adobe are constantly striving to have the most 'cutting edge' tools, like a project manager that finally contains features that have been included in Avid and FCP for ten years. But I believe I speak for a huge portion of customers when I say that, for the past few years, the updates to Premiere have felt like hopping from one damaged Beta version to the next. Please stop rushing out untested versions of the software with fancy new buttons and just focus on making the existing version, that people are already paying for, work properly and stably.
    Best Regards,
    Martin
    PS. Kudos on successfully taking a complaint about a technical fault in your software and using it as an opportunity to sell me something instead of actually offering any real assistance.

  • What is the best way to Copy FCP project to an external HD

    I have to copy a FCP project to a n external Hard Drive I have never done this before can anyone tell me what is the best way to do this?

    Open up the manual and read the section on "media manager"
    X

  • FCP project opening slowly, locking up

    I recently opened a project I had been working on with my new Mac Pro. I originally cut it on a G5, Power PC, and then my Intel Macbook Pro, using various filters such as Dfx and Magic Bullet. Besides the computer, I've also updated FCP to version 7 and I'm using Snow Leopard.
    Most FCP projects open fine, but this one older project takes about 30 minutes to open and if I try to work on some parts, I get the beach ball. And if I try to copy the timeline, it also beach balls. I then have to force quit to get out. So basically, I can't work on the project.
    Any ideas as to how to get things back up and running?

    I haven't trashed the preferences yet. I'll try that from home tonight.
    I didn't have any capture issues when I originally imported the footage a few years ago. I managed to cut almost the entire project without issues. The only thing that really changed was upgrading to FCP 7 and Snow Leopard. Since then, this one particular project (also my oldest project) has been having issues.

  • How do I put a FCP project and all it's P2 card files onto a different hardrive?

    I have a large project that I will not be working on for some time.  I want to transfer all the files and project to a different drive, what is the best way to do this?  I have studied media manager but am not quite sure if i understand it completely. Any help would be appreciated.
    Catherine

    Thanks this is all clear now and thanks for heads up on stills.
    A more pressing problem.... I have a 2 T backup hardrive. recently giving a message that it is full.
    I have a lot of HD P2 footage on my  internal hardrives, but when I "get info" on each of my two drives that hold my FCP projects and i photo, it only adds up to 1 Terbyte.
    I went into time machine to delete old backups to Jan. 2012. and it deleted everything up until the day of deleting, not what I wanted.
    There is some error ocurring...obviously brought on by me not having a full knowledge of the time machine sysytem, although it seems on tutorials to be supremely straight forward and simple.
    I would like to delete all back ups and start from scratch in an effort to solve the " my machine is backing up all day long syndrome." Can you offer any advice or trouble shooting info on this problem.
    I did read that if time machine detects a problem or error it will sometimes make a new "complete" back up of all content rather than just add changes on content.
    Any insites would be welcome.
    Catherine

  • Project manager - problem exporting a project with AE compositions.

    I have a problem exporting my project to another disk, this is what happens:
    I needed to move the project from the windows partition of my Mac to the Mac partition, in order to be able to continue my edit under MacOS, my sequences include a series of After Effects compositions of footage that has been stabilized in warp stabilizer using the option "replace with AE composition" from the timeline.
    Using the project manager I started my backup operation, with these options:
    Source: all sequences selected
    Resulting Project: Collect files and copy to new location
    Include Audio conform files
    Destination: a folder in the Mac partition
    The resulting project had a message popping up saying that AE rpject file is missing (it was, I had to manually copy and paste it from ithe win partition to the mac) and once copied obviously AE couldn't find the source video clips of its compositions, so I had to manually re-link them all  (quite difficult job to do among almost two years of footage).
    What have I done wrong ?
    Why AE lose the connection with the fils?
    Thanks

    Thanks Jim,
    I understand that Adobe Anywhere solves this, but there should be this fairly basic functionality (which exists in Avid and FCP) in a non-enterprise edition of the software.  I have submitted a couple different feature requests about this, going back to CS5, so hopefully enough people make similar requests for a fix to be implemented.  Adobe Anywhere is really not a solution for our small shop as currently configured/priced, especially when we can have editors working remotely with very affordable USB 3 drives.  The only hangup is the markers, which just isn't worth a 5 figure fix.  As such it's hard to consider the problem solved for either us or any small shop or post crew.
    Best,
    Jon

  • Project Management Wishlist (hoping for software or online solutions)

    hi all.
    i've converted the office to mac over the last two plus years and need to put a second level of organization to bed.
    would anyone mind helping me find other websites and/or suggestions on how to get this finalized? apologies for the length and intricacy of the post but THANKS for any help on this! even just one good lead or recommendation (say for FileMaker or one of the Devon tools could help me get moving forward with it and not have to backtrack).
    i work on PROJECTS that seem to need various kinds of data. some notetaking, imagery, url's. pages documents, pages documents printed to pdf, some pdfs that others created, spreadsheets, various creative files such as CAD, photoshop, indesign etecetera - and of course email and text and phone conversations. i would really ideally love to pull all this together but of course i know this is not realistic.
    i also really need to communicate some of this information with clients and have them communicate back to me, right now this is a terrible mess and extremely unproductive with widely dispersed and duplicated information (at a bare minimum).
    i have finally customized my images in Aperture but still need to organize my pdf's and my videos. i also find Spotlight to be rather unhelpful for some items and in reading up on Devon, one of their tools has a /graphic/ search display that somehow shows linked items and whether they have been "read" or not. this kind of VISUAL ORGANIZATION would be absolutely fantastic [http://www.devontechnologies.com/products/devonagent/overview.html]. i should also add that what i /don't/ want to do is to have to catalog my project file by file and simply DRAGGING and DROPPING files to create a link if my ideal organizational method. tagging items with the GTD tools that i have tested is a non-starter for me and i actually don't even use tags in my Aperture database. i just drag and drop them to an appropriate Project.
    currently an example workflow for my Aperture database is that i POST these images to flickr to let a client see what kind of imagery i am using in their project (but they cannot upload /their/ imagery). nevertheless, this is very convenient because i can simply create an ALBUM in Aperture and drop the (pre-organized) imagery in there and post it to flickr from within the Aperture UI. this is really great but getting this link to a client is a bit of a pain because even flickr Pro uses some silly thing where you have to decide whether the recipient is a "friend" or "family" and ostensibly anyone that gets determined as one or the other can see all the other images in this category. it would be a whole lot better if i could just create an Album for a particular client. of course it would be great to
    in any event -
    in an ideal world (off the top of my head i would like) the ability to create a "Project" in my computer which organizes the following and /also/ allows me to post this to a place where Clients can have a LOGIN and PASSWORD that allows them to both view and UPLOAD information.
    1. bookmarks
    2. pdfs
    3. spreadsheets
    4. contact list
    5. images
    6. other files
    7. a lot that i am forgetting to include here.
    it would also be great to be able to organize PHONE CALLS and TEXTS and EMAILS on my computer so that i can have a record of communication with and FOR this client.
    i would also like to get most or much of this to my iPhone if at all possible!
    Devon for project organization and possibly other needs [http://www.devontechnologies.com]
    FileMaker for project organization [http://www.filemaker.com]
    Campfire for project management [http://campfirenow.com] 
    Papers for academic research [http://www.papersapp.com/papers/]
    Highrise for contact and prospect management [http://highrisehq.com]
    Project Wizard for critical path management [http://www.projectwizards.net/en/merlin/]
    Diigo for online bookmarking [https://www.diigo.com]
    what i use now:
    Notational Velocity (oh so awesome) iphone compatible [http://notational.net]
    Reminders (nice for the location tools but i have not maxed out my use of this tool)
    Contacts (for personal contacts and syncs usually well with my laptop and desktop and iphone. however, managing email addresses in here is a nightmare for a small business)
    Cardscan (for business card contacts. resides currently only on the Mac Pro and i am not sure how to get Cardscan to talk to my other devices)
    Mac Mail (meh)
    Sparrow (cool and quick but somewhat feature light)
    iPhone (yes-sir-eee bob)
    Safari (good at what it does)
    1Password (dig the syning across devices)
    Transmit (nice FTP tool)
    i also work on windows where i do quickbooks and CAD so i am open to software suggestions for windows if there is nothing for the mac (though i suspect i can do much of the above on the mac, even if i cannot corral all of it together).
    THANKS FOR READING and thanks for any constructive input!

    Ipolucci,
    I am a teacher and so I do not have your needs to really understand your requests.
    That said, I would reccomend you FileMaker Pro and Journler ( currently at version 1.1.62, running by Mac OS X 10.3.9 , the version I have and already in versio 2.0.1 for those who have 10.4).
    The first one is a relational commercial DB of an Apple subsidiary, with several template solutions ( probably one will fill your needs ) and the second one is a freeware, that has integration with Mail, Adress Book, Blogs, Photos, Audio recordings, iTunes and more.
    Just in case does not come anyone else with the complete solution, you should consider a free trial of FileMaker Pro (just released the version 8.5) and take a look at Journler.
    Both at <http://www.apple.com/downloads/macosx/>
    Regards,
    Jorge Lucas (the guy from Rio Grande do Sul)

  • Recording standard dvd from completed FCP project thru DVD STUDIO PRO...

    OH, kind geniuses...
    it boils down to this...I'm very FCP friendly...production is done...I'm aware of "compressor" issue...one question tho
    ...is it easier to compress thru Quicktime movie or the
    standard compressor functions when project is completed...
    BOTTOM LINE...is it possible to crank out a standard DVD copy of a completed FCP project QUICKLY/ EASILY...thru
    DVD STUDIO PRO? i've went thru the manuals for ALL, and am
    affraid I'm reading T.M.I. into it... THE question..."is there a simple Wham-Bam-Thank You-Maam way to get a simple
    DVD copy from a completed FCP project THRU, (the dreaded)
    DVD STUDIO PRO??? I don't need to re-learn digital electronic theory...just crank out a gawl-dern DVD I can
    present to a perspective employer that needs a FCP editor...
    "much gnashing of teeth & lament",
    thanks folks!
    G. Tirebiter
    mac G-5   Mac OS X (10.4.7)   final cut studio

    whoaohohohohohohoh nnnnnnneleeeee(a keith jacksonism)
    silal..............
    way too much info, amigo....I have one track (2min total...
    including "live-type" graphics)....we don' have no marks....
    we don' need no marks....we don' got to cho you any steenking marks!!!!! (Alfonso Bedoya from "treasure of Sierra Madre"..adaptation)...I love that guy/scene...back to the problem at hand...waaaay too involved it seems, my
    friend....tho, I high 5 you for the extensive work & effort.
    I'm lookin' for quick & dirty...did get a response that basically gives me that...still left out some "see spot run"
    info that my "little grey cells" aren't absorbing...I'm
    sure it's MY ignorance & comprehension skills that are in question here...I guess I wanna' get outa' th' gate & grab th' hole shot before I dial in my ride...like I said..."see spot run"....another try would be appreciated but not necessary...thanks for you're valuable time...
    they're in.......everybody's eggs...
    DOH!....
    G. Tirebiter
    mac G-5   Mac OS X (10.4.7)   final cut studio

  • Adding a New Folder in Project Manager Crashes RH

    For the past few days, I have been having problems creating
    new folders in RH 7, Project Manager. Sometimes, it works just
    fine, and I can add folders, drag topics into them, import into
    them, create new topics, whatever.
    But then sometimes, the project manager just goes to white
    and flashes at me for a while, then RH crashes. The only things I
    can see in the PM pane are the triangular colored icons that
    overlay folders / topic icons when they include conditional build
    tags. No topic names, no folder names, just a column of these
    triangles.
    When I come back into RH after the crash, most times there
    are topics to reimport and / or relocate. I have rebuilt the cpd
    file several times. Each time it seems to resolve the issue, but
    eventually another crash comes along as I try to add a folder.
    For the record, just updated to the new 7.02.001 a few
    minutes ago, but RH just crashed again. 3GB RAM, more than 40GB
    space available on hard drive. Nothing new on my PC that I can
    think of.
    Anyone else seeing this?

    I'm just wondering if anyone has found a cause or solution of this issue?
    I'm experiencing it too with one of my projects (currently, I'm on RH8.02.202 on Win7/64, but I've also experienced it in RH7 on WinXP/32, FWIW).
    Some other details:
    My project is on my C:\ drive.
    The folder names are all comprised solely of alphanumerics and underscores.
    I've deleted both the PSS and CPD files without any noticeable positive effect.
    Since I've been on RH8, the project is set to rebuild the .cpd cache upon opening, but I've also tried deleting it (this might be redundant, but I figured the RH "rebuild" might be different from generating a brand new one).
    After I force RH to close, the folder is there when I reopen the project, and the folder behaves normally.
    The project resides in the standard "My RoboHelp Projects" folder.
    The problem seems to be isolated to this project, which is my largest (~2065 topics in ~85 folders)
    I'm at the point where I just automatically force RH to close after I create a folder rather than waiting to for the application to become "officially" non-responsive.
    Are there any other files I might try deleting or examining?  I've poked around in the .xpj, .fpj, and .hhp files, but I don't see anything odd. I compared my old .pss with the new one RH created, and they were identical.
    Thanks!
    Dave

Maybe you are looking for

  • HT3481 Panasonic TZ40 camera, single video import problem

    Connecting my new Panasonic TZ40 camera by cable to my iMac (lion OS- iMovie 11) uploads stills OK but video is a problem, the camera format is AVCHD. A single video uploads 9 separate files - see below - and without the audio sound track. .MTS .CPI

  • Warning on first startup of FCE 4.0

    I have a question about FCE 4 that I just got 2 days ago. When I first started it up, I got a warning that FCE may not operate as advertised because my video card was not up to snuff and may not run Quartz Extreme(I'm paraphrasing). I have a PM G4 1.

  • HT201077 photo Stream doesnt get selected

    i get photo stream is not enabled. when i open Icloud Control Panel photo Stream is not selected i select it then click on option and doesnt do anything. next time i open icloud photostream is not selected i have reset my windows 7 pc many times no l

  • -70017 continued

    from http://discussions.apple.com/thread.jspa?messageID=3067284&#3067284 I still have this problem and now I am at 10.5.6, however the nice thing is even thought Apple DVD Player does not work all other apps work like MPlayer and VLC, and the zone re

  • Transaction recovery: caught and ignored

    Since a week ago I had noticed in my alert log the following message repeated many many times: Transaction recovery: caught and ignored I suspect this is related with a big datapump import operation that I did and do not end due to I cancelled it bec