Newly downloaded images don't create a new project

When I download images from my CF card, they don't show up anywhere in my projects, They only show up in the last download folder.
My settings for import are Destination: New Project, Shore files: Aperture library, Rename files: none, No effect presets, no file types are checked, and no backup Location .
How do I get my new images into a new project, and why aren't automatically creating a new project?
I have an Imac running Mtn Lion, and the latest version of Aperture.

Aperture will not import into new projects. When I click import, the dialog says importing to new project. A new project is not created. I have 9 projects which appear to have every image I've ever imported (over 8000). I have other projects, Every new image goes to Name 1.0 ,Name 1.0 1,Name 1.0 2, Name 1.0 3,Etc. Each of these files have all of my images on them, even ones that have prevously been successfully imported into their new projects.
This is really weird. Either your current Aperture library needs fixing or you are having a problem with broken presets and preferences.
Could you please make a test and see, if you are having the same result, when you are importing into a new test library? When in Aperture , go to the "File" menu and use the command "File > Switch to library > Other/New". Now try importing into your library. Do you see the same wrong project names?
If it works well with a new Aperture Library, repair or rebuild your current library - see this manual page:  Repairing and Rebuilding Your Aperture Library: Aperture 3 User Manual
If it does not work well with a new Aperture library, delete your Aperture user preferences as described here: Aperture 3: Troubleshooting Basics
Regards
Léonie

