Troubles starting up iPhoto

What causes iPhoto '08 to crash on startup and how can it be corrected?
For the last month or so, I've been having lots of problems starting up iPhoto. Either when double-clicking its icon, or upon automatic startup after I connect the camera, I'll get the blank events window, a spinning beachball and a few seconds later, a crash. Lately, the only way to start it up is by rebooting the Mac and trying with no other application running. Crashlogs show:
Exception Type: EXCBADACCESS (SIGSEGV)
Exception Codes: KERNINVALIDADDRESS at 0x000000002118fc88
Crashed Thread: 0
The system log states:
Nov 13 16:57:11 SilverFlash com.apple.launchd[106] ([0x0-0x1c01c].com.apple.iPhoto[896]): Exited abnormally: Segmentation fault
Nov 13 16:57:12 SilverFlash ReportCrash[897]: Saved crashreport to /Users/macjuan/Library/Logs/CrashReporter/iPhoto2009-11-13-165708SilverFlash.crash using uid: 501 gid: 501, euid: 501 egid: 501
I've tried trimming the library as much as possible (currently 314 photos, 65 events) as well as emptying the trash every time, to no avail. I am using iPhoto '08 v7.1.5 (378) with MacOS 10.5.8, running on a Feb'08 MBP that has 4GB of RAM and at least 60GB of room left in the HDD.
What can I try to solve the problem? No, iLife '09 is not currently an option until I migrate to 10.6 and that won't happen until the snowy cat gets its act together (10.6.3 at least)

Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library' and make a new Libray. Import a few pics. Does that work okay?
If so, then back to the original Library:
Try these in order - from best option on down...
1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library (Right Click -> Show Package Contents) allowing it to overwrite the damaged file.
2. Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
3. If neither of these work then you'll need to create and populate a new library.
To create and populate a new *iPhoto 08* library:
Note this will give you a working library with the same Events and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
In the iPhoto Preferences -> Events Uncheck the box at 'Imported Items from the Finder'
Move the iPhoto Library to the desktop
Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
Go into the iPhoto Library (Right Click -> Show Package Contents) on your desktop and find the Originals folder. From the Originals folder drag the individual Event Folders to the iPhoto Window and it will recreate them in the new library.
When you're sure all is well you can delete the iPhoto Library on your desktop.
In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
If that fails, try create a new Library in another User Account, if that also fails then re-install iPhoto..
I would strongly advise against upgrading until you have solved this issue. Most iPhoto problems are in the Library and updating will not fix that.
Oh, and 10.6 has been working flawlessly here since the beginning.
Regards
TD

