Events in PSE 11

I just installed PSE 11 and converted a PSE 9 catalog.
In PSE 9, the Keyword Tags included not only People, but also, Places and Events.  I get that the Places is replaced with the Map in PSE 11, and I like that, but, the events I had in the PSE 9 organizer did not import to the Events Tab in PSE 11.  How can I get them?    
I am running 11.0.0.0 as there are no updates yet for this. 
The catalog came from PSE 9.0.3.0
My computer is runing Windows 7 64-bit , SP-1

Hi,
I have been looking at converting Event tags to Events and it can be done (relatively) simply but I'm not sure yet what the advantages are. I can see a disadvantage in that you can't group or stack events. In my case I would like a group called Cruises under which there would be the events for different cruises. This can be achieved using tags but not with the new events.
To create Events from photos tagged with an event tag:
Go to the Events tab
Click on Add Event (bottom of window)
In the panel on the right, enter the event name - you can also change the dates if you wish.
The grid on the left will show all your media, drag any one of them to the area below the event description. It doesn't matter which you drag as it can be removed later  - it is only needed to make the Done button active.
Click on Done.
Find the new event in the Events tab and double click on it
Click on Add Media (bottom of windows)
In the Add Media window, click on the small triangle next to Advanced
Select Keyword Tag option and select the appropriate keyword from your event tags in the dropdown list.
Click on Select All and then on Done
Now select the dummy one that you added in step 4) and click on Remove (bottom of window) if you want to remove it from the event - you will need to confirm the action.
You should now have an event.
Suggest you test it on a small event first.
Hope that helps,
Brian