Similar Messages

  • How do you shuffle the image order when creating a new slideshow in apterture 3?  i would like to do this automatically when creating a new slideshow.  i see how you do it when you just play a slideshow.

    how do you shuffle the image order when creating a new slideshow in apterture 3?  i would like to do this automatically when creating a new slideshow.  i see how you do it with presets when you just play a slideshow, but i don't see an option to randomly shuffle the slide order when you create a new slideshow.  i know you can sort it by different fields, but i want it to be random.  thanks.

    If you want to rearrange images in random order you can try an AppleScript:
    retrieve a list of selected images from Aperture
    shuffe the list properly
    create an album in Aperture and add the images from the list to the album (make sure that the album set to be orederd manually)
    Here  is a sample script that shuffles the selected images and displays them in random order in Full Screen Mode:
    on removeItem(ims, i)
      -- remove the item at position "i" from a list ims
              if ims is {} then return {}
              if (length of ims is 1) then return {}
              if i < 2 then return rest of ims
              if (i = length of ims) then return (items 1 thru (i - 1) of ims)
              if i > (length of ims) then return ims -- should be error?
              return (items 1 thru (i - 1) of ims) & (items (i + 1) thru (length of ims) of ims)
    end removeItem
    on shuffle_items(ims)
      -- shuffle the items of the list "ims" randomly
              local numitems, ims_shuffled, nextrest, nextpick, i
              set numitems to length of ims
              if length of ims < 2 then return ims
              set ims_shuffled to {}
              set nextrest to ims
              repeat until nextrest is {}
                        set i to (random number (numitems - 1)) + 1
                        set nextpick to item i of nextrest
                        set beginning of ims_shuffled to nextpick
                        set numitems to numitems - 1
                        set nextrest to removeItem(nextrest, i)
              end repeat
              return ims_shuffled
    end shuffle_items
    on shuffleIms()
      -- retrieve the selected images from Aperture
      -- and display them in random order in full screen mode
              local imageSel, shuffled, i
              tell application "Aperture"
      activate
                        set imageSel to (get selection)
                        set shuffled to my shuffle_items(imageSel)
                        set fullscreen to true
                        if imageSel is {} then error "Please select some images."
                        repeat with i from 1 to count of shuffled
                                  reveal {item i of shuffled}
      delay 3 -- chnage that to the time you want
                        end repeat
                        set fullscreen to false
                        return shuffled
              end tell
    end shuffleIms
    shuffleIms()
    Some more code snippets to go from here:
    To create an album:
                        tell library 1
                                  if not (exists album "shuffledAlbum") then
      make new album with properties {name:"shuffledAlbum", image version:shuffled}
                                  end if
                        end tell
    And to add the images from the shuffled list to the album:
                        repeat with i from 1 to count of shuffled
                                  duplicate item i of shuffled to album "shuffledAlbum"
                        end repeat
    Regards
    Léonie

  • Dragging images into Aperture (without creating a new Project)

    Hi All.
    I am trying to pump out a slideshow and I am (in some cases) dragging an image from a desktop folder into a ALBUM in Aperture in which I want the photo. This Album is in a FOLDER with the name of the slideshow along with a number of other Albums in which I am organizing data for this project.
    Aperture is creating a new Project in this folder every time I do this. They are labeled "Untitled Project", "Untitled Project(1)" etc. If I delete the Projects then the image is deleted from the Album that I want it in.
    Is there a convenient solution for this? In some cases the image is already in Aperture but I don't have the time to go hunting for it and in fact it may not be int there.
    Can I somehow create a "Dump Project" that will accept all these new images so that I don't clutter up the space with all the new Projects? Would I do this by dragging and dropping the individual images that are in each of these Projects to the Dump Project?
    Any advice that doesn't involve switching out horses would be really welcome.
    Thanks in advance!
    - Jon

    You can't import to an Album, only to a project. Every pic in the Library is in a project. It has to be. If you drag to an Album it will make new project to hold the file. So, don't drag to an Album, make a project and drag to that.
    Regards
    TD

  • When I want to create a new project the view screen on the right is blank ? Since creating a new project, when almost done something happens

    When I want to create a new project the view screen on the right is blank ? Since creating a new project, when almost done something happens

    Hi
    Need more info
    • Free space on Start-Up (Mac OS) hard disk - How much ?
    • Did You try to trash iMovie pref. file while iMovie is NOT running ?
    • Can it be something that corrupt Your movie project e.g. use of alien video codecs or audio file formats ?
    (What did You use ? Video-codecs, Audio file formats and Photo file formats ? )
    Yours Bengt W

  • Problems creating a new project

    I just installed Creator 2.1 on a Fedora Core 4 workstation. It installed with no problems, but when I go to create a new project the wizard hangs after pressing finish. The only thing that is created is WebApplication1/nbproject/project.xml. The following is what was placed in the log.
    Log Session: Thursday, May 4, 2006 2:58:18 PM UTC
    System Info: Product Version = Java Studio Creator 2 Update 1 (Build 060417)
    Operating System = Linux version 2.6.16-1.2096_FC4 running on i386
    Java; VM; Vendor = 1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05; Sun Microsystems Inc.
    Java Home = /opt/sun/Creator2_1/java/jre
    System Locale; Encod. = en_US (rave); UTF-8
    Home Dir; Current Dir = /home/raykl; /home/raykl
    IDE Install; User Dir = /opt/sun/Creator2_1/platform5; /home/raykl/.Creator/2_1
    CLASSPATH = /opt/sun/Creator2_1/platform5/lib/boot.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_es.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_fr.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_ja.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_ko.jar:/opt/sun/Creator2_1/platform5/lib/locale/boot_zh_CN.jar:/opt/sun/Creator2_1/java/lib/dt.jar:/opt/sun/Creator2_1/java/lib/tools.jar
    Boot & ext classpath = /opt/sun/Creator2_1/patches/6311051.jar:/opt/sun/Creator2_1/java/jre/lib/rt.jar:/opt/sun/Creator2_1/java/jre/lib/i18n.jar:/opt/sun/Creator2_1/java/jre/lib/sunrsasign.jar:/opt/sun/Creator2_1/java/jre/lib/jsse.jar:/opt/sun/Creator2_1/java/jre/lib/jce.jar:/opt/sun/Creator2_1/java/jre/lib/charsets.jar:/opt/sun/Creator2_1/java/jre/classes:/opt/sun/Creator2_1/java/jre/lib/ext/localedata.jar:/opt/sun/Creator2_1/java/jre/lib/ext/sunjce_provider.jar:/opt/sun/Creator2_1/java/jre/lib/ext/dnsns.jar:/opt/sun/Creator2_1/java/jre/lib/ext/sunpkcs11.jar
    Dynamic classpath = /opt/sun/Creator2_1/platform5/core/core.jar:/opt/sun/Creator2_1/platform5/core/openide.jar:/opt/sun/Creator2_1/platform5/core/org-netbeans-swing-plaf.jar:/opt/sun/Creator2_1/platform5/core/openide-loaders.jar:/opt/sun/Creator2_1/platform5/core/updater.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_es.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_es.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_es.jar:/opt/sun/Creator2_1/platform5/core/locale/core_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/core_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/core_es.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/org-netbeans-swing-plaf_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_es.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_es.jar:/opt/sun/Creator2_1/platform5/core/locale/openide_zh_CN.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/core_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_fr.jar:/opt/sun/Creator2_1/platform5/core/locale/openide-loaders_ko.jar:/opt/sun/Creator2_1/platform5/core/locale/core_ja.jar:/opt/sun/Creator2_1/platform5/core/locale/updater_rave_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/smresource.jar:/opt/sun/Creator2_1/rave2.0/core/rowset.jar:/opt/sun/Creator2_1/rave2.0/core/smdb2.jar:/opt/sun/Creator2_1/rave2.0/core/derbyclient.jar:/opt/sun/Creator2_1/rave2.0/core/naming.jar:/opt/sun/Creator2_1/rave2.0/core/smoracle.jar:/opt/sun/Creator2_1/rave2.0/core/com-sun-rave-extension-ide-launcher-upgrade.jar:/opt/sun/Creator2_1/rave2.0/core/smspy.jar:/opt/sun/Creator2_1/rave2.0/core/sqlx.jar:/opt/sun/Creator2_1/rave2.0/core/jgraph.jar:/opt/sun/Creator2_1/rave2.0/core/sminformix.jar:/opt/sun/Creator2_1/rave2.0/core/smbase.jar:/opt/sun/Creator2_1/rave2.0/core/smsybase.jar:/opt/sun/Creator2_1/rave2.0/core/smsqlserver.jar:/opt/sun/Creator2_1/rave2.0/core/sql.jar:/opt/sun/Creator2_1/rave2.0/core/smutil.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide-loaders_rave.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sqlx_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/openide_rave_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/naming_fr.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_ja.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_zh_CN.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/com-sun-rave-extension-ide-launcher-upgrade_es.jar:/opt/sun/Creator2_1/rave2.0/core/locale/core_rave_ko.jar:/opt/sun/Creator2_1/rave2.0/core/locale/sql_ja.jar:/opt/sun/Creator2_1/nb4.1/core/org-netbeans-upgrader.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_ko.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_ja.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_es.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_zh_CN.jar:/opt/sun/Creator2_1/nb4.1/core/locale/org-netbeans-upgrader_fr.jar:/opt/sun/Creator2_1/ide5/core/org-netbeans-modules-utilities-cli.jar
    [org.netbeans.core.modules #4] Warning: module com.sun.rave.libs.jsf does not declare OpenIDE-Module-Public-Packages in its manifest, so all packages are considered public by default: http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/upgrade.html#3.4-public-packages
    Error getting db Port from file: /opt/sun/Creator2_1/rave2.0/config/com-sun-rave-install.properties (Permission denied)
    java.io.FileNotFoundException: /opt/sun/Creator2_1/rave2.0/config/com-sun-rave-install.properties (Permission denied)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at com.sun.rave.dataconnectivity.utils.DbPortUtilities.getPropFromFile(DbPortUtilities.java:43)
    at com.sun.rave.dataconnectivity.DataconnectivityModuleInstaller.setBundledDBPort(DataconnectivityModuleInstaller.java:194)
    at com.sun.rave.dataconnectivity.DataconnectivityModuleInstaller.restored(DataconnectivityModuleInstaller.java:61)
    at org.netbeans.core.modules.NbInstaller.loadCode(NbInstaller.java:322)
    at org.netbeans.core.modules.NbInstaller.load(NbInstaller.java:240)
    at org.netbeans.core.modules.ModuleManager.enable(ModuleManager.java:869)
    at org.netbeans.core.modules.ModuleList.installNew(ModuleList.java:382)
    at org.netbeans.core.modules.ModuleList.trigger(ModuleList.java:316)
    at org.netbeans.core.modules.ModuleSystem.restore(ModuleSystem.java:253)
    at org.netbeans.core.NonGui.run(NonGui.java:355)
    at org.netbeans.core.Main.run(Main.java:185)
    at org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:241)
    at org.netbeans.core.NbTopManager.get(NbTopManager.java:190)
    at org.netbeans.core.Main.start(Main.java:311)
    at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
    at java.lang.Thread.run(Thread.java:595)
    You are trying to access file: jndi.properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#default_package
    Turning on modules:
    org.openide/1 [5.9.1.1 060417]
    org.netbeans.modules.queries/1 [1.4.1 060417]
    org.netbeans.modules.projectapi/1 [1.3.1 060417]
    org.openide.loaders [5.2.1.1 060417]
    org.netbeans.spi.viewmodel/2 [1.4.1 060417]
    org.netbeans.api.debugger/1 [1.3.1 060417]
    org.netbeans.api.debugger.jpda/1 [1.3.1 060417]
    org.netbeans.modules.j2eeapis/1 [1.3.1 060417]
    org.netbeans.bootstrap/1 [1.0.1 060417]
    org.netbeans.swing.plaf [1.2.1 060417]
    org.netbeans.core/1 [1.27.1 060417]
    org.netbeans.modules.settings/1 [1.7.1 060417]
    org.netbeans.api.xml/1 [1.8 3.999.4 060417]
    org.netbeans.modules.schema2beans/1 [1.11.1 060417]
    org.openide.io [1.6.1 060417]
    org.openide.execution [1.5.1 060417]
    org.netbeans.api.java/1 [1.7.1 060417]
    org.netbeans.modules.project.libraries/1 [1.10.1 060417]
    org.openide.src [1.5.1 060417]
    org.netbeans.libs.j2eeeditor/1 [1.4.1 060417]
    org.netbeans.modules.j2eeserver/3 [1.6.1 060417]
    org.netbeans.libs.xerces/1 [1.5.1 2.6.2]
    org.netbeans.modules.j2ee.dd/1 [1.3.1 1.0 060417]
    com.sun.rave.portlet.container/1 [1.0 1.0]
    com.sun.rave.portlet.container.pluto/1 [1.0 1.0]
    javax.jmi.reflect/1 [1.4.1 060417]
    org.netbeans.jmi.javamodel/1 [1.13.1 060417]
    javax.jmi.model/1 [1.4.1 060417]
    org.netbeans.api.mdr/1 [1.1.1 060417]
    org.netbeans.modules.jmiutils/1 [1.1.1 release41 060417]
    org.netbeans.modules.mdr/1 [1.1.1 release41 060417]
    org.netbeans.core.output2/1 [1.3.1 060417]
    org.netbeans.core.execution/1 [1.6.1 060417]
    org.apache.tools.ant.module/3 [3.17.1 060417]
    org.openidex.util/3 [3.6.1 060417]
    org.netbeans.modules.java.platform/1 [1.3.1 060417]
    org.netbeans.swing.tabcontrol [1.3.1 060417]
    org.netbeans.core.windows/2 [2.4.1 060417]
    org.netbeans.core.ui/1 [1.6.1 060417]
    org.netbeans.modules.xml.core/2 [1.7 3.999.4 060417]
    org.netbeans.modules.xml.catalog/2 [1.6 3.999.4 060417]
    org.netbeans.modules.masterfs/1 [1.4.1.1 060417]
    org.netbeans.modules.projectuiapi/1 [1.5.4.0.0 4.0.0 060417]
    org.netbeans.modules.projectui [1.3.4.0.0.1 060417]
    org.netbeans.modules.project.ant/1 [1.6.1 060417]
    org.netbeans.modules.classfile/1 [1.14.1 060417]
    org.netbeans.modules.javacore/1 [1.5.1 060417]
    org.netbeans.modules.java/1 [1.20.1.1 1.0.0 060417]
    org.netbeans.modules.java.project/1 [1.3.1 060417]
    org.netbeans.modules.javahelp/1 [2.5.1 060417]
    org.netbeans.modules.refactoring/1 [1.1.1 1.0 060417]
    org.netbeans.modules.servletapi24/1 [2.3.1 2.3.1 060417]
    org.netbeans.modules.autoupdate/1 [2.12.1.2 060417]
    com.sun.rave.extension.autoupdate/1 [1.2.1.1.0 060417]
    com.sun.rave.api.portlet.dd/1 [1.0 1.0]
    com.sun.rave.api.jsf.project/1 [1.2 060417]
    org.netbeans.libs.commons_logging/1 [1.0.1 1.0.4 060417]
    com.sun.rave.designer.markup/1 [1.0 060417]
    com.sun.rave.extension.openide/1 [1.0 060417]
    com.sun.rave.designtime/1 [1.0.0 060417]
    com.sun.rave.jsfsupport/1 [1.0.5 060417]
    org.netbeans.modules.editor.util/1 [1.4.1 060417]
    org.netbeans.modules.editor.fold/1 [1.2.1 060417]
    org.netbeans.modules.editor.lib/1 [1.3.1 0.1 060417]
    com.sun.rave.api.insync/1 [1.0 060417]
    org.netbeans.core.multiview/1 [1.5.1 060417]
    com.sun.rave.api.designer/1 [1.0 060417]
    org.apache.batik/1 [1.5 1.5]
    org.netbeans.modules.editor.plain.lib/1 [1.0.1 060417]
    org.netbeans.modules.editor/3 [1.19.1 060417]
    org.netbeans.modules.html.editor.lib/1 [1.0.1 060417]
    com.sun.rave.css/1 [1.0 060417]
    com.sun.rave.insync/1 [1.0.7 060417]
    com.sun.rave.dataprovider.runtime/1 [1.0 060417]
    com.sun.rave.jsfmetadata/1 [1.0.5 060417]
    com.sun.rave.toolbox/1 [1.0.5 060417]
    org.netbeans.modules.ant.freeform [1.5.1 060417]
    com.sun.rave.branding.projects.projectui/1 [1.0 060417]
    org.netbeans.tasklistapi/1 [1.16.6 6 060417]
    org.netbeans.modules.tasklist.core/2 [1.33.615 15 060417]
    org.netbeans.modules.suggestions_framework/2 [1.11.6158 8 060417]
    org.netbeans.modules.tasklist.docscan/2 [1.19.61584 4 060417]
    com.sun.rave.extension.tasklist.docscan/1 [1.0 060417]
    com.sun.rave.extension.ide.launcher.upgrade [4.1 060417]
    com.sun.rave.extension.core/1 [1.0 060417]
    com.sun.rave.corepackage/1 [1.1 060417]
    com.sun.rave.extension.java.platform/1 [1.0 060417]
    com.sun.rave.extension.core.javahelp/1 [1.0 060417]
    com.sun.rave.ravehelp/1 [1.0.3.1 060417]
    com.sun.rave.propertyeditors/1 [1.0.0 060417]
    org.netbeans.modules.ant.grammar/1 [1.10 060417]
    org.netbeans.spi.debugger.ui/1 [2.5.1 060417]
    com.sun.rave.extension.debuggercore/1 [1.0 060417]
    org.netbeans.modules.xml.text/2 [1.7 3.999.4 060417]
    org.netbeans.modules.javadoc/1 [1.14.1 060417]
    org.netbeans.modules.beans/1 [1.14.1 060417]
    com.sun.rave.branding.beans/1 [1.0 060417]
    org.netbeans.modules.image/1 [1.14.1.1 060417]
    org.netbeans.modules.utilities/1 [1.18.1 060417]
    com.sun.rave.branding.utilities/1 [1.0 060417]
    com.sun.rave.branding.openidex/1 [1.0 060417]
    org.netbeans.modules.vcscore/1 [1.14.1 promotionE 060417]
    org.netbeans.modules.vcscore.javacorebridge/1 [1.0.1 060417]
    org.netbeans.modules.properties/1 [1.14.1.1 060417]
    org.netbeans.modules.properties.syntax/1 [1.14.1 060417]
    org.netbeans.modules.debugger.jpda/2 [1.13.1.0.0.1 060417]
    org.netbeans.modules.debugger.jpda.ui/1 [1.2.1.0.0.1 060417]
    org.netbeans.modules.navigator/2 [4.1.1 promoe 060417]
    org.netbeans.core.ide/1 [1.6.1 060417]
    org.netbeans.modules.javanavigation/1 [4.1.1 060417]
    com.sun.rave.servernav/1 [1.1 060417]
    com.sun.rave.dataconnectivity/1 [1.0.4.1 060417]
    org.netbeans.modules.java.j2seplatform/1 [1.2.1 1.2.0 060417]
    org.netbeans.modules.servletapi/1 [1.6.1 060417]
    org.netbeans.modules.httpserver/2 [2.1.1 release41 060417]
    org.netbeans.upgrader [4.2.1 060417]
    org.netbeans.modules.java.freeform [1.0.1 060417]
    com.sun.rave.extension.java.freeform/1 [1.0 060417]
    org.netbeans.api.web.webmodule [1.2.1 060417]
    org.netbeans.modules.j2ee.api.ejbmodule [1.0.1 060417]
    org.netbeans.lib.cvsclient/1 [1.11.1 060417]
    com.sun.rave.branding.openide/1 [1.0 060417]
    org.netbeans.modules.clazz/1 [1.16.1 060417]
    com.sun.rave.extension.projects.projectui/1 [1.0 060417]
    org.netbeans.modules.web.jspparser/2 [2.2.1 060417]
    org.netbeans.modules.ant.browsetask [1.8.1 060417]
    org.netbeans.modules.j2ee.dd.webservice [1.0.1 060417]
    org.netbeans.modules.websvc.websvcapi [1.0.1 060417]
    org.netbeans.modules.junit/2 [2.14.1 060417]
    org.netbeans.modules.j2ee.common/1 [1.0.1 1.0.1 060417]
    org.netbeans.modules.servletapi23/1 [1.7.1 060417]
    org.netbeans.modules.xml.multiview/1 [1.0 1.0-release41 060417]
    org.netbeans.modules.editor.plain/1 [1.0.1 060417]
    org.netbeans.modules.html.editor/1 [1.0.1 060417]
    org.netbeans.modules.java.editor.lib/1 [1.0.1 060417]
    org.netbeans.modules.java.editor/1 [1.0.1 060417]
    org.netbeans.modules.html/1 [1.15.1 060417]
    org.netbeans.modules.web.core.syntax/1 [1.17.1.1 060417]
    org.netbeans.modules.web.core/1 [1.20.1 release41 060417]
    org.netbeans.modules.web.project [1.4.3 1.1.1.1 060417]
    org.netbeans.modules.web.jstl11/1 [2.3.1 2.3.1 060417]
    com.sun.rave.project.jsfportlet/1 [1.0 1.0]
    com.sun.rave.welcome/1 [1.0.1 060417]
    com.sun.rave.extension.web.project/1 [1.0 060417]
    org.netbeans.modules.web.freeform [1.0.2 060417]
    com.sun.rave.extension.core.execution/1 [1.0 060417]
    com.sun.rave.branding.core.windows/1 [1.0.1 060417]
    com.sun.rave.branding.xml.text/1 [1.0 060417]
    com.sun.rave.branding.autoupdate/1 [1.0 060417]
    com.sun.rave.extension.core.windows/1 [1.0 060417]
    com.sun.rave.branding.java/1 [1.0 060417]
    com.sun.rave.branding.vcscore/1 [1.0 060417]
    org.netbeans.modules.j2ee.sun.dd/1 [1.2 1.0]
    org.netbeans.modules.j2ee.sun.ide/1 [2.1.1.1 060417]
    org.netbeans.modules.debugger.jpda.ant [1.4.1 060417]
    org.netbeans.modules.java.j2seproject [1.2.2 1.2.0 060417]
    com.sun.rave.extension.vcscore/1 [1.0 060417]
    com.sun.rave.ejbsupport/1 [1.0 060417]
    com.sun.rave.jwsdpsupport/1 [1.1 060417]
    com.sun.rave.websvc/1 [1.0.6 060417]
    com.sun.rave.extension.core.output2/1 [1.0 060417]
    com.sun.rave.extension.web.freeform/1 [1.0 060417]
    org.netbeans.modules.web.monitor/1 [1.12.1 060417]
    org.netbeans.modules.diff/1 [1.10.1 promotionE 060417]
    org.netbeans.modules.vcs.advanced/1 [1.12.1 060417]
    com.sun.rave.extension.vcsgeneric/1 [1.0 060417]
    com.sun.rave.extension.objectbrowser.navigator/1 [1.0 060417]
    com.sun.rave.branding.core/1 [1.0.1 060417]
    com.sun.rave.branding.web.jspsyntax/1 [1.0 060417]
    com.sun.rave.extension.xml.catalog/1 [1.0 060417]
    com.sun.rave.extension.properties/1 [1.0 060417]
    com.sun.rave.extension.java.j2seproject/1 [1.0 060417]
    com.sun.rave.libs.jsf/1 [1.0.5 060417]
    com.sun.rave.extension.xml.core/1 [1.0 060417]
    com.sun.rave.project.migration/1 [1.0 1.0]
    com.sun.rave.navigation/1 [1.0.5 060417]
    com.sun.rave.project.navigationloader/1 [1.0 060417]
    org.netbeans.modules.vcs.profiles.cvsprofiles/1 [1.6.1 060417]
    com.sun.rave.ejb/1 [1.0.1 060417]
    org.netbeans.modules.vcs.profiles.vss/1 [1.6.1 060417]
    com.sun.rave.extension.editor/1 [1.0 060417]
    com.sun.rave.extension.core.ide/1 [1.0 060417]
    com.sun.rave.jsfcl/1 [1.1.1 060417]
    com.sun.rave.extension.core.multiview/1 [1.0 060417]
    com.sun.rave.extension.core.ui/1 [1.0 060417]
    com.sun.rave.modules.jsf.examples.postrelease/1 [1.0 060424]
    com.sun.rave.extension.debuggerjpda.ui/1 [1.0 060417]
    com.sun.rave.modules.jsf.examples.bundled/1 [1.0.1 060417]
    com.sun.rave.extension.javadoc/1 [1.0 060417]
    com.sun.rave.branding.web.project/1 [1.0 060417]
    com.sun.rave.extension.utilities/1 [1.0 060417]
    com.sun.rave.portlet.container.ant/1 [1.0 1.0]
    com.sun.rave.branding.tasklist.docscan/1 [1.0 060417]
    com.sun.rave.project.jsfloader/1 [1.1 060417]
    com.sun.rave.branding.image/1 [1.0 060417]
    com.sun.rave.extension.api.xml/1 [1.0 060417]
    com.sun.rave.branding.editor/1 [1.0 060417]
    com.sun.rave.extension.web.core/1 [1.0 060417]
    com.sun.rave.extension.xml.text/1 [1.0 060417]
    org.netbeans.modules.utilities.project/1 [1.2.1 060417]
    com.sun.rave.extension.utilities.project/1 [1.0 060417]
    com.sun.rave.extension.java/1 [1.0 060417]
    com.sun.rave.extension.java.editor/1 [1.0 060417]
    org.netbeans.modules.j2ee.ant [1.3.1 060417]
    org.netbeans.modules.j2ee.sun.ws61/1 [1.0 060417]
    com.sun.rave.extension.beans/1 [1.0 060417]
    com.sun.rave.designer/1 [1.0.6 060417]
    com.sun.rave.webui.samples.calendar/1 [0.1 060412_5]
    org.netbeans.modules.extbrowser/1 [1.6.1 060417]
    com.sun.rave.branding.extbrowser/1 [1.0 060417]
    com.sun.rave.branding.xml.core/1 [1.0 060417]
    com.sun.rave.webui.samples.ajax/1 [0.2 060410]
    com.sun.rave.branding.html/1 [1.0 060417]
    com.sun.rave.branding.xml.catalog/1 [1.0 060417]
    com.sun.rave.extension.html/1 [1.0 060417]
    com.sun.rave.extension.monitor/1 [1.0 060417]
    com.sun.rave.errorhandler.server/1 [0.2 060417]
    com.sun.rave.extension.refactoring/1 [1.0 060417]
    com.sun.rave.branding.openide.loaders/1 [1.0 060417]
    java.io.FileNotFoundException: /opt/sun/Creator2_1/rave2.0/config/com-sun-rave-install.properties (Permission denied)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at com.sun.rave.errorhandler.DebugServerThread.run(DebugServerThread.java:55)
    java.io.FileNotFoundException: /opt/sun/Creator2_1/rave2.0/config/com-sun-rave-install.properties (Permission denied)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.getRaveInstallProperties(PluginProperties.java:736)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.getRaveInstallProperty(PluginProperties.java:720)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.getRaveRoot(PluginProperties.java:716)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.makeAbsolute(PluginProperties.java:674)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.loadPluginProperties(PluginProperties.java:174)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.<init>(PluginProperties.java:109)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties.getDefault(PluginProperties.java:91)
    at org.netbeans.modules.j2ee.sun.ide.Installer.getPluginLoader81(Installer.java:525)
    at org.netbeans.modules.j2ee.sun.ide.Installer.initFacade(Installer.java:272)
    at org.netbeans.modules.j2ee.sun.ide.Installer.create(Installer.java:84)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.methodValue(BinaryFS.java:484)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.getValue(BinaryFS.java:396)
    at org.netbeans.core.projects.cache.BinaryFS$BFSBase.getAttribute(BinaryFS.java:312)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:721)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:689)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:717)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:689)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:618)
    at org.openide.loaders.InstanceDataObject$Ser.instanceCreate(InstanceDataObject.java:1175)
    at org.openide.loaders.InstanceDataObject.instanceCreate(InstanceDataObject.java:692)
    at org.netbeans.modules.j2ee.deployment.impl.Server.<init>(Server.java:92)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addPlugin(ServerRegistry.java:154)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init(ServerRegistry.java:88)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.instancesMap(ServerRegistry.java:145)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getServerInstances(ServerRegistry.java:279)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getDefaultInstance(ServerRegistry.java:591)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getDefaultInstance(ServerRegistry.java:573)
    at org.netbeans.modules.j2ee.deployment.impl.ui.RaveDefaultInstanceProvider.getDefaultInstanceNode(RaveDefaultInstanceProvider.java:20)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.methodValue(BinaryFS.java:484)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.getValue(BinaryFS.java:396)
    at org.netbeans.core.projects.cache.BinaryFS$BFSBase.getAttribute(BinaryFS.java:312)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:721)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:689)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:717)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:689)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:618)
    at org.openide.loaders.InstanceDataObject$Ser.instanceCreate(InstanceDataObject.java:1175)
    at org.openide.loaders.InstanceDataObject.instanceCreate(InstanceDataObject.java:692)
    at org.openide.loaders.FolderInstance.instanceForCookie(FolderInstance.java:515)
    at org.openide.loaders.FolderInstance$HoldInstance.instanceCreate(FolderInstance.java:998)
    at com.sun.rave.servernav.ServerNavigator$ServerNavigatorFolder.createInstance(ServerNavigator.java:182)
    at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:736)
    at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:68)
    at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:622)
    at org.openide.util.Task.run(Task.java:189)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
    at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
    [org.netbeans.modules.j2ee.sun] PluginProperties: See http://www.netbeans.org/issues/show_bug.cgi?id=55741 !
    Warning: use of system property netbeans.home in org.netbeans.modules.j2ee.sun.ide.j2ee.PluginProperties has been obsoleted in favor of InstalledFileLocator
    INFORMATIONAL *********** Exception occurred ************ at 2:58 PM on May 4, 2006
    javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: The Application Server installation directory is not correctly set up. (Use the properties sheet of the "Java System Application Server 8" node to enter a correct value.)
    at org.netbeans.modules.j2ee.sun.ide.Installer$FacadeDeploymentFactory.getDisconnectedDeploymentManager(Installer.java:233)
    [catch] at org.netbeans.modules.j2ee.deployment.impl.Server.getDeploymentManager(Server.java:135)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:387)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstance(ServerRegistry.java:416)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init(ServerRegistry.java:135)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.instancesMap(ServerRegistry.java:145)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getServerInstances(ServerRegistry.java:279)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getDefaultInstance(ServerRegistry.java:591)
    at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getDefaultInstance(ServerRegistry.java:573)
    at org.netbeans.modules.j2ee.deployment.impl.ui.RaveDefaultInstanceProvider.getDefaultInstanceNode(RaveDefaultInstanceProvider.java:20)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.methodValue(BinaryFS.java:484)
    at org.netbeans.core.projects.cache.BinaryFS$AttrImpl.getValue(BinaryFS.java:396)
    at org.netbeans.core.projects.cache.BinaryFS$BFSBase.getAttribute(BinaryFS.java:312)
    at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:721)
    at org.openide.filesystems.MultiFileObjec

    OK, I have figured it out. When I initally installed Creator I did not pay attention to what the dialogs said. I just pushed the "Finish" button when it came up. After re-installing as root and my user I realized thet the last dialog said "Application Server could not be installed correctly. The following RPM packages need to be installed: compat-libstdc++, compat-libstdc++-devel"
    I had compat-libstdc++-33-3.2.3-47installed.
    I installed compat-libstdc++-296-2.96-132.
    Afterwards I installed Creator under "root" without an error, and I was able to create a new project.
    I hope this help some others. I saw several posts concerning Fedora.
    KLR

  • Help: No .nib file created in new projects

    I don't know if I screwed with a setting accidentally, but I did uninstall then reinstall devtools and when I create a new project there is no .nib file created like there used to be... Is there a setting somewhere?

    Make sure you do not have a c:\temp directory. If you do, rename it.
    Then, uninstall CRVS2010 and use the KB [1535325  - How to remove CRVS2010 Beta 2|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333333323335%7D.do] to remove any traces of the install. (I understand you are not working with a Beta, but the steps will apply irrespective). Then reinstall CRVS2010. Download the SP2 version:
    http://www.sdn.sap.com/irj/boc/support?rid=/webcontent/uuid/d01fdad8-44e5-2d10-61ad-9d2d4158f3a8
    Oh and remove the reference to the CrystalDecisions.VSDesigner assembly
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Feb 22, 2012 6:36 AM

  • Imovie crashes when i try to create a new project

    When i open Imovie and try to create a new project it crashes and gives me this error message. How can i fix this?
    Process: iMovie [363]
    Path: /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier: com.apple.iMovie3
    Version: 3.0.3 (3.0.3)
    Build Info: iMovieBinaries-4000000~65
    Code Type: PPC (Native)
    Parent Process: launchd [128]
    Date/Time: 2010-07-17 18:38:39.977 -0400
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000070b
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x964d0fd8 objc_msgSend + 24
    1 com.apple.iMovie3 0x000f7430 0x1000 + 1008688
    2 com.apple.iMovie3 0x000f73b0 0x1000 + 1008560
    3 com.apple.AppKit 0x944c5fb4 -[NSScrollView _setVerticalScrollerHidden:] + 40
    4 com.apple.AppKit 0x944a54f8 -[NSScrollView tile] + 1196
    5 com.apple.AppKit 0x943f8600 -[NSScrollView reflectScrolledClipView:] + 1104
    6 com.apple.AppKit 0x943f8050 -[NSClipView _selfBoundsChanged] + 712
    7 com.apple.AppKit 0x943f7948 -[NSClipView setBoundsOrigin:] + 80
    8 com.apple.AppKit 0x943f6afc -[NSClipView setDocumentView:] + 492
    9 com.apple.AppKit 0x943f68a0 -[NSScrollView setDocumentView:] + 36
    10 com.apple.AppKit 0x943b4d24 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 848
    11 com.apple.AppKit 0x944afa88 -[NSNib instantiateNibWithExternalNameTable:] + 768
    12 com.apple.AppKit 0x944af740 -[NSNib instantiateNibWithOwner:topLevelObjects:] + 240
    13 com.apple.AppKit 0x945c1418 +[NSNavView navView] + 148
    14 com.apple.AppKit 0x945c0944 -[NSSavePanel(NSSavePanelLayout) _initContentView] + 1420
    15 com.apple.AppKit 0x945c0134 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 344
    16 com.apple.AppKit 0x945bff88 +[NSSavePanel _crunchyRawUnbonedPanel] + 180
    17 com.apple.iMovie3 0x000551a0 0x1000 + 344480
    18 com.apple.iMovie3 0x00055808 0x1000 + 346120
    19 com.apple.iMovie3 0x00054170 0x1000 + 340336
    20 com.apple.Foundation 0x950e5114 nsnotecallback + 372
    21 com.apple.CoreFoundation 0x9004e7c8 _CFXNotificationPostNotification + 920
    22 com.apple.Foundation 0x950e27bc -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
    23 com.apple.AppKit 0x9445cd34 -[NSApplication _postDidFinishNotification] + 108
    24 com.apple.AppKit 0x9445cc4c -[NSApplication _sendFinishLaunchingNotification] + 80
    25 com.apple.AppKit 0x943e45f0 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 260
    26 com.apple.AppKit 0x943e3e28 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 88
    27 com.apple.Foundation 0x95105988 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 480
    28 com.apple.Foundation 0x9510575c _NSAppleEventManagerGenericHandler + 236
    29 com.apple.AE 0x955dfce0 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 164
    30 com.apple.AE 0x955dfbe8 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 40
    31 com.apple.AE 0x955df9ec aeProcessAppleEvent + 212
    32 com.apple.HIToolbox 0x911c54ac AEProcessAppleEvent + 52
    33 com.apple.AppKit 0x943e1954 _DPSNextEvent + 1156
    34 com.apple.AppKit 0x943e10dc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    35 com.apple.AppKit 0x943dad98 -[NSApplication run] + 736
    36 com.apple.AppKit 0x943ab79c NSApplicationMain + 440
    37 com.apple.iMovie3 0x00003c84 0x1000 + 11396
    38 com.apple.iMovie3 0x00003ab4 0x1000 + 10932
    Thread 1:
    0 libSystem.B.dylib 0x95ddcb68 _semwaitsignal + 8
    1 libSystem.B.dylib 0x95ddc97c nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x95ddc8ac usleep$UNIX2003 + 68
    3 com.apple.AppKit 0x9443d344 -[NSUIHeartBeat _heartBeatThread:] + 1840
    4 com.apple.Foundation 0x950e5764 _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x95e18024 pthreadstart + 316
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x964d0fd8 srr1: 0x0200f030 dar: 0x0000070b dsisr: 0x40000000
    r0: 0x000f7440 r1: 0xbfffd430 r2: 0x002c5dc0 r3: 0x02f99ca0
    r4: 0x9654fcfc r5: 0x00000004 r6: 0x02f99ca0 r7: 0x00000020
    r8: 0x00000020 r9: 0x02f9c6f0 r10: 0x950e0f30 r11: 0x69aafcfc
    r12: 0x000006eb r13: 0x00000000 r14: 0x02f97910 r15: 0xa071f530
    r16: 0xa06f49d4 r17: 0x02f9d290 r18: 0xa06f49d4 r19: 0x00000000
    r20: 0xa06f49d4 r21: 0xbfffd9d0 r22: 0xbfffd9cc r23: 0xa07649d4
    r24: 0xa06f81c8 r25: 0xa06f5070 r26: 0xbfffd710 r27: 0xa06f5070
    r28: 0xa06f5f8c r29: 0x02f93320 r30: 0x00000000 r31: 0x000f73f4
    cr: 0x44042484 xer: 0x00000004 lr: 0x000f7440 ctr: 0x964d0fc0
    vrsave: 0x80000000
    Binary Images:
    0x1000 - 0x172fff com.apple.iMovie3 3.0.3 (3.0.3) /Applications/iMovie.app/Contents/MacOS/iMovie
    0x29c0000 - 0x2b99ff7 com.apple.RawCamera.bundle 2.0.13 (435) <d978d604ec61876ef471d74dd4ea7417> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x2ebc000 - 0x2ee7ffb com.apple.audio.SoundManager.Components 3.9.3 (3.9.3) /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <8dc1fc6c74fe1f055be16980dd45001e> /usr/lib/dyld
    0x90003000 - 0x90128ffb com.apple.CoreFoundation 6.5.5 (476.17) <d13dc71c870a82b7d2f721731e584287> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90129000 - 0x906a5ff7 com.apple.CoreGraphics 1.407.2 (???) <6a101d8218dc8d12ca0b901c57aa44b7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x906b4000 - 0x907fbffb com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x907fc000 - 0x907feffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x907ff000 - 0x909e5ffb com.apple.security 5.0.4 (34102) <93e74504c60b38418e708caf47342cf5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x909e6000 - 0x90a01ffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90a02000 - 0x90a63fff com.apple.CoreText 2.0.4 (???) <1985172321f7b3ee34d5bbc848079af0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90a64000 - 0x90a72fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x90a73000 - 0x90d9cfe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90d9d000 - 0x90da5fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x90dd8000 - 0x9113dffe com.apple.QuartzCore 1.5.7 (1.5.7) <75a8ef92c54d1ce016dfe662a6626f04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9117e000 - 0x91191fff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91192000 - 0x914cbffb com.apple.HIToolbox 1.5.4 (???) <9624d2ffaf16019b6301517339df88c9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9189e000 - 0x9189eff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91a43000 - 0x91a84ffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ad4000 - 0x91ba7fff com.apple.CoreServices.OSServices 226.5 (226.5) <359b9ab7957b9c92362006344b8e0e13> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91bb8000 - 0x91bd4ffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91bd5000 - 0x91befffb com.apple.CoreVideo 1.6.0 (20.0) <578a8abd9e0f7b3a9c36ae9bc5fd753a> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91c25000 - 0x921dffff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x921e0000 - 0x92236fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x922c8000 - 0x92350fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92351000 - 0x92355ffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92356000 - 0x92406fff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92b14000 - 0x92b1cffb libCGATS.A.dylib ??? (???) <0c83819d2d428a8df27c8cc0f13ba1dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92b1d000 - 0x92b22ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x92b23000 - 0x92b36ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5b27baaca82de45b30cab68779279d8c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92b7a000 - 0x92b7afff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x92c42000 - 0x92c89fff com.apple.NavigationServices 3.5.2 (163) <d28660870dff1cd46d7ea7d40271340f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92c8a000 - 0x92cc7fff libRIP.A.dylib ??? (???) <662becbd3173fd67eec7ad523d2d9c56> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92cc8000 - 0x92cf9fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92e25000 - 0x92e25ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x92e26000 - 0x92e4cfff libcups.2.dylib ??? (???) <109498e92341ab4899ffd3d5acaddac3> /usr/lib/libcups.2.dylib
    0x92f21000 - 0x92f41ff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92f42000 - 0x92f43ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92f44000 - 0x92fdafff com.apple.LaunchServices 290.3 (290.3) <a8a738aede278909ff721ce9a754142f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93101000 - 0x93215ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9322c000 - 0x932adfff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x932ae000 - 0x93f5dfef com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93f5e000 - 0x93fc5ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x93fc6000 - 0x9408bffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94092000 - 0x940a9ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x940aa000 - 0x94193fff libxml2.2.dylib ??? (???) <dedfda117e78db04f0b86c59923b3794> /usr/lib/libxml2.2.dylib
    0x941e4000 - 0x941e5fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x941e6000 - 0x941edffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x941f9000 - 0x94202fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94203000 - 0x94210fff libCSync.A.dylib ??? (???) <bc19f19cfa6c23f9ca4e4419ea18f43e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94211000 - 0x9424afff com.apple.SystemConfiguration 1.9.2 (1.9.2) <22e7a58ae6fe75d9dfd8e2e66d7dfb78> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9424b000 - 0x942d5fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x943a5000 - 0x943a5fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x943a6000 - 0x94b1bfff com.apple.AppKit 6.5.6 (949.43) <3afcaa243535d0817efeb978448ef3dc> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94b1c000 - 0x94b6bfff com.apple.Metadata 10.5.2 (398.25) <fdad4bda89efd0e2e9ca37493e10ca4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94b6c000 - 0x94c05fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94cbc000 - 0x94d76fff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib
    0x94d77000 - 0x950a8ffb com.apple.QuickTime 7.6.0 (1290) <664814f4b8b62408c24a74b8a7a51297> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x950dc000 - 0x95321ffb com.apple.Foundation 6.5.7 (677.22) <dab423bf20d5c2d78c4536e4e3da9300> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95322000 - 0x953d2fff edu.mit.Kerberos 6.0.12 (6.0.12) <17b514ffed29c890fc8ba8eac9dce56e> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x953d3000 - 0x95467ff7 com.apple.framework.IOKit 1.5.1 (???) <498f2ba1b47432ee4deebca2655ff932> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9555d000 - 0x95560fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95561000 - 0x955dcfff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x955dd000 - 0x95612fff com.apple.AE 402.3 (402.3) <4d318022a7d964436d62c2b9c82a40b0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95614000 - 0x9562cffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9562d000 - 0x95634fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x95635000 - 0x95684fff libGLImage.dylib ??? (???) <1df480344fb6e09ff32ac97bfdda7e50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9568b000 - 0x9571affb com.apple.DesktopServices 1.4.7 (1.4.7) <61a5a252cdedffd471e4ea91ed357afe> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9571b000 - 0x9571effb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9571f000 - 0x95b4dffa libGLProgrammability.dylib ??? (???) <2c52a11697da6ede976b56d54e3815ef> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x95c1e000 - 0x95c49ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x95c4a000 - 0x95c69fff libresolv.9.dylib ??? (???) <8c370b0ab8184a37e84131a444a0f696> /usr/lib/libresolv.9.dylib
    0x95c80000 - 0x95c8bffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x95c8c000 - 0x95dd4ffb libicucore.A.dylib ??? (???) <f49319412f5ee8b5f06fef2baa72916b> /usr/lib/libicucore.A.dylib
    0x95dd5000 - 0x95f75fe3 libSystem.B.dylib ??? (???) <3260ab8c558e938c8180b3ba1036aec1> /usr/lib/libSystem.B.dylib
    0x95f76000 - 0x95f9fffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x95fa0000 - 0x95ffdffb com.apple.HIServices 1.7.0 (???) <5f468086ca01158e12cd07f829132edf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95ffe000 - 0x96098ff7 com.apple.ApplicationServices.ATS 3.4 (???) <06af1441f632e171a7f61dca809462ba> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96099000 - 0x960c6fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x960c7000 - 0x96196fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96197000 - 0x9621fffb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f88caa828a4b54ed1932e1578bf9236a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96220000 - 0x9623ffff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96243000 - 0x963f5ff4 com.apple.CoreAUC 3.02.0 (3.02.0) <805ca5d2a7bdf7f5450778560f0c711d> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96434000 - 0x964b9fff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
    0x964ba000 - 0x9659dfff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x9659e000 - 0x965a9ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x965aa000 - 0x96653ffc com.apple.CFNetwork 422.15.2 (422.15.2) <8e0eb315fa1c47227c42410ee695390e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96654000 - 0x96660ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96661000 - 0x96680fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x968c0000 - 0x968e8fff libxslt.1.dylib ??? (???) <a628a1484428ce3c87c56cf663faeb54> /usr/lib/libxslt.1.dylib
    0x969d7000 - 0x969d7ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x969d8000 - 0x969e3fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96a29000 - 0x96d2bffb com.apple.CoreServices.CarbonCore 786.11 (786.11) <9efd94b7dd1700ade0246885ca2218d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96e99000 - 0x96e99fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96edf000 - 0x96f41ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96f89000 - 0x96f97ff3 com.apple.opengl 1.5.9 (1.5.9) <c3d74d9bd2fa60d9c346db5658e52815> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x96f98000 - 0x970e2ffb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x970e3000 - 0x970f3ffb com.apple.agl 3.0.9 (AGL-3.0.9) <056d952943aac260426645ce6a24eb9e> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Ha i figured as much...
    Thanks for the help. Wish i could just update I movie!!!!

  • Problem while creating a new project template

    I am trying to create a new project template under one operating unit newly created.
    I am using P A Super User responsibility for that operating unit.
    In profile setting the above responsibility has been assigned the new operating unit under Mo operating unit profile.
    Now when I go to Setup>>Projects>>Project Templates and click on New, the form to create new Project template opens up but in the field where I have to select the operating unit, it shows no values in the LOV.
    Can anyone please help me to know what setting do I have to perform so that I can select the operating unit in this new Template creation Form.
    Regards
    Hawker Hunter

    Dear Mr. Govind,
    we have followed all the Project Implementation Setup for the new operating unit except for the Implementation options which we have to fill up for each operating unit.
    In the implementation Options form in the first tab 'System' there are many fields to be filled up.
    For 'Summarization period Type' we choose 'G L Period' and based on this the fields 'Calendar Name' and 'P A Period Type' automatically gets populated.
    But in our case the 'P A Period Type' is not getting populated.
    Can you let me know where we can link the 'P A Period Type' to the chosen 'Calendar name'?
    Also there is a check box - 'Maintain common PA and GL Periods'. If we tick this check box, a message says: 'The Period Type and Calendar of the PA Period does not match the Period type and Calendar of the corresponding GL Period.'
    Can you please let me know where to create the PA Period based on the corresponding GL periods?
    Regards

  • When creating a new project, the step "new sequence settings" doe not appear automatically, what to do?

    Hi there,
    I have a question I am doing product videos for a comany they would like me to do this in a format that is 16:9 and in HD. Since they don't know on which channels they want to publish it but it is certain they will publish it on youtube I wanted to do it in the settings HDV and then DVCPROHD 720p24 or even 1080p24. I have bought the license of Premiere online and for some reason I do not have the option in the beginning when I create a new project to change the sequence settings. They do not appear and afterwards I cannot change them. Do you guys have an idea what can be done in order to access this setting before the project ultimately opens?
    I'd highly appreciate any kind of help on the matter!
    Cheers,
    Mascha

    Or do this:
    or this

  • How do I create a new project in Creative Cloud?

    Okay, complete noob here - I downloaded the Creative Cloud Illustrator free trial.  Now, how do I actually create a new project to start working on? 

    Hi camarogirl67,
    Once the application is installed you can launch it and start using it. Here are some goods links for getting started:
    Illustrator CC tutorials | Learn how to use Illustrator CC
    Illustrator Help | Illustrator Help
    http://tv.adobe.com/show/learn-illustrator-cc/
    http://mashable.com/2010/08/19/adobe-illustrator-tutorials/
    http://tv.adobe.com/watch/creative-suite-podcast-designers/how-to-get-started-with-adobe-i llustrator-cc-10-things-beginners-want-to-know-how-to-do/
    Adobe Illustrator for beginners: 11 top tips | Illustrator | Creative Bloq
    Thanks,
    Nikhil Gupta

  • Cannot create a new project with iMovie. Operation could not be completed. No solution to the problem is available.

    Every time I go to create a new project in the latest version of iMovie for mac OS X yosemite, I get the following information. "The operation could not be completed. No further information is available about the problem.
    I have tried restarting the computer, that didn't work. I also tried also, to reinstall the app. That didn't work. I even tried updating all the software, and that still didn't work. I am very frustrated and feel the mac was not a good gift, if a major essential app will refuse to work. Nothing I do, seems to work.   

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then take the action that isn't working the way you expect. Select any lines that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.
    When you post the log extract, you might see an error message on the web page: "You have included content in your post that is not permitted," or "The message contains invalid characters." That's a bug in the forum software. Please post the text on Pastebin, then post a link here to the page you created.

  • Cannot Create A New Project In imovie

    When i want to create a new project in I movie, i cant because it says "Please check the disk to esure there is enough free space and you have permission to write projects" ive got plenty of space so what is the problem??? please help!!!!!!!!!!!!

    Hi
    How much free space is there on Your MAIN Start-Up Hard disk ?
    • I never let this go less than 25Gb - YES Gb
    This is due to two things
    • Mac OS X = UNIX
    • The Application used - here iMovie
    Both of them creates lot's and lot's of .temp files - You don't see them - but they need hard disk space.
    And when this goes scars - all kind of bad behavior appears.
    Yours Bengt W

  • Extending JDeveloper: Creating a new project within an extension

    I am trying to use the JDeveloper extension to create a wizard, to create a new project. Creating the wizard was no problem at all. I am having difficulting creating a new project and adding it to the current workspace. Can somebody please tell me how it can be done ?
    I sense dimly that it involves somehow creating an instance of oracle.jdeveloper.model.JProject or oracle.ide.model.Project and adding it to the workspace, but I am not able to find any documentation, and all my experiments are not working.. Please help.

    Hi,
    Assuming you have a Context, can do this using code similar like this:
    import oracle.jdeveloper.cmd.NewEmptyProjectCommand;
    import oracle.ide.model.Workspace;
    import oracle.jdeveloper.model.JProject;
    import oracle.ide.net.URLFactory;
    Workspace ws = context.getWorkspace();
    JProject newProject = NewEmptyProjectCommand.createProjectInWorkspace(
      URLFactory.newURL( "C:\someproject.jpr" ),
      ws
    );Thanks,
    Brian
    JDev Team

  • FCPX won't let me create a new project

    On Final Cut Pro X, it won't let me create a new project. It says that an error occurs while saving. What do I do

    Ha! You said so the first time. A'ight. Now... a series of questions to help folks in this discussion forum help YOU:
    What are the full specs of your computer? (Your profile doesn't have those details.) Particulary...  FCPX version, Mac type, RAM, CPU, GPU and number, types and size of HD's. (A memory problem might reveal itself if you're particularly low on RAM or you don't have enough headroom on your hard drives.)
    More importantly, how are your media managed across the drives? Are your projects / events on a SEPARATE drive than your OS and the FCPX app? (This is advised to reduce strain on your CPU.)
    What does the "Activity Monitor" show when you launch FCPX? (high RAM usage, etc.)
    Are you trying to create a new project WITHIN the FCPX interface? (Either by: File > New Project or... mouse-clicking the "+" at the extreme lower left of the FCPX app window.)
    You may have to "repair permissions" on your drives. (Easy thing to do.) Also, if you're using an external drive, is it Mac OS-journaled?
    To be honest, this error has me stumped. But, if you provide this info, someone in this discussion group might be able to steer you through these waters. Just type out a quick laundry list and someone should be by to help.

  • Why is it impossible to import pics into existing projects in Aperture 3.6 ? It forces me to create a new project on every import. Tried to change that in preferences but no luck.

    Why is it impossible to import pics into existing projects in Aperture 3.6 ? It forces me to create a new project on every import.
    Tried to change that in preferences but no luck.

    It is working for me.  Two ways to import into an existing project:
    Select a project and view it in the browser in split view. If you drag image files from a folder directly into the filmstrip, the dragged image files will be added to that project.
    Or select a project in the library, before you open the Import panel. Then you can switch the destination project in the Import Settings  from "new Project" to the selected project.
    Have you tried these methods? Where does it not work for you?

Maybe you are looking for

  • User exits for sales order

    Dear all SAP experts, How to find out the user exits for sales document type? Especially the user exits which are called when we save the sales order. With best regards, Allabaqsh G. Patil

  • Help required and apprecia

    Ok, call me stupid - please do but this is my last hope to sort out my particular problem. I know there have been other posts on the subject but they have not helped my particualr problem I am afraid. Here we go: I bought and installed an audigy 2 NX

  • Preview won't display certain pdf files

    I have Preview 3.0.9 (409) on Mac OS 10.4.11. I have never had any problems opening pdf files with Preview before, but I have come accross a couple recently that wouldn't work. One opened with just a blank white page while another said: File error. C

  • Touchscreen Worries

    Everyone once in a while my touchscreen won't work. Upon awakening the phone from sleep, the touchscreen doesn't respond to touch until I put it in sleep once again and then slide to unlock. I've already called Apple Care and the very polite guy on t

  • Phone frequently fails to shut down cleanly

    Somewhat regularly when I go to shut off my phone, instead of shutting down after displaying the swirling circle, the passcode screen displays instead. I can enter my passcode, or cancel or do nothing and the phone turns off about 4 seconds later. Th