Similar Messages

  • When I start my iPhoto it says: "Your photo library is either in use by another application or has become unreadable". I don't have a back-up of my library and I don't know what to do! Thanks

    When I start my iPhoto it says: "Your photo library is either in use by another application or has become unreadable". I don't have a back-up of my library and I don't know what to do! Thanks

    Try to restart your Mac. If the library is really in use by another application, that can clear it.
    Tell us more about your system. Which version of iPhoto are you using? Which version of MacOS X?
    Where are you storing your iPhoto Library?
    What happened before this problem first started? Did iPhoto crash? Did you move the iPhoto Library somewhere else?
    Try Terence Devlin's fix here:   Re: IPHOTO LOCKED
    Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    Look there for a file called ‘iPhoto’Lock.data or similar. Drag it to the Desktop. Make no other changes. Start iPhoto. Does that help?

  • Trouble starting up when cold

    I bought my power mac about 5 years ago. Last year I started having trouble starting up when the machine was cold. I put a heater on the unit for about 30 minutes in the morning and then it would start up ok. Through the summer and once the weather got warmer there was no problem.
    Now with the start of fall and cold nights, I seem to be having the same problem.
    I am concerned that the system drive has five years of usage and am thinking of swapping it out. Any other thoughts???

    Clone it weekly or twice a month.
    Rotate and replace recycle drives
    Backup your data even more - daily and weekly sets
    In 5 yrs drives have more than doubled in performance, and other than in last month the price per GB (and MB/sec) has dropped.
    SSDs are now pppular system boot drives, 10K drives have improved, 2TB $150-200 for media data and backup
    Clone your system twice and if it has trouble swap it out and test/zero the drive.
    Last year? you don't run on a bad tire or a system having trouble except to pull the drive/tire and put on spare.
    There are procedures for repairing a sytem and drives, and then you get into "Why" and troubleshooting causes if necessary.

  • I have trouble while update iphoto, i can install new version of i photo

    i have trouble while update iphoto, i can install new version of i photo

    What's the problem, exactly?

  • Trouble starting Managed Server

    I'm having trouble starting a managed server.
    I have 'myomain' running on 7001, and attempt to start 'examples' on 7006
    as a managed server pointing to 7001 as the admin server.
    I've modified a copy of startWebLogic.sh to include the following -D parameters:
    weblogic.management.server=127.0.0.1:7001
    weblogic.management.password = <password for mydomain>
    weblogic.management.username=system
    When run, the 7001 access.log contains the following entry, so I know the reqest
    is getting to the mydomain server:
    127.0.0.1 - - [13/Nov/2000:14:06:13 -0700] "GET /Bootstrap HTTP/1.1" 200 125docs60/notes/issues.html
    The terminal session that is attempting to start 'examples' barfs with the following:
    <Mon Nov 13 14:12:25 MST 2000> <Error> <Configuration Management> <Error connecting to admin server to boo
    tstrap via URL: http://127.0.0.1:7001/Bootstrap, user: system
    java.lang.ClassCastException: java.lang.String
    at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:756)
    at weblogic.management.Admin.initialize(Admin.java:275)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:345)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:160)
    at weblogic.Server.main(Server.java:32)
    Full Text is attached.
    I noticed the post on 27-Oct by Sanjeev Chopra related to a known bug on this subject, but my
    error text is quite different and I wasn't sure if this is the same problem.
    Please advise.
    Thanks
    joe

    I'm having trouble starting a managed server.
    I have 'myomain' running on 7001, and attempt to start 'examples' on 7006
    as a managed server pointing to 7001 as the admin server.
    I've modified a copy of startWebLogic.sh to include the following -D parameters:
    weblogic.management.server=127.0.0.1:7001
    weblogic.management.password = <password for mydomain>
    weblogic.management.username=system
    When run, the 7001 access.log contains the following entry, so I know the reqest
    is getting to the mydomain server:
    127.0.0.1 - - [13/Nov/2000:14:06:13 -0700] "GET /Bootstrap HTTP/1.1" 200 125docs60/notes/issues.html
    The terminal session that is attempting to start 'examples' barfs with the following:
    <Mon Nov 13 14:12:25 MST 2000> <Error> <Configuration Management> <Error connecting to admin server to boo
    tstrap via URL: http://127.0.0.1:7001/Bootstrap, user: system
    java.lang.ClassCastException: java.lang.String
    at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:756)
    at weblogic.management.Admin.initialize(Admin.java:275)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:345)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:160)
    at weblogic.Server.main(Server.java:32)
    Full Text is attached.
    I noticed the post on 27-Oct by Sanjeev Chopra related to a known bug on this subject, but my
    error text is quite different and I wasn't sure if this is the same problem.
    Please advise.
    Thanks
    joe

  • Trouble starting managed weblogic server on another machine in  acluster

    Hi,
              I was having trouble starting managed weblogic server on another machine in a cluster from the command prompt
              I have following setup:
              1) BEA weblogic is installed on 2 machines - local machine A with ip address 172.17.2.219 and another machine B with ip address 172.17.2.201
              2)node manager is running on both machines
              3)An admin server myserver on the local machine at port 7001
              4)In the admin tree under Machines a new machine is created 'Machine1' with Node manager Listen Address: 172.17.2.201
              5) The managed server 'BEAServerMan1 ' instance is created with listen Address 172.17.2.201 and port 7705. This Server is assigened to Machine1. The server also belongs to a cluster 'Cluster1' where the 172.17.2.201:7705 is part of the Cluster Address.
              I can start 'BEAServerMan1 from http://172.17.2.16:7001/console/
              But I am unable to start BEAServerMan1 from the console using the command :
              startManagedWebLogic BEAServerMan1 http://172.17.2.219:7001
              startManagedWebLogic.sh BEAServerMan1 http://172.17.2.219:7001
              CLASSPATH=/opt/BEA/j2sdk1.4.1_03/lib/tools.jar:/opt/BEA/weblogic81/server/lib/weblogic_sp.jar:/opt/BEA/weblogic81/server/lib/weblogic.jar:/opt/BEA/weblogic81/server/lib/ojdbc14.jar::/opt/BEA/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/opt/BEA/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/opt/BEA/j2sdk1.4.1_03/jre/lib/rt.jar:/opt/BEA/weblogic81/server/lib/webservices.jar:/opt/BEA/j2sdk1.4.1_03/bin:/opt/BEA/j2sdk1.4.1_03:/opt/BEA/j2re1.4.1_03/bin:/opt/BEA/j2re1.4.1_03:/opt/BEA/j2sdk1.4.1_03/lib/tools.jar:/opt/oracle/OraHome1/jdbc/lib/classes111.jar:/opt/oracle/OraHome1/jdbc/lib/nls_charset11.jarx:/opt/BEA/user_projects/domains/mydomain/myserver/stage/_appsdir_dyn_ear/dyn.war:/opt/BEA/user_projects/domains/mydomain/./myserver/.wlnotdelete/extract/myserver__appsdir_dyn_ear_dyn/jarfiles/WEB-INF/lib/dspjspTaglib1_036773.jar:/usr/bin/j2re1_3_1_11/bin:/usr/bin/j2sdk1_3_1_11/bin:/usr/bin/j2sdk1_3_1_11:/usr/bin/j2sdk1_3_1_11/lib/tools.jar
              PATH=/opt/BEA/weblogic81/server/bin:/opt/BEA/j2sdk1.4.1_03/jre/bin:/opt/BEA/j2sdk1.4.1_03/bin:/opt/BEA/j2sdk1.4.1_03/bin:/opt/BEA/j2sdk1.4.1_03:/opt/BEA/j2re1.4.1_03/bin:/opt/BEA/j2re1.4.1_03:/opt/BEA/ATG6.2.0/home/bin:/usr/xpg4/bin:/opt/bmc/Patrol3/Solaris28-sun4/bin:/usr/bin::/usr/openwin/bin:/bin:/usr/ucb:/usr/local/sbin:/usr/dt/bin:/opt/RICHPse/bin:/usr/bin/j2re1_3_1_11/bin:/usr/bin/j2sdk1_3_1_11/bin
              * To start WebLogic Server, use a username and *
              * password assigned to an admin-level user. For *
              * server administration, use the WebLogic Server *
              * console at http://<hostname>:<port>/console *
              <13-Jan-2005 3:22:20 o'clock PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.1_03-b02 from Sun Microsystems Inc.>
              <13-Jan-2005 3:22:21 o'clock PM EST> <Info> <Management> <BEA-141140> <The managed server is going to contact the admin server at http://172.17.2.219:7001 to check if there exists a running admin server at this URL.>
              <13-Jan-2005 3:22:22 o'clock PM EST> <Info> <Configuration Management> <BEA-150017> <This server is being started as a dependent managed server.>
              <13-Jan-2005 3:22:22 o'clock PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009
              WebLogic XMLX Module 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009>
              <13-Jan-2005 3:22:22 o'clock PM EST> <Info> <Configuration Management> <BEA-150015> <Connecting to the administration server http://172.17.2.219:7001 to retrieve the initial configuration.>
              <13-Jan-2005 3:22:27 o'clock PM EST> <Notice> <Log Management> <BEA-170019> <The server log file /opt/BEA/user_projects/domains/mydomain/BEAServerMan1 /BEAServerMan1 .log is opened. All server side log events will be written to this file.>
              <13-Jan-2005 3:22:37 o'clock PM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
              <13-Jan-2005 3:22:38 o'clock PM EST> <Notice> <WebLogicServer> <BEA-000328> <Starting WebLogic Managed Server "BEAServerMan1 " for domain "mydomain">
              <13-Jan-2005 3:22:50 o'clock PM EST> <Notice> <Cluster> <BEA-000138> <Listening for announcements from cluster Cluster1 on 237.0.0.1:7001.>
              <13-Jan-2005 3:22:50 o'clock PM EST> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of Cluster1.>
              <13-Jan-2005 3:23:24 o'clock PM EST> <Emergency> <WebLogicServer> <BEA-000350> <Unable to create a server socket on Channel Default for: 172.17.2.201, port: 7705. java.net.BindException: Cannot assign requested address Perhaps the address 172.17.2.201 is incorrect or another process is using port 7705.>
              <13-Jan-2005 3:23:24 o'clock PM EST> <Emergency> <Security> <BEA-090085> <Server failed to bind to the configured port. The port may already be used by another process.>
              <13-Jan-2005 3:23:24 o'clock PM EST> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: Server failed to bind to the requested port. See preceeding log message for details.>
              The WebLogic Server did not start up properly.
              Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bind to the requested port. See preceeding log message for details.'
              Reason: Server failed to bind to the requested port. See preceeding log message for details.
              ***************************************************************************

    Hi
              i am also facing the same problem.kindly reply for th solution if you got.
              D:\bea1\user_projects_cluster\mydomain>startManagedWebLogic server2 10.16.96.21:
              7001
              D:\bea1\user_projects_cluster\mydomain>echo off
              CLASSPATH=d:\bea1\jdk131_03\lib\tools.jar;d:\bea1\weblogic700\server\lib\weblogi
              c_sp.jar;d:\bea1\weblogic700\server\lib\weblogic.jar;F:\bea\weblogic81\server\li
              b;D:\;c:\
              PATH=.;d:\bea1\weblogic700\server\bin;d:\bea1\jdk131_03\bin;E:\oracle\product\10
              .2.0\client_1\bin;C:\Program Files\Common Files\NetSarang;C:\WINDOWS\system32;C:
              \WINDOWS;C:\WINDOWS\System32\Wbem;F:\bea\jdk142_05\bin;C:\PROGRA~1\IBM\CLIENT~1;
              C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;
              * To start WebLogic Server, use a username and *
              * password assigned to an admin-level user. For *
              * server administration, use the WebLogic Server *
              * console at http://[hostname]:[port]/console *
              D:\bea1\user_projects_cluster\mydomain>"d:\bea1\jdk131_03\bin\java" -hotspot -Xm
              s32m -Xmx200m -Dweblogic.security.SSL.trustedCAKeyStore=d:\bea1\weblogic700\serv
              er\lib\cacerts -Dweblogic.Name="server2" -Dbea.home="d:\bea1" -Dweblogic.managem
              ent.username= -Dweblogic.management.password= -Dweblogic.management.server="10.1
              6.96.21:7001" -Dweblogic.ProductionModeEnabled= -Djava.security.policy="d:\bea1\
              weblogic700\server\lib\weblogic.policy" weblogic.Server
              <Sep 20, 2007 1:47:13 PM IST> <Info> <Security> <090065> <Getting boot identity
              from user.>
              Enter username to boot WebLogic server:weblogic
              Enter password to boot WebLogic server:
              Starting WebLogic Server...
              Connecting to http://10.16.96.21:7001...
              <Sep 20, 2007 1:47:25 PM IST> <Notice> <Security> <090082> <Security initializin
              g using realm myrealm.>
              <Sep 20, 2007 1:47:25 PM IST> <Notice> <WebLogicServer> <000328> <Starting WebLo
              gic Managed Server "server2" for domain "mydomain">
              Starting Cluster Service...
              <Sep 20, 2007 1:47:46 PM IST> <Notice> <Cluster> <000138> <Listening for announc
              ements from cluster mycluster on 237.0.0.1:7777>
              <Sep 20, 2007 1:47:46 PM IST> <Notice> <Cluster> <000133> <Waiting to synchroniz
              e with other running members of mycluster>
              <Sep 20, 2007 1:48:16 PM IST> <Notice> <Cluster> <000134> <Discovered and synchr
              onized with 1 other running members of mycluster>
              <Sep 20, 2007 1:48:17 PM IST> <Emergency> <WebLogicServer> <000350> <Unable to c
              reate a server socket on Channel Default for: 10.16.96.24/10.16.96.24, port: 900
              1. java.net.BindException: Cannot assign requested address: JVM_Bind Perhaps the
              address 10.16.96.24/10.16.96.24 is incorrect or another process is using port 9
              001.>
              <Sep 20, 2007 1:48:18 PM IST> <Emergency> <Security> <090085> <Server failed to
              bind to any port such that it is not reachable from the console.>
              <Sep 20, 2007 1:48:18 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to i
              nitialize the server: Fatal initialization exception>
              The WebLogic Server did not start up properly.
              Reason: Fatal initialization exception
              D:\bea1\user_projects_cluster\mydomain>goto finish
              D:\bea1\user_projects_cluster\mydomain>ENDLOCAL
              D:\bea1\user_projects_cluster\mydomain>ENDLOCAL
              D:\bea1\user_projects_cluster\mydomain>

  • I am having trouble with my iphoto. I can't print from there or do much of anything. When i double click on an event it doesnt open. Any suggestions?

    I am having trouble with my iphoto. I can't print from there or do much of anything. When i double click on an event it doesnt open. Any suggestions?

    ~/Library/Preferences/com.apple.iPhoto.plist
    ~ = your home folder
    Here's a picture
    Chris

  • Started using iPhoto, now Macbook Pro crashes randomly

    Hi,
    I started using iPhoto today to resize some photos. As soon as I tried to edit a photo or export a number of photos at one time the program crashes. A blue screen appears for a second and then I am brought back to the user login screen.
    I read on another thread that it may help if you use iPhoto from a different user account. I tried to create a new user account in system preferences but as soon as I clicked the create new user button the same blue screen appeared and again I was brought back to the user login screen.
    Now my macbook pro is crashing randomly. I am now using another machine to type this question as my mac crashes as I try and submit this.
    Prior to using iPhoto today my mac did not crash at all.
    Can anyone help?

    Anyone any ideas?

  • Trouble Starting Database

    I have Oracle 10.2 installed on Mac OS X 10.5. The database was working at one point (I didn't use it much) but now I'm having trouble starting it.
    First I log in as the Oracle user:
    su - oracle
    Then I start the listener and it appears to start up correctly:
    localhost:~ oracle$ lsnrctl start
    LSNRCTL for MacOS X Server: Version 10.2.0.4.0 - Production on 24-SEP-2009 11:17:01
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /Users/oracle/oracle/product/10.2.0_db_1/bin/tnslsnr: please wait...
    TNSLSNR for MacOS X Server: Version 10.2.0.4.0 - Production
    System parameter file is /Users/oracle/oracle/product/10.2.0_db_1/network/admin/listener.ora
    Log messages written to /Users/oracle/oracle/product/10.2.0_db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for MacOS X Server: Version 10.2.0.4.0 - Production
    Start Date 24-SEP-2009 11:17:01
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /Users/oracle/oracle/product/10.2.0_db_1/network/admin/listener.ora
    Listener Log File /Users/oracle/oracle/product/10.2.0_db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Then I log into SQL Plus and try to start the database and it fails with the message shown:
    localhost:~ oracle$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Sep 24 11:17:15 2009
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/Users/oracle/oracle/product/10.2.0_db_1/dbs/initXE.ora'
    The SID of my database is ORCL, not XE. I'm not sure where the XE in "initXE.ora" comes from, and I'm not sure if that's part of the problem. When I look in the /Users/oracle/oracle/product/10.2.0_db_1/dbs/ directory this is what is there:
    localhost:~ oracle$ cd /Users/oracle/oracle/product/10.2.0_db_1/dbs/
    localhost:dbs oracle$ ls
    alert_ORCL.log     init.ora     lkORCL          spfileorcl.ora
    hc_orcl.dat     initdw.ora     orapworcl     sqlnet.log
    localhost:dbs oracle$
    So apparently there is no initXE.ora file.
    h1. My Question:
    Why is it looking for initXE.ora, and how can I fix it? Like I said I had this database working before (SID or ORCL) so I don't know what changed.
    h3. Thank you!!!!!

    Follow these steps:
    startup pfile='<pfile location of initORCL.ora>';
    then logging as SYSDBA
    create spfile from pfile;
    Check the spfile in $ORACLE_HOME/dbs/ directory.
    then shutdown the database and startup the database.
    Don't forget to export the ORACLE_HOME,ORACLE_SID,PATH environment variables.
    Regards
    Asif Kabir

  • Trouble starting v3.2

    Hello all,
    I'm having trouble starting Photoshop Album Starter Edition v3.2 on a WinXP SP2 machine.
    When I double click the icon, I get the splash screen, then it just freezes.  In the fine print near the lower left hand corner, the last thing it gets to is "Initializing Model".
    I've uninstalled, rebooted, reinstalled, still same issue.
    I found some old thread suggesting repairing the MDAC component on the machine, which I did, then rebooted and tried again.  Still no fix.  I've also seen some references to a log file that may give additional information, but don't know where that log file is.
    Anyone else had this issue and fixed it?  Anyone have any additional suggestions I can try?
    Thanks!

    I had the same problem.  Figuring the uninstall wasn't removing everything, I did some exploring.  By checking the registry, I found that the Adobe Photoshop Album SE was pointing to a directory where the catalog was being stored and maintained.  These files were not deleted upon an uninstall and nor were they overwritten (even during a repair).  Consequently, upon a new install, the program would attempt to load the original catalog file, which I deduced was corrupt, causing the program to lock up.
    To fix the problem (Windows XP), I did the following:
    Navigate to the directory, C:\Documents and Settings\All Users\Application Data\Adobe\Photoshop Album.  Delete all of the files and subdirectories.  It should be noted that Application Data is a hidden file/subdirectory.  To view hidden files, do the following from Windows Explorer (the window that opens when you view directory contents/files):  Select Tools, Folder Options and then the View tab.  Check the radial button by Show hidden files and folders.  Select Apply to All Folders and then select OK.
    Install Adobe Photoshop Album SE again.  If you still have the program installed, just select "Repair" on the reinstall.
    Open Adobe Photoshop Album SE.  Cancel the opening dialog screen which asks you to search directories for pictures.  Select the File tab (upper left). Select Get Photos from the drop down menu, then From Files and Folders.  Browse to the main directory where you have stored your photos.  Check the box Get Photos from Subfolders, then select Get Photos.  You may have to repeat this several times depending on where you stored all of your pictures. This process rebuilds your catalog file.  Hopefully, this will solve your problem.
    Chris L.

  • Trouble buying/installing iPhoto 11

    I am having trouble upgrading from iPhoto 08 to iPhoto 11. I just upgraded to OS X Lion and decided to update iPhoto too. But when I try to purchase iPhoto 11 from the app store, it tells me that iPhoto 7.1.5. was already installed and was not purchased from the app store, do i want to buy iPhoto 9.2.3?  Then, when I try to purchase iPhoto 11, absolutely nothing happens. My app store purchase record does indicate that I've purchased iPhoto 11, but, again, when I click on install nothing happens. The only iPhoto on my computer is the old one. Advice?

    Contact App Store support.

  • Computer has trouble starting up?

    My mac has trouble starting up, it takes a very long time for it to get to the desktop screen. Once it gets to the desktop, nothing works...

    ..Step by Step to fix your Mac
    Why is my computer slow?
    Create a data recovery/undelete external boot drive

  • Mac have trouble starting up.

    Hello!
    For some reason, my mac have trouble starting up. I've tried using the apple guide about how to fix the issue/ perform a safe booth but it doesn't work.
    SYMPTOMS:
    1. when turned on: the screen displays an apple screen with a loading continueous circle and stays there FOREVER.
    after turning on and off for several times, it finally works. However, most of the time when it works/actually starts up, it cannot be connected the internet.
    2. The mac also have trouble with the itune as I cannot sync any device to it and froze.
    3.  I cannot update my mac. It suggested that in order to update, the mac must be restart so the installation can take place but when its starting
    installing the update, the message then appear and says " an error occured durin installation" then it restarts and the process of trouble starting up repeats (back to 1.).
    ** Incidence before this happens**
    A few days before it happened, there was a power shut down at my house, thus the mac was turned off incorrectly. so I have to turn on the mac again before it was turned off again by the power shut down.  IT HAPPENED 3 TIMEs
    Since then the Mac was slow and starting to become less responsive. Then the trouble starting up occurs.
    PLEASE HELP!!!!!!!
    Thank you very much

    hi,
    I booted the computer and insert the disc then press c. but nothing happens. Infact the imac wont eject the disc when I press the eject button.
    What should I do?
    Thank you!!!!!!!

  • IBook has troubles starting up: (?)

    The iBook of a friend has troubles starting up. She needs an apple for her studies and has had nothing but trouble with this iBook. She has already have to replace the motherboard and faulty RAM at the store where she bought it.
    The most recent trouble is this: sometimes the iBook won't start or it takes a long time before it does. On the screen appears (?). Also when she's working with the laptop, the respons time is sometimes very long.
    Her teachers said her that this problem is caused by the hard disk. But I've found a topic of a forum, where somebody had the exact same problem and where replacing the HD didn't help.
    Does somebody have an idea what could be an answer?
    Also, the store only gives a one-year warranty, but since there have been so many parts replaced, isn't there a two year warranty?
    Thanks in advance.

    Hi, and welcome to Apple Discussions.
    Here is the link to Apple's Knowledge Base article on recovering from the flashing question mark folder:
    http://docs.info.apple.com/article.html?artnum=58042
    How long has it been since hard drive maintenance was performed? If it's been awhile, try booting into Safe Mode. This will take quite awhile longer than a normal startup because it does a file check and repair of the hard disk.
    You will see the normal desktop. Once completely started up in Safe Mode, restart normally, and go to Applications > Utilities > Disk Utility. Click on the top hard drive icon in the left sidebar and note the S.M.A.R.T. status at the bottom right of the pane. What does it say?
    Select the named boot volume in the left sidebar ("Macintosh HD" unless it's been renamed). What is the hard drive capacity and how much space remains available on it? Repair permissions on it.
    See if a little hard drive maintenance helps out performance.

  • Getting started with iPhoto

    Just trying to get started with iPhoto. Trying to tag (non-GPS) photos with place information.
    Whatever I do, I get a screen with a yellow sticky that says
    "To get started with Places
    * Select an Event and click the Info button,
    But when I do what it says, I always get back to the same "To get started..." splash screen.
    I know it's trying to be helpful but it's failing!

    and it would be a worthwhile investment of time to take the iphoto tutorials - http://www.apple.com/findouthow/photos/ - they are very helpful and will save you a lot of time and frustration. They are of iPhoto '09 but the concepts are the same - just some commands are in different places
    And under the iPhoto help menu there are videos to watch
    LN

Maybe you are looking for

  • Java Mapping with Stream API

    Hi,   Can you please let me know when java mapping with STAX will be supported in Netweaver XI? Regards Sudhir

  • USB Detection Prob

    Hello everyone. I am having a USB problem with my Inspiron 00 with Windows XP. It will not Detect my Creative Zen Micro. At first, everything was fine. Problem started when I upgraded from Windows media Player 0 to . When I "Rolled Back" to WMP 0, wo

  • Love this app! Really looking to see it grow.

    I'd like to be able to integrate it with some agile online services like Assembla or Unfuddle. Also want to be able to add non-adobe apps to the tools list. Additionally, linking milestones and files/deliverables would be pretty fantastic. This would

  • Can the iPhone4S to be unlock in Singapore?

    Can the iPhone 4S to be unlock in Singapore?

  • Premiere Pro CC to Premiere Pro CS  6

    Hi there, Are Premiere Pro CC files compatible with CS6; Will everything work in CS 6 with files created in CC? Thanks for the advice. Cheers