Similar Messages

  • I am trying to make a Landscape photo collage in Elements 11 but Elements crashes.Why???

    When I make a Collage in Elements 11 the Portrait mode works ok but when I try to make a Landscape one Elements crashes. Anyone any idea why?

    Yes, this was a known bug. In any event, from PSE 11 on, there's really no point at all in using the collage feature to make a collage. Unlike earlier versions of PSE, in recent versions there isn't a single thing you can do with a collage in Create that you can't do more easily in the regular editor by just making a blank file and getting out the graphics panel to add backgrounds, frames, etc.

  • Clean up Dust/Scratches on iPhoto Based Pix ?

    Background:  I have current Mac/iPhoto software and a CanonScan 9000F that came with PSE 8. I plan to scan about 25 trays of old slides and get them organized with iPhoto. The first two trays have been imported to iPhoto events and they turned our relatively well with one major exception. These trays were the oldest ones  (40+ years) and they have a good deal of dust and fibers. Is there a way I can export these events into PSE 8 and automatically have it remove the dust, etc from these initial 200 photos? And then import them back into iPhoto?
    Are there any documented "how to" procedures covering this subject.   Thanks much in advance.

    Set up PSE as your external editor in the iphoto prefs and send the photos from iphoto to PSE, or export them to the desktop, use file>open in PSE and reimport them to iphoto as new files.
    If you use PSE as external editor, save, not Save As, without changing the name or format and iphoto will keep one edited version plus original. You may need to go to PSE>prefs>Saving Files>On First Save to set this up right.
    In PSE try the Dust and Scratches filter, the spot healing brush, etc. Hard to make a recommendation without seeing a photo.

  • Automation of PhotoShop Elements

    I am trying to setup PhotoShop Elements (PSE) to resize some images and save them as bitmaps and have been referred to this forum for assistance.
    The code below works up to a point, it loads and resizes the image correctly, but when it comes to saving - the file name shown in the PSE dialog is not the one sent but the original with a BMP extension.
    Manually clicking on the PSE "Save" button throws an error  '"Could not save...because of a problem with the plug-in module interface"
    It must be a basic error I've made but I cannot see it at the moment.
    Has anyone managed to code this sequence of events with PSE.
    Thanks
    David
        Control1:=APhotoshopApplication.MakeControlObject;
        Desc1:=APhotoshopApplication.MakeDescriptor;
        Desc2:=APhotoshopApplication.MakeDescriptor;
        // load original file
        Doc:=APhotoshopApplication.Open('C:\temp\asi crash1.jpg');
        // prepare to resize image
        desc1.clear;
        desc1.PutUnitDouble(phKeyWidth, phUnitPixels, 1920);
        desc1.PutBoolean(phKeyConstrainProportions, 1);
        desc1.PutEnumerated(phKeyInterfaceIconFrameDimmed,
            phTypeInterpolation,phEnumBicubic);
        // resize image
        res:=Control1.Play(phEventImageSize,Desc1,phDialogSilent);
        // prepare to save image as bitmap
        desc2.clear;
        desc2.PutEnumerated(phKeyPlatform,phTypePlatform,phEnumWindows);
        desc2.PutEnumerated(phKeyBitDepth,phTypeBitDepth,phEnumBitDepth24);
        desc2.PutEnumerated(phKeyCompression,phTypeBoolean,0);
        desc1.clear;
        desc1.PutObject(phKeyAs,phClassBMPFormat,desc2);
        desc1.PutPath(phKeyIn,'test');                                           // not sure about this line
        desc1.PutBoolean(phKeyCopy,0);
        desc1.PutBoolean(phKeyExtension, 0);
        desc1.PutBoolean(phKeyLowerCase, 1);
        desc1.PutBoolean(phKeyFlatten, 0);
        desc1.PutBoolean(phKeyAlphaChannels, 0);
        desc1.PutBoolean(phKeyNonImageData, 0);
        desc1.PutEnumerated(phKeyPreview,phTypePreview,phEnumPreviewOff);
        // save image as bitmap
        control1.Play(phEventSave,desc1,phDialogDisplay);
        Doc.close;

    I don't have elements and not many people use .NET
    In JavaScript it would be something on the lines of :-
    var startRulerUnits = preferences.rulerUnits;
    preferences.rulerUnits = Units.PIXELS;
    var file = new File("/c/temp/asi crash1.jpg");
    open(file);
    var Name = app.activeDocument.name.replace(/\.[^\.]+$/, '');
    app.activeDocument.resizeImage(1920, undefined, undefined, ResampleMethod.BICUBICSHARPER);
    var saveFile = File(file.path +"/" +Name +".bmp");
    SaveBMP(saveFile);
    app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    app.preferences.rulerUnits = startRulerUnits;
    function SaveBMP(savefile){
    saveBMP = new BMPSaveOptions();
    saveBMP.alphaChannels = false;
    saveBMP.depth = BMPDepthType.TWENTYFOUR;
    saveBMP.flipRowOrder = false;
    saveBMP.rleCompression = false;
    saveBMP.osType = OperatingSystem.WINDOWS;
    activeDocument.saveAs(saveFile, saveBMP, true, Extension.LOWERCASE);

  • Photoshop elements 8 for Mac - how to move photos (events) from iphoto to pse

    I have figured out how to move one  photo over through opening a file.  But I can't move a full event or album from iphoto.  Ive tried going to bridge but when i click on the iphoto folder, it takes me into my iphoto and I'm not sure what do then, no buttons or anything that seems to connect to PSE.  Any help would be appreciated!  I wish Adobe supported this product better for Mac users.  Maybe they read these discussions?

    Hi,
    Are you opening iPhoto files from within Photoshop Elements? You can open all the files in an iPhoto event into PSE8 through a single click.
    In Photoshop Elements, go to File menu > Open. In the browser window that appears, click Photos under Media in the sidebar. Now, you should be able to see iPhoto with all its events. When you click on an event and "Open" it, you should get all the photos of that event in the project bin.
    Is this the problem being asked?
    Thanks.

  • When starting PSE 11 I receive "Adobe Photoshop 11 has stopped working and the app fails to start. I'm on Window 8.1 An event log error is thrown.

    The event log details:
    Faulting application name Phtoshopelementseditor.exe verion 11.0.0.0
    Faulting module name AdobeSWFL.dll version 2.0.0.11360 time stamp 0x4ccfbe7c
    exception code 0x0000005
    fault offset 0x0005962e
    faulting process id 0x3418
    faulting path point to PhotoshopElementsEditor.exe
    I had not run this on my PC for  month. When I tried last week I received this error.
    I restored back to a restore point in early May but had the same issue.
    When I purchased the product I received a download but can't find the download to try a re-install.

    Hi,
    You should be able to download from here.
    Download Photoshop Elements products | 11, 10
    It would be better to ask these questions in the Photoshop Elements forum
    Photoshop Elements
    A moderator may be able to move this thread for you.
    Good luck
    Brian

  • Iphoto and pse elements 9 events original and modified

    Hi I am new to iphoto and adobe elements 9 so please accept my apologises if this is answered eleswhere.
    I have set up iphoto with the library to store my photos and set up in prefs. to use elements as editior.  I can click on edit when on a photo in either events or photos and edit with elements then save and the photo is sent back to iphoto. All this is ok.  When I view my photos in either photo or event i see two photos the original and the edited one.  I have follwed the path of each photo back the photo on the left for example can be revealed in finder as the original, the photo on the right can be revealed in finder as the orginal and the modified.  Both orignals are revealed as the same photo so only in one place.  Can I get events to only show the modified photo not both oginal and modified.  The only way I can see is to hide the original.  I have followed carefully all the editing instructions in the discussions and i believe to be doing this correct.  As soon as I click on edit I see a duplicate photo apear then elements opens and I do my editing and then save (not save as) and the photo goes back to iphoto as modified image.  To sum up I have only one original and one modified stored in iphoto but both are in events when viewing events.
    Thanks for any help given.

    Suggest that you delete preferences:
    Preference settings control how Photoshop Elements displays images, cursors, and transparencies, saves files, uses plug‑ins and scratch disks, and so on. If the application exhibits unexpected behavior, the preferences file may be damaged. You can restore all preferences to their defaults.
    Press and hold Alt+Control+Shift immediately after Photoshop Elements begins launching. Click Yes to delete the Adobe Photoshop Elements settings file. 
    A new preferences file is created the next time you start Photoshop Elements. For information on a specific preference option, search for the preference name in Help.

  • PSE 9 and CAHeadless Debug Event??

    PS: Have tried to HOLD down 'Shift, Control and Shift' whilst launching Orgnizer as suggested in a previous forum and ALL IT WAS LAUNCH CA HEADLESS BEBUG EVENT Again. Msg always states 'CAHeadless has encountered an error:' [..\..\Src\DataManager.cpp-410]. ???

    See if that helps (deleting organizer preferences / turnining autoanalyzer off) :
    http://forums.adobe.com/message/5021448

  • Help? PSE 9 - was a full version, now the serial on my adobe account is registered as "Beta"?

    Hi,
    I have a bit of a frustrating situation - I received a full copy of Photoshop Elements 9 (for Mac) with a printer 2 years ago, installed it and used it on and off without problem for a year or so. Brilliant.
    Earlier this year, running out of disk space, I had a clean-up of my machine to free up some space and as part of that I uninstalled PSE9.
    I now need to reinstall PSE9, but I've lost the serial number (was printed on a slip of paper with the software bundled with the printer).  So, first attempt was to recover the installed app from the Mac "Time Machine" backup from before my cleanup.  I was able to recover the PSE folder/app, but it wouldn't launch - I'm guessing there are some other system files I need or something (I'm primarily a PC user, and I suspect there are "Program Files" equivalents to consider)...
    Anyway, with that not working, I tried reinstalling from the CD (hoping there may be a "repair installation" option of some kind - but there wasnt).  So I went through the regsitration, through the adobe id login & halted once more at the serial key screen.
    After several attempts to recover from backup, uninstall, install, reinstall, (throw mac out of window....!!!) I eventually logged into adobe.com, and found to my delight that my serial number for PSE9 was accessible in my account - excellent!  So I joyfully entered that into the installation screen and .... NO!!  "error: serial number is not valid for this product".
    Frustrated at this point I contacted Adobe chat help, who (cutting another long 45 minute story short) advised that the serial number in my account was for a "beta" version of PSE9. ...even though the disc and original serial (decomposing in landfill somewhere now...!) I have is for a full version.  I have used it as I said and it is definitely not "beta" or a trial!!!!
    I noticed also that my account registration date was showing as 2nd November 2012 (i.e. that same day), despite me having originally registered with my original product installation almost 2 years prior on 12/12/2010 (I have the welcome "Your Adobe Membership" email in my GMail still).
    So with hindsight now, I'm wondering if by trying to reinstall PSE yesterday and logging in with my adobe id, my account and/or my serial number from 2010 has been overwritten with a new account(?) and "temporary" serial number?  That's all I can think of, and now I have no way of recovering my serial number! (bundled with the printer, the serial number came on a printed piece of paper, which 2 years on, I've lost)
    This is quite a specific sequence of events, I realise, but has anybody else experienced this, and if so, is there any way I can recover my original serial number (without of course paying for another licence? Or putting my wellies on & digging through the local refuse tip!!).
    Thanks to anyone who has read to here, and thanks in advance to anyone who can offer any advice!
    Thanks,
    Aaron.

    Hi,
    Just an update - I'm now attempting to do a full system restore from the time machine back to before I ununstalled PSE9.
    Wish me luck....!
    (meanwhile, downloading Gimp 2.8 on my PC to see if I can do what I need with that in the meantime!!)
    Thanks,
    Aaron.

  • An error occurs when trying to load a .psd into PSE 9

    Hi I am getting the message- An error occurred during Apple event processing -43 when I try to load .psd files into PSE 9.  These are templates that I have bought that have previously worked.  This just happened.  I am not very computer savvy- but I need help.  One thread said what to do, which I followed, but the message is still happening.  Then it said that if it didn't work to unistall PSE.  I am worried about doing that as I have bought MANY actions that are loaded in PSE that I am afraid of losing.  Please advise.  Thanks!
    Kim

    Now I can open it in PSE if I click on the .psd and go to File- Open with- PSE.  However I have to do that every time, because the default is set at- Droplet Template. How do I change the default to open the .psds?  Anyone???  Thanks!
    Kim

  • Using PSE 11, editor doesn't open up at all. However, the organizer opens up properly. please help

    Hello, I have installed PSE 11. I am using a 64 bit Windows 7 ultimate. The installation went flawless. When i tried to run PSE 11 editor from welcome screen, it crashed and gave me the following error
    You can find the details of error message below:
    +++++++++++++++++++++++++++++++
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    PhotoshopElementsEditor.exe
      Application Version:    11.0.0.0
      Application Timestamp:    503fe13a
      Fault Module Name:    PhotoshopElementsEditor.exe
      Fault Module Version:    11.0.0.0
      Fault Module Timestamp:    503fe13a
      Exception Code:    c0000005
      Exception Offset:    00f8c40a
      OS Version:    6.1.7601.2.1.0.256.1
      Locale ID:    1033
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    +++++++++++++++++++++++++++++++

    Try making a direct desktop icon for the Editor and see if you can launch the program directly from the desktop.
    Right click anywhere on the desktop and select New >> Shortcut
    Browse to Computer OS C:
    And find the PSE Editor application:
    C: >> Program Files (x86) >> Adobe >> Photoshop Elements 11
    Within the Photoshop Elements 11 folder find PhotoshopElementsEditor.exe (the application not the Adobe shortcut)
    Select that file and click Next.
    Then click Finish.
    You should now be able to launch by right-clicking on the new desktop icon, bypassing the welcome screen. Try choosing “Run As Administrator” That often improves stability.

  • PSE 10 - multiple failed installs; I give up

    Adobe staff and forum members,
    I really wanted to upgrade to PSE 10 (and in fact, I felt sort of forced to because PSE 8 does not support the RAW files for my new camera) but I ended up getting so frustrated last night that I returned my downloaded copy of PSE 10 and PRE 10 (the combo pack).  I got PSE 10 to run for a day or two, then it began crashing immediately upon launching the Organizer. I did several uninstalls and reinstalls to no avail, then spent about two hours on the phone with two customer service reps yesterday, doing multiple installs/uninstalls, multiple downloads of the files, etc.  I finally gave up and did the return, but I'm writing to express my extreme displeasure with the quality of this product and the download option for getting the files.  Customer service was of little help, and the second person I dealt with was abrupt and didn't explain what he was asking me to do.  He had me opening what I thought was an online chat to discuss the problem, but it turned out that I was allowing him to take over the desktop on my computer and work on my machine.  I am extremely uncomfortable with someone half a world away taking over my machine, for both security reasons (and he was changing security settings on my machine without asking or explaining) and because it will make it harder for me to replicate what he did in the (very likely) event that I have to address the same problem in the future.  I was also irritated that he didn't clearly ask me if it would be okay with me to take over my machine; this sort of request seems like something that should be very clearly requested and explained.
    After it became pretty clear that my downloads were failing multiple times, I was offered the option to order disks and handle the install that way, but of course there is an extra cost for that option, which I was trying to avoid in the first place. (And I'm not at all sure that going that route would result in a complete, trouble-free download and installation.)
    Overall, I don't feel that Adobe does a very good job of readying its products for launch and testing them thoroughly in various user configurations. I'm not a techie, but I see lots and lots of frustration on the forums and in various other places regarding perceived premature launches, poor customer support, etc. I realize software has to work on an almost infinite variety of machines and configurations, but it just doesn't seem like it should be this hard to install and use a product. What's more inexcusable to me, though, is Adobe's customer service after the sale. As I said, the second rep was abrupt, didn't explain what he was doing, and didn't solve the problem. It's also difficult to deal with international-based customer service at times when there are language or accent difficulties, which are particularly challenging when you're dealing with something complicated and technical. I tried in vain to reach someone in the US sales office this morning to complain, but the telephone system does not give you an option to talk to someone without knowing a name or extension.
    In short, Adobe has lost a customer and it's a shame for all concerned.  PSE has a lot of powerful and neat features that I hoped to learn more about and use, but it's just not possible at this point for this user.
    26kel

    26kel I apologize for your experience.  If you can please private message me with your e-mail and phone number I can review your previous interaction and provide feedback to the technician and his supervisor.

  • Ideas to Improve Tagging of photos in PSE Organizer

    I've been using PSE since V2 and recently upgraded from PSE 11 to PSE 13. While PSE is solid and has some nice new features, it's apparent after some use that my hopes that manual face tagging would be greatly improved were not realized.  I take some responsibility for this as I've grumbled about the unnecessary steps and lack of features in this area and have been silent.  So, I have some suggestions which would be really, really nice to see in an update to the Photoshop Elements Organizer.
    The thrust of this posting is to improve manual tagging of pictures:  Steps one does to augment tagging after "Add People" and "Add Places" has been used.
    Please let me know what you think of this list and I'll submit a revised version as a development suggestion.  Which ideas are good?  workable?  Which ones are half baked?  Have I missed features that already exist so these suggestions are unnecessary?
    Recently Used tags:
    When tagging a set of pictures it is highly likely to reuse tags across many pictures.
    If the tags are from many areas in the tag group structure it requires opening and closing parts of the group tree to access the tags.  This is arduous if one has a large number of tags.
    Recommend providing a "Recently Used Tags" in the list of tag sections below Keywords, People, Places, and Events.
    Recently used tags should provide a lot of tags in Most Recently Used order - 100 at a minimum.  Tagging weddings and other group events involve using a lot of tags.
    Recently used tags should include all types of tags - people, places, events, etc.
    This approach would be beneficial when PSE fails to find faces as well as when non-face tags need to be applied to pictures.
    Favorite tags:
    Add a "Favorites" tag structure along with People, Places, Events, and Recently Used from above.
    Allow tags to be assigned to favorites by selecting a tag and right click "Add to Favorites".
    Allow tags in Favorites to be reordered by dragging up and down in the list.
    Allow tags to be removed from Favorites by selecting the tag with right click "Remove from Favorites".
    Adding face tags for faces that were not found (no box on the face) requires way too many steps for a picture selected in the organizer (seven steps).  Today one must:
    Press "Mark Face" button.
    Drag rectangle placed in upper left to a face.
    Size rectangle to the face.
    Click in name area below rectangle.
    Type beginning of name.
    Select name from list
    Click green check to confirm selected name.
    First suggested alternative for face tagging (3 steps):
    Right (or left) click and drag to create rectangle on face - Organizer recognizes this operation and marks face and opens name box below.
    Type beginning of name in name box.
    Select name from list.  When name is selected it is confirmed - no green check to confirm selected name.  In the unlikely event one incorrectly selects a name it can always be corrected or the face box removed.
    Second suggested approach to quick face tagging:
    Open one Tags/Info and expand one of the tag structures: People, Places, Events, Recently Used tags, or Favorites and navigate to a tag.
    Drag a tag (that is a person) into a unassigned facial recognition box.  This completes the face tag.
    If no box exists for a face, right click and drag a tag to a face.  The default sized square is created on center of release point at end of drag and the tag is assigned to the face.  Allow the user to resize the square to margins of face and hit enter to complete tag.  Using right click for this process differentiates a new face tag from the standard left click which assigns the tag to the photo or an empty face tag box.
    This approach requires one or two steps per tag unless the tag needs to be located in the tag strucure.
    Other photo tagging issues:
    Do not suggest a person for a face tag if they are already face tagged on the picture as they probably aren't in two places on the same picture.
    When clicking on a blank name for an empty face tag PSE provides a list of names that is barely wide enough for 3 names.  A larger list of suggested names should be provided - it could extend beyond the entry area for the name and below it.  If face recognition does find a good match PSE should include in the list any people tags which are assigned to the photo but have not been tagged to a face.  Anyone having used PSE for a long period of time likely has many pictures which are tagged with people but are not face tagged.  This approach would reduce the effort in selecting a person.
    Sometimes a lot of non-faces are detected in a picture.  Removing these boxes requires separate clicks on each box's 'X'.   Suggest a context menu on the photo, 'Remove unused face tags' to clear them' in one step.
    I'd appreciate all ideas and suggestions.  In advance, thanks!

    You should see it bottom left of Organizer.

  • No longer able to scan photos from my PS3650 (Pacific Image) using PSE 10.0.

    Configuration:
    PC: Dell Inspiron 15R (new)
    Photo Scanner: Pacific Image PS3650
    OS: Windows 8.1
    Photo SW: Photoshop Elements 10.0, PSE10.0
    Scanner SW: Cyberview X5, CV-X5 (an upgrade to the original Cyberview X)
    Beverage: Don Julio 1942 Tequila.
    The error I get is:
    "Cyberview X-MS
    The software for this device can not be launched.  The device is not connected or is busy."
    It is neither.  I am able to operate the scanner using the CV-X5 software directly but not through the  PSE10.0 application.  Is this a TWAIN or WIA issue?
    I have loaded and reloaded both PSE10.0 and CV-X5 multiple times in accordance with the scanner user manual.  I have also attempted to use the original CV-X software with similar results.
    It may be worth noting that this setup using XP and CV-X used to work on my old PC. However, that configuration is no longer available and I would like to be able to use my updated PC with my existing scanning system.
    Regards
    Doug Hopper

    You assume too much. I am not mucking around with the iPhoto Library.
    Here is an example of my problem:
    Open Address Book
    Select a Contact
    Click Edit
    Double Click the Photo icon
    A dialog appears for me to "Choose" a photo
    Click Choose...
    Another dialog appears for me to browse to the photo that I would like to attach to that conract
    I select my username under "Favorites", then expand the "Pictures" folder
    When I click on iPhoto Library, I am no longer able to expand it and presented with the photos, events, faces, albums within it, but only get an icon for the iPhoto Library instead.
    This is part of the way a Mac works, and is now broken. It exhibits this in Address Book and any other program, and it was working fine until I installed PSE 10.

  • Full screen view in PSE 10 crashes under both W7 32 and W7 64

    Hello
    I am testing PSE 10 (I have PSE 6) and have installed PSE 10 under both WIndows 7 64 bit and WIndows 7 32 bit.  Both installations are fully updated.  The hardware is the same for all three of my regular XP (PSE 6) and these PSE 10 installs.  The catalogs and images are on a separate large drive (one directory set for PSE 10, one directory set for PSE 6).
    I have found that PSE 10 crashes after a period of time when showing images in full screen mode (the slide show mode).  It is hard to say how long it will take, but somwhere around after diplaying 100-200 images PSE 10 crashes.  Worst case was after about the fourth (it might even have been the second).  Sound is 'none', captions are disabled, update rate is 2 seconds.
    I have put PSE 6 on the W7 32 bit install and it runs perfectly.  (I am only using the PSE 10 organizer, I haven't tried the editor in any dpeth as yet).  PSE 6 ran for hours in slide show mode with not a hitch.
    I have rebuilt and optimized the catalog (but the PSE 10 Organizer will run without trouble for hours if I am not in full screen slide show mode), so I don't think the catalog is damaged.
    I have switched off all those background features (from the preferences).  I have run in XP compatibility mode.
    This is a fresh W7 install and has no problems reported in it (AV etc).  There are no disk errors for example.  The PC has 8GB RAM (~3.6 available under W7 32 bit).  There is a lot of free space on both the C: drive and the data drive (100s of GB).
    The Microsoft support for the crash is 'no support available' from the event viewer (or the W7 system health report accessed from the control panel).
    Google search on the crash shows no useful light either, basically the Organizer just crashes.
    Neither Adobe's search or a Google search on the forum seem to find a suitable similar experience.
    All images are jpegs and are roughly the same size, very approximatly 4MB each.
    Any other suggestions I can try?

    I’ve found a work-round.
    This is embarrassing (for Adobe), as the work-round is to set the CPU affinity to single cpu mode. With that PSE 10 has been running in slide show mode for 3 hours now.  Looking good!
    On a temporary basis, from the task manager, show the ‘processes’ tab, right click on the PhotoshopElementsOrganizer.exe *32 process, choose ‘Set Affinity …’ unselect ‘All’ and select (check) any one CPU.  (Under W7 32 bit I guess you won’t get the *32)
    For a more permanent fix, using the start command with the affinity option is needed.  This is not compatible with the PSE 10 launcher though, if you use the launcher you will need to set the affinity as shown above.
    To use the start command, from a command prompt type start /? for the syntax..
    Try a google search of  “how to set the processor affinity” for further advice.
    Now, should Adobe be reading this thread I have some advice for them:
    “It is NOT POSSIBLE to conduct a reliability test of a program using a virtualized environment”.
    I made the error of assuming that after the PSE 6 fiasco in a multi-cpu environment Adobe would not make the same mistake again.  Well, they have.  Perhaps this time they will conduct a root cause analysis of what they are doing wrong with their test plans and FIX IT, because I object to doing their testing for them, again.

Maybe you are looking for

  • Apple TV/External Hard drive Question

    Here's my problem... Next year I will going away to college. I have a relitively large DVD collection, and don't really want to take all of the physical DVDs with me. i've figured out how to get the DVDs onto my Macbook Pro using Handbreak. The probl

  • What are Payment Methods for the iPhone 5?

    I am looking at purchasing an iPhone 5 and was wondering what the payment methods were for the purchase?

  • Creativ Zen Dead Fore

    Well after 3 months whit my Creativ Zen 8gb. It have been dead for 2 days. It frezzed on a file transfer when i moved files into my player. It was still giving away the blue light but was unable to start it or enter the rescure/recovery mode. So i us

  • Preview window stops working when skimming

    I have a top end MacBook Air (i7 / 4Gb) and find iMovie 11 works very well on it. However, recently I've been having problems with the preview window. I can be editing for some time when the preview window will just display the last frame that I play

  • SCCM 2012 SP1 CU4 ccmsetup runs with SMS Agent Host on the "Service" mmc after upgrading the client to CU4.

    Dear Brothers, I have an issue with two (2) of my Site Servers, I have below scenarioa and explained issue details: Scenario: 1. Server1: Windows 2012 Server, CAS, SCCM 2012 Hierarchy Roles: Management Point, DP, SUP, Component Server. 2. Server2: Wi