Double clicking project gives strange results

If I open FCP 6.02 I can groove and edit no problems. However, some of the FCP project files, if I double click them FCP prompts me for a serial number and to register. If I quit and open FCP directly, no more prompting.
This has only happened to me since switching to Leopard. Never happened in Tiger.

Michael Trauffer has solved this in other posts by doing the following:
Using the Finder, navigate to the following location:
systemHD/Library/Application Support/ProApps/Final Cut Studio System ID
Move the file to the trash, next time you launch FCP, you'll be prompted to enter your serial number, after you do that, a new system ID file will be created. That should solve your problem.

Similar Messages

  • [solved]lspci gives strange results

    I just reinstalled, and am trying to get my wireless card up and running.  I ran lspci, then lspci -nn, and it gives unexpected results.  Instead of listing things like vendors and such as intel, and ralink, it just lists non-useful stuff in a format like this:
    xx.xx.x Class [xxxx] Device [xxxx:xxxx] rev 40
    (where all x's are digits)
    what does this mean?  where is the useful information that I was expecting to find (like actual device names)?  What did I forget to do?
    edit:
    Now I have Xorg up, so I'll post the output:
    lspci
    00:00.0 Class 0600: Device 1002:5957
    00:02.0 Class 0604: Device 1002:5978
    00:09.0 Class 0604: Device 1002:597e
    00:0a.0 Class 0604: Device 1002:597f
    00:11.0 Class 0106: Device 1002:4390 (rev 40)
    00:12.0 Class 0c03: Device 1002:4397
    00:12.2 Class 0c03: Device 1002:4396
    00:13.0 Class 0c03: Device 1002:4397
    00:13.2 Class 0c03: Device 1002:4396
    00:14.0 Class 0c05: Device 1002:4385 (rev 42)
    00:14.1 Class 0101: Device 1002:439c (rev 40)
    00:14.3 Class 0601: Device 1002:439d (rev 40)
    00:14.4 Class 0604: Device 1002:4384 (rev 40)
    00:14.5 Class 0c03: Device 1002:4399
    00:15.0 Class 0604: Device 1002:43a0
    00:16.0 Class 0c03: Device 1002:4397
    00:16.2 Class 0c03: Device 1002:4396
    00:18.0 Class 0600: Device 1022:1200
    00:18.1 Class 0600: Device 1022:1201
    00:18.2 Class 0600: Device 1022:1202
    00:18.3 Class 0600: Device 1022:1203
    00:18.4 Class 0600: Device 1022:1204
    01:00.0 Class 0c03: Device 1033:0194 (rev 03)
    02:00.0 Class 0200: Device 10ec:8168 (rev 06)
    03:00.0 Class 0c00: Device 1106:3403 (rev 01)
    04:00.0 Class 0300: Device 10de:0e22 (rev a1)
    04:00.1 Class 0403: Device 10de:0beb (rev a1)
    05:05.0 Class 0280: Device 1814:0301
    05:06.0 Class 0401: Device 1102:0004 (rev 04)
    05:06.1 Class 0980: Device 1102:7003 (rev 04)
    05:06.2 Class 0c00: Device 1102:4001 (rev 04)
    Last edited by Convergence (2012-06-07 02:48:41)

    Falconinidy:  You're right!  That was a  bad move.  Thanks!

  • Quality check on Business Rules gives strang result for OMS-60005

    OMS-60005 Functions used to record business rules should be labeled as:
    BR_[entity short name]###([decomposition id])_[type abbreviation]
    BR_IDE024_CEW, BR_IDE029_CEV, BR_IDE030_CEW, BR_IPF004_CEW are violations but they are valid as far as I know.

    Yes my particular issue is not like yours. However, there have been many other laptop users experiencing similar problem to yours after 3.10 kernel. Mostly it seems to be bumblebee users that experience your problem with the blank screen. We do know that nvidia have yet to make their official drivers work with kernel 3.10 and up. The drivers in the Arch repository have been patched to work with 3.10. From what I have seen, this also only seem to be affecting laptops with newer nvidia gpu's. I fear there is not much to do with this problem until nvidia give official 3.10 kernel support.
    My suggestion would be to stick with 3.9.9 kernel and the drivers that work with it, and don't upgrade those packages until nvidia has addressed these issues. If you have a look at the nvidia forums you will see quite a number of topics mentioning black screen when starting x on 3.10 kernel, and also a thread for the system dying. Reading some of the threads there may help you keep up to date on whether or not the issue seem to be solved.
    https://devtalk.nvidia.com/default/board/98/

  • CSS: img  {Float: Left; } gives strange results in Firefox

    Hi, I’m having trouble aligning some text to the right
    of an image. It looks fine in IE6 but the entire page goes crazy in
    Firefox. Here is the link:
    http://www.option-price.com/test/index.php
    I already have a few pages in place and I just wanted to add
    a contact link to the right above the main navigation. Here are the
    main pages:
    http://www.option-price.com/index.php
    The thing is…I could probably do it by creating a
    nesting div around the logo div and then another div inside for the
    new link (and float to right), but I was trying to cut down on
    code.
    Can I get this to work using img float in FireFox?
    Many thanks.

    petertyler wrote:
    > Hi, I?m having trouble aligning some text to the right
    of an image. It looks
    > fine in IE6 but the entire page goes crazy in Firefox.
    Here is the link:
    >
    >
    http://www.option-price.com/test/index.php
    >
    > I already have a few pages in place and I just wanted to
    add a contact link to
    > the right above the main navigation. Here are the main
    pages:
    >
    >
    http://www.option-price.com/index.php
    >
    > The thing is?I could probably do it by creating a
    nesting div around the logo
    > div and then another div inside for the new link (and
    float to right), but I
    > was trying to cut down on code.
    >
    > Can I get this to work using img float in FireFox?
    >
    > Many thanks.
    >
    You would have to float the image in the logo <div>
    left. Add another
    <div> inside the logo <div> and float that right,
    as below.
    Html code:
    <div id="logo"><img src="index_files/logo.jpg"
    alt="Option-Price.com"><div
    id="logoRight">Contact</div>
    <br style="clear:both;" /></div>
    Css:
    #logo {
    margin: 0px 0px 0px 100px;
    padding: 0px;
    width: 600px; /* YOU NEED A WIDTH */
    #logo img {
    float: left;
    #logoRight {
    float: right;
    width: 200px;
    text-align: right;
    padding-top: 45px;
    A simpler method would be to use an absolutely positioned
    layer. I can't
    see that anything moves on the site which would'nt warrant
    the use of an
    ap layer in the position you require it.

  • Cannot double-click on stills to get the handles to re-size them.  Could before...

    Was able to do this at one time.  Jpeg in the program monitor and then double-click would give me the resize handles.

    I have Premiere Pro 7.2.2, using OS 10.9.2.  I used to be able to re-size jpegs "on the fly" in the project panel, by double-clicking on them, which would give me some re-size handles.  I cannot do this any more, and it is too much of a pain to have to re-size them otherwise.
    The only other software that is running is Chrome and Finder.

  • Double click no longer opens folders, but opens desktop

    Starting a few days ago when I double click a folder on the desktop it no longer opens.  Instead, I am taken to a new desktop window that shows the folder clicked plus all other items on the desktop.  How do I restore the double click to open the folder?  I have tried resetting the double click speed with no results.  Thanks.

    Open Mission Control. Close all desktops except Desktop 1 by positioning the cursor over each one and then clicking the X button in the top left corner.

  • IPad's desktop-like select+double-click bug

    Suddenly my iPad is not responding as before. It is acting like a regular desktop window manager!
    Now, when I touch an app icon, the icon is selected. A thin line appear around the icon, like it would be on a normal desktop window manager. Then to launch the app I have to double click. The strange thing is that even if I double click somewhere else, it's the selected app that is launched.
    It's exactly the same for the virtual keyboard. One click select the key, two clicks (anywhere) press the key.
    If I swipe one finger left, the icon to the left is selected (and vis-versa).
    What the ****? Is this a secret features I have somehow activated?
    Is there any simple way to go back to the good-ol' multitouch interface?
    I have tried to shut down and reboot the ipad (home-click+power 5sec). Nothing works.
    Any ideas?
    Cheers
    Pire

    You must have turned on voiceover. Either triple click the home button and see if that fixes it OR go to Settings -> General -> Accessibility -> VoiceOver and turn it off.

  • Rh10 - HTML Help - linking to pdf shows when generate CHM and 'view results' but not when double-click on CHM in project folder or in product help

    I have several PDFs in Baggage Files that are linked to topics in the Table of Contents.  When I generate the CHM file and 'View Results' I am able to pull up/access the PDFs with no problem.  When I go into the project folder and just double-click on the CHM file, I cannot pull up/access any of the PDFs nor can I access them in the product help.  Any ideas?  Is a setting "off" somewhere in my project?
    I am using RoboHelp 10.
    Thanks!

    eeddings wrote:
    Thanks for the idea, but I can't switch the project to WebHelp.  This .chm project consists of a master project with 18 slave projects and a slew of remote jumps.  I'd have to recreate all of the remote jumps if I switch to WebHelp.
    Hopefully Adobe can fix this issue.
    Well, first off, even though it would be WebHelp, it would be inside a CHM container. So for all intents and purposes it would be a CHM file. But having said that, I'm not sure there is a way to merge these hybrid types of CHM files.
    If your statement about Adobe fixing the issue is meaning that they can either remove the Print icon from the CHM Viewer, I wouldn't hold my breath because as I said, that's in Microsoft's lap and they haven't updated the CHM viewer in a long while. Doubtful they ever will.
    The only hope would then be for Adobe to update the code used for the Mini TOC. The only way that will happen is if enough folks submit this as a bug via the following link:
    http://www.adobe.com/go/wish
    Until that would happen, your likely best bet is to simply avoid using the Mini-TOC feature or just insert a warning that if the topic is printed, it will cause issues. Or, you could use bookmarks and links to establish your own verision of a "Mini-TOC"
    Cheers... Rick

  • Wrong project opens when double clicking on a project in project view

    This is really weird. I have a personal library that was created by importing my entire iPhoto library and a Pro library that was created by just importing groups of images and folders from one of my drives. Both libraries are 100% managed. When Aperture opens, and my Personal library was the library that was open when I last closed Aperture, this behavior occurs. I go to double click on a project in project view and some other project opens. It's not random either. If I click on the project "Kennesaw Hike" for example, then "Jeremy's Birthday" will open every time.
    Now the strange thing is when I go to File, Switch To Library, and choose my Pro Library and then switch right back to my Personal library, the projects in the project view open correctly. Something else that might be related. A few times in the last week when the Personal library was the open library when Aperture was closed last, and then I open Aperture later, it would prompt for my serial number again.
    Another tidbit that might be of interest. I recently replaced the drive both libraries were on and copied them both to a new larger drive.
    Any ideas?
    Thanks

    I'd like to add a "me too" to this.

  • Getting web service results from double click event

    I have an Elixir ILOG Org Chart and I want to add nodes dynamically when a user clicks on the node.  When the click event fires, Can I assign the results of the webservice result to the node as children of that node; similar to what someone would do when calling a function in another language like Java or C#.  For instance I have a method that handles the double click or single click of a user on a node in my Org Chart:
    private function doubleClickHandler(event:OrgChartEvent):void{
         event.item.appendChild(getResults(_id, _idSecond, "") );
    private function webServicehandler_Result(event:ResultEvent):XML{
         return event.result;
    getResults(x,y,z) is the function that calls the web service and returns XML results of all the employees/people that are underneith the object that was double clicked on.  Will this work?

    Use the change event.

  • How can I double-click a file to open it in default app in my Visual Studio project without creating an installer?

    I have an app with code to open a file by double-clicking on it. The app in my Visual Studio project file should start automatically and then open the file automatically. I double-click on the file, then look for the app in my solution folder (I choose the
    .exe in the Debug folder). Am I choosing the correct .exe file?
    What I'm trying to do is test some code I wrote that will open the associated file type when I double click on it, as opposed to creating an installer, installing the app and then double-clicking on the file to see if it will open in the associated app automatically.

    Hi dudefromthebronx,
    Yes, I think you could doubt click the .exe file in your local machine.
    Of course, maybe you could get it in Bin\Debug or Bin\Release folder, it is related to the current project settings.
    But we would know some differences between them:
    http://stackoverflow.com/questions/11600162/difference-between-bin-debug-and-bin-release
    https://social.msdn.microsoft.com/Forums/en-US/0cde96e6-8dd8-4aa9-adcf-d7f45da13b66/debug-bin-release-folders?forum=vbide
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When i double click on and item in the firefox downloads window the item dosn't open, left clicking on the item still dose not give me the choice to "open". how to fix this problem thanks

    When i double click on an item in the firefox dowloads window the item dos'nt open.Left clicking on the item dose not give me the choice to "open" the item.
    the downloaded item is a pdf file of 59 kb, and was downloaded using adobe acrobat version 5

    I have sort of the exact same problem. Extremely far away from user friendly
    I have an second issue as well: When I hook off all-day it comes up with an 8 hour event!
    And then if I put in a late start hour it pushes end time to next day due to the 8 hour event suggestion.
    All in all this gives a lot of changes just to enter an event.
    Command N
    I learnt from your input to use this fuction. At least that comes up with a one hour event as default.

  • Titles are not possible to edit or double click in a project anymore...!? something locked?

    Hello,
    in my project which worked fine for weeks I have to do title changes for different countries.
    Now it is impossible to double click or edit the titles anymore.
    I can create new titles but I can't edit them in this project.
    When I create a new project I can edit titles.
    Could there be sth locked in this project...!? Please help.
    Thank you very much in advance.
    Premiere Pro CC 8,1

    Try this:
    restart computer, hold down shift+alt while opening Premiere until welcome screen.

  • USB mouse single click results in a double-click

    Been using a basic USB Dell mouse with my Macbook Pro for a long time.  Suddenly I'm finding that a left click is resulting in a double click some of the time, but not always.  It's system wide regardless of application. Thoughts?  Thank you!

    Have you tried reinstalling the driver?
    Mouse Problems
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode.  Shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches.
    Safe Mode
    Safe Mode - About
    General information.
    Isolating issues in Mac OS X
    Troubleshooting Permission Issues
    Step by Step to Fix Your Mac

  • Yoga 13, Windows 8 Pro, Single-Click sometimes results in Double-Click

    I'm using a brand new Yoga 13 (Window 8 Pro).  Clicking on the touchpad (not the touch screen) sometimes has issues.  Specifically, every once in a while, a single-click on the touchpad will result in double-click behavior.
    I'm not referring to tapping, but rather physical clicking (press, depress touchpad on the lower left).
    I disabled tap-to-click in case it was registering the tap, and then the click.  That didn't resolve the issue.
    I also increased the speed required (within Windows) for a double-click to the fastest (least time between clicks) possible.  That also didn't resolve the issue.
    It really seems like the touchpad, every once in a while, registers a double-click, like some sort of physical defect in the touchpad that presses, depresses, presses depresses immediately.
    Ideas? 

    I'm running Windows 8 (Not Pro) on a brand new Yoga 13 and am experiencing the same probem.  It doesnt happen all the time but just enough to be really annoying.  It seems like if I try right clicking I can get it to stop.

Maybe you are looking for

  • OS X began crashing regularly

    Hi, I recently learned that I can post the panic.log here possibly to find some clues to what is going on to make the my OS crash regularly within the last 3 months; or ever since I installed Adobe CS3 Design Premium pack of new graphic softwares. I

  • Lightroom 1.4.1:  Reducing File/Image Size for Web/E-Mail

    This should be a simple thing. I need to reduce my file size to upload it into various things on the web and e-mail and what not.  Sometimes it asks for a specific size. Right now, I'm using the Export function to do this, which means I have to reset

  • Assistance required in creating BRF workflow  SRM 7.0

    Hi Experts, I am new to SRM. I have a requirement wherein I need a create a BRF process control workflow. In high the requirement is as follows. Once a shopping cart is saved  the workflow should start and check whether the shopping cart value is gre

  • How to create dvd/cd image using super drive in MacBook Air

    I have MacBook Air and also Apple Supper drive for the same. can u help me to find dvd/cd burrning and copy software. and also guide me "how to create dvd/cd image using super drive in MacBook Air"

  • OracleXMLQuery performance

    Hello, I am using OracleXMLQuery to extract data from a database as XML. Some of tables have thousands and thousands of records. I have experimented with setting maxRows to reduce memory usage, but have discovered that it is very slow. During each it