Unsupported pain in the a***

Just upgraded to a Mac, and am getting used to a new life so to speak. Took my windows version of lightroom 2 over to Mac which recognised it. All seemed to be doing well until I attempted a download from my CF card using a new reader. Imported RAW pictures (taken on 5D Mk2) and lightroom says they are unsupported files and can't upload them...whats going on?.... can anyone help this very frustrated non techie?
Cheers Tony

MadManChan2000 wrote:
http://www.adobe.com/support/downloads/detail.jsp?ftpID=4569
After that, when you run LR 2.5, you should be able to process 5D Mark II files.
Eric
Just a quick note: You'll also need to upgrade to Lightroom 2.5 to work with Canon 7D files also.  I've just upgraded to 2.5 and now I'm able to import, view and edit my Canon 7D RAW files.  Yippee!

Similar Messages

  • I can't be the only person who has this problem - when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that

    I can't be the only person who has this problem with iCal- when a month ends on a Saturday I can't drag events into the next month and instead have to cut and paste - a real pain in the butt. I thought there was something called "scroll" but I can't find that.

    Yeah that works, but, it involves a click on the event, a click on edit, a click on the date, keystrokes, plus, since you can't see the next month you have to have a calendar in front of you so as to put it to the right date. It's easier just to cut it and advance the month and paste it, once you are in the right month you can move it around helter skelter willy nilly no problems. Although now that you mention it I will try it, maybe it is easier than cut and paste as I don't really care about the date, as long as it gets moved into the right month I can drag it around all I want.

  • SecureSocketListener: Could not setup context and create a secure socket on 142.182.112.123:5555 : java.security.cert.CertificateParsingException: PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11. java.security.cert.Certifica

    HI Team,
    while starting the node manager in wls 8.1 and java1.4
    we are facing this issue plz help on this immediately.
    + CLASSPATH=/srvrs/bdv/patches/CR210310_81sp4.jar:/usr/java14/lib/tools.jar:/srvrs/bdv/bea/weblogic81/server/lib/weblogic_sp.jar:/srvrs/bdv/bea/weblogic81/server/lib/weblogic.jar::/srvrs/bdv/bea
    + export CLASSPATH
    + export PATH
    + set -x
    + [ 5555 !=  ]
    + [ 142.182.112.123 !=  ]
    + /usr/java14/bin/java -Xms32m -Xmx32m -Dweblogic.security.SSL.enforceConstraints=off -Djava.security.policy=/srvrs/bdv/bea/weblogic81/server/lib/weblogic.policy -Dweblogic.nodemanager.javaHome=/usr/java14 -DListenAddress=142.182.112.123 -DListenPort=5555 weblogic.NodeManager
    <Sep 15, 2013 7:35:26 AM EDT> <Info> <NodeManager> <NodeManager: for information on command line options,  try "java weblogic.NodeManager -h">
    <Sep 15, 2013 7:35:26 AM EDT> <Info> <NodeManager> <Starting NodeManager >
    <Sep 15, 2013 7:35:26 AM EDT> <Info> <NodeManager> <Setting listenAddress to 142.182.112.123..>
    <Sep 15, 2013 7:35:26 AM EDT> <Info> <NodeManager> <Setting listenPort to 5,555..>
    <Sep 15, 2013 7:35:26 AM EDT> <Info> <NodeManager> <Setting java home to '/usr/java14'>
    <Sep 15, 2013 7:35:26 AM EDT> <Info> <NodeManager> <Effective values of properties :
            ListenAddress=142.182.112.123
            ListenPort=5555
            ListenerType=secureSocket
            SavedLogsDirectory=NodeManagerLogs
            NativeVersionEnabled=true
            TrustedHosts=nodemanager.hosts
            StartTemplate=../../server/lib/unix/nodemanager.sh
            ReverseDnsEnabled=false
            ScavangerDelaySeconds=180
            PIDFileReadRetryCount=0
            WeblogicHome=null
            bea.home=null
            JavaHome=/usr/java14
            PropertiesVersion=8.1
    >
    <Sep 15, 2013 7:35:26 AM EDT> <Info> <NodeManager> <Saving logs in'NodeManagerLogs'>
    <Sep 15, 2013 7:35:31 AM EDT> <Info> <[email protected]:5555> <Reading private key and certificate chain from the keystore /srvrs/bdv/bea/weblogic81/server/lib/DemoIdentity.jks. KeyStore type = jks, Using keystore passphrase = true, Alias = DemoIdentity>
    <Sep 15, 2013 7:35:31 AM EDT> <Info> <[email protected]:5555> <Reading trusted CAs from the keystore /srvrs/bdv/bea/weblogic81/server/lib/DemoTrust.jks. KeyStore type = jks, Using keystore passphrase = true>
    <Sep 15, 2013 7:35:31 AM EDT> <Info> <[email protected]:5555> <Reading trusted CAs from the keystore /usr/java14/jre/lib/security/cacerts. KeyStore type = jks, Using keystore passphrase = false>
    SecureSocketListener: Could not setup context and create a secure socket on 142.182.112.123:5555 : java.security.cert.CertificateParsingException: PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.
    java.security.cert.CertificateParsingException: PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11
            at com.certicom.security.cert.internal.x509.X509V3CertImpl.<init>(Unknown Source)
            at com.certicom.tls.interfaceimpl.CertificateSupport.addTrustedCertificate(Unknown Source)
            at com.certicom.net.ssl.SSLContext.addTrustedCertificate(Unknown Source)
            at com.bea.sslplus.CerticomSSLContext.addTrustedCA(Unknown Source)
            at weblogic.security.utils.SSLContextWrapper.addTrustedCA(SSLContextWrapper.java:52)
            at weblogic.nodemanager.internal.SecureSocketListener.run(SecureSocketListener.java:57)
            at weblogic.nodemanager.internal.GenericListener.startListener(GenericListener.java:16)
            at weblogic.nodemanager.NodeManager.startSecureSocketListener(NodeManager.java:461)
            at weblogic.nodemanager.NodeManager.init(NodeManager.java:305)
            at weblogic.nodemanager.NodeManager.run(NodeManager.java:511)
            at weblogic.NodeManager.main(NodeManager.java:31)
    Thanks,
    Eswar

    Hi,
    Did you find a solution to this? We are running into the same issue since upgrading to Weblogic 9.2.3 for WebCT Vista 8.0.4.
    Thanks,
    Ron

  • My iPod iTunes thing is be a pain in the you know what and won't let download anything cause my account verified thing keeps popping up and I put my security code in but it won't work and I have my iTunes redeem card and it wo t let me use it.please help

    My iPod iTunes thing is be a pain in the you know what and won't let download anything cause my account verified thing keeps popping up and I put my security code in but it won't work and I have my iTunes redeem card and it wo t let me use it.please help

    Maybe heresince yu proviced little informatin about what security code yu are talking about.
    iTunes Store: My credit card's security code or zip code does not match my bank's records
    Contact iTunes:
    Apple - Support - iTunes - Contact Us

  • My biggest 'pain' at the moment is that every time I go to change then save a Photoshop CS3 file it says 'cannot save as the file as it has been left open or is in use by another application'

    My biggest 'pain' at the moment is that every time I go to change then save a Photoshop CS3 file it says 'cannot save as the file as it has been left open or is in use by another application'

    Rule Number One - NEVER go directly uinto the iPhoto library - there are no user servicable parts in it and making any change no matter how small can corrupt your library and cause data or photo loss
    Exactly how were you trying to save a copy of your iPhoto library?
    Albumdata.xml does not contain your photos - and again NEVER make any changes to the content of the iPhoto library - no dragging - no changes - never go into the library
    We need to know exactly what you did
    And probalby the easiest solution is to load your backup from before you messed things up
    For reference after you get things working
    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    LN

  • InDesign Pain in the A@@

    Ok I worked with Quark all of my career, now I am at a new place and Tech Supp. decided to go all Adobe CS2, I have no problems with that, love the suite, Love Photoshop, Illustrator, Flash and so on...
    But ID is such a pain in the ...
    I work Very large documents, 200 pages plus, so, I make master pages, great, put my text boxes in the masters, to save time and layout pains, so there I go, start flowing the texts, but wait! All items that are on the master pages are lock, and I have to unlock each and every one by hand, don't tell me that does not bug the hell out of anyone here...
    At least in quark you could readjust your layout, the master items ARE NOT LOCKED!!!!
    Who can tell me in full how to have some items on the master editable and other not... and command shift is not an option with 200 pages and 10 items per page to unlock!
    Quark I miss you!

    Ok, first of all just a couple of tips...
    I noticed if you wanted to give your text frame a border you created two text frames. It's not necessary. Select the text frame and click Cmd+B and you can set the inset spacing.
    Also, I highly recommend you take advantage of object styles. They work just like paragraph styles. You can create them by example, too. Just select a formatted text frame and select create new object style. Then you just have to click on the name to apply all the attributes of the frame to any new frame.
    Here's a script that will override all master page items. So what you should do is first add all the pages you think you will need and run the script and everything will be unlocked. If you need to add more pages, just ad the pages and rerun the script. You can also assign a keyboard shortcut to the script.
    myDoc= app.activeDocument
    for (var h = myDoc.pages.length - 1; h >= 0; h--) {
    for (var j = myDoc.pages[h].masterPageItems.length - 1; j >= 0; j--){
    if(myDoc.pages[h].masterPageItems.length>0){
    myDoc.pages[h].masterPageItems[j].override(myDoc.pages[h])
    Copy/paste it into a text editor and save it with a .jsx extension in your InDesign>Presets>Scripts folder, then in InDesign go to Window>Automation>Scripts and double click the file name to run the script.

  • HT4995 My location is sometimes wrong it says I'm in the middle of the ocean 80 miles away. This even happens when I'm connected to my wifi. This has become a really big pain in the ***.

    My location is sometimes wrong it says I'm in the middle of the ocean 80 miles away. This even happens when I'm connected to my wifi. This has become a really big pain in the ***. I've tried resetting and all that jazz but still I can't find a solution.

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copies of the dodgy tracks and try redownloading fresh copies. For instructions, see the following document:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the items that are not playing properly. If you can't see "Report a Problem" next to the items, click the "Report a problem" button. Now click the "Report a Problem" links next to the items.

  • When using Firefox as my browser, my "back" button no longer works? And by the way...getting help is a real pain in the butt on this site!!!!!

    When using Firefox as my browser, my "back" button no longer works? And by the way...getting help is a real pain in the butt on this site!!!!!

    see -- http://kb.mozillazine.org/Kill_application
    which explains how to completely exit (quit) your Mozilla application
    Try closing Firefox completely
    *Close Firefox properly '''File > Exit''', not with the "X" which just closes the window.
    *Use the Windows Task Manager "Processes" tab to make sure that firefox.exe is not running and also that the plugin-container.exe is not running.
    If that does not work, try restarting the system.
    If still no luck try restoring bookmarks from last backup, or better create your own .json backup and restore from that.
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox#Creating_bookmark_backups
    *''If you had to go this far, please provide feedback if restoring bookmarks alone fixed the problem. I think I may have done that once with success, but never see that suggested -- I'd try most anything to not lose history or bookmarks. But then I could restore files from my profile and restore latest bookmarks backup from current profile.''
    The following will result in complete loss of history if it comes down to deleting places.sqlite, so rename files rather than deleting. With Firefox down.
    Of course you have backups of your profile you could replace rename and
    replace those files instead.
    Locked or damaged places.sqlite - MozillaZine Knowledge Base
    :"Toolbar buttons such as Back/Forward are disabled "
    :http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • Pain in the ***!!!!

    I updated my iPod and its telling me to plug it into the wall but I lost my charger!! Does anyone know what I can do to fix it cos I can't do anything!! I've tried the 5 R's and they don't work and I've tried running the battery flat and that doesn't help!!! its a pain in the ***!!!! help me!!

    When updating or restoring some iPods via a usb connection, it needs to be plugged into power via the charger to complete the process, and this is why you see that icon displayed. It's also why older iPods that required this step were supplied with a power adaptor as standard.
    You may be able to complete the process via a car charger, or via a powered firewire port on the computer (with the required 6 pin cable of course) if you have access to either of those. Or maybe visit an Apple store if one is nearby.
    Or you can try this.
    http://www.bearsdriving.com/blog/archives/2005/10/youripod_tipo.html
    I make no claims as to whether this will work (but I've seen other posts where it has), but merely point it out.
    Other than that, your iPod cannot be used until you complete this process.

  • I cannot order photo prints from iphoto. Error says that the delivery address is in an unsupported country. The address and my account are in the UK. Does anyone have any ideas?

    I cannot order photo prints from iphoto. Error says that the delivery address is in an unsupported country. The address and my account are in the UK. Does anyone have any ideas?

    I cannot order photo prints from iphoto.
    Are you trying to print from iPhoto on your Mac or iPad/iPhone? If you are trying to print form yor Mac, check, if the Print Products Store in the iPhoto Preferences > Advanced is set to U.K.
    Also the bimmling address, Delivery address, the country for your AppleID and Credit Card must all be in the same country. Check this document:
    http://store.apple.com/uk/help/print_products
    -- Léonie

  • I just replaced my broken iphone with a replacement.  Now when I try to sync my audiobook library i get a warning that all of my music, etc will be deleted.  I can drag and drop but it's a pain in the ***.  What has changed?

    just replaced my broken iphone with a replacement.  Now when I try to sync my audiobook library i get a warning that all of my music, etc will be deleted.  I can drag and drop but it's a pain in the ***.  What has changed?

    Click: Restoring your iTunes Library backup (from an external drive) here >  iTunes: Back up your iTunes library by copying to an external hard drive
    BTW, if you are a resident of the U.S, have iTunes 10.3 or later, and iOS 4.3.3, you can re download your iTunes purchases for free.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Unsupported java version, the error code is FMR 92095

    help me, i have a problem whit unsupported java version, the error code is FMR 92095. I am working whit os windows 7 and mozilla firefox.
    there are java version 1.1.8.2. ?
    How i can download ?

    Hi,
    Try post a comment in B1DE 2.0.1 new version! blog.
    Beni.

  • Hi guys I deleted my extension"bitdefender antivirus"but when I switch on my mac safari open up itself asking to instal the extension above what can I do to avoid this pain in the behind?Thanks

    hi guys I deleted my extension"bitdefender antivirus"but when I switch on my mac safari open up itself asking to instal the extension above what can I do to avoid this pain in the behind?Thanks

    Uninstall "BitDefender" completely, not just the Safari extension.
    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    I never install system modifications myself, and I don't know how to uninstall them. You'll have to do your own research to find that information.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button.
    Back up all data before making any changes.
    You will generally have to reboot in order to complete an uninstallation. Until you do that, the uninstallation may have no effect, or unpredictable effects.
    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    WARNING: Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

  • Flash pain in the........?

    Ok, so everything is fine with my G4 Powerbook now running 10.5.8 except for FLASH (read pain in the....). I've all sorts of info on what version to intall only they don't work.
    So, is there and intaller Flash App and the Flash App it's self? What version? is it 10.1.102.64 or something of that nature. One I found w/ and r in it  somewhere. In other words 10.1.102r.64?  Is it for Firefox, Safari, or Chrome? And just to confuse and confound, what is the debugger? Then! How to make it work! Why Adobe? Why do you make it so confusing? Any ideas? Folks. Thanks JN

    Hi James,
    They do make it confusing, & 10.1.102.64 is the latest supported version for PPC Macs.
    It should work for Safari & Firefox, but Chrome is Intel ionly besides having it's own version inside it I understand.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/865/cpsid_86551.html#prob1=uninst,os=m10.6,
    Download this if you haven't...
    http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp10.1.102.6 4_and_9.0.289.0archive.zip
    Once downloaded if it doesn't unzip automatically the double click on that file.
    Look for the fp10.1.102.64_and_9.0.289.0archive folder, open it, look for the Flash Player 10.1.102.64 folder & open and look for 101r10264 folder & open it, double click on the flashplayer101r102_64_ubmac.dmg file, choose the Install Adobe Flash Player file to install... they don't make it easy!
    Or I put up the smaller ones here...
    http://dl.dropbox.com/u/450421/flashplayer10_1r82_76_ub_mac%20copy.dmg.zip
    Stand alone player...
    http://dl.dropbox.com/u/450421/LastFlashPPC.zip
    The last really supported Flash for PPC was 10.1.102.64, but if it's for like Facebook or such, people have been fooling FB to think they have a leter version installed.
    Texas Mac Man's Flash hack/post...
    https://discussions.apple.com/thread/3599648?tstart=0

  • I have tried multiple times to install CC and muse only getting blank creative cloud screen (no error and in serious pain in the butt to uninstall) PLEASE HELP!!!!!!

    I have tried multiple times to install CC and muse only getting blank creative cloud screen (no error and in serious pain in the butt to uninstall) PLEASE HELP!!!!!!

    Geekysmooth please try the steps listed in Creative Cloud app doesn't open and hangs on spinning progress wheel - http://helpx.adobe.com/creative-cloud/kb/creative-cloud-app-doesnt-open.html to resolve the current error which you are experiencing.

Maybe you are looking for

  • I'm in trouble!!!

    I wouldn't call myself an expert by any means, but this is the 4th computer I've built and the second SATA based machine. This latest machine is going to be my HTPC machine. It has the following components: MSI RS480M2-IL mobo Seasonic SuperTornado 4

  • Lightroom 5 is distorting my images in Develop view

    When working on images in Develop, Lightroom 5 is distorting them. For example, let's say I'm looking at an image in Library view (fig.1), then switch to Develop view (fig.2) - the image is suddenly compressed horizontally (or stretched vertically, h

  • IMac G5 (no iSight) random yet continuous reboots

    Hello, I've purchased in 2005 the new iMac G5 through the Apple Store. At first everything was doing great. I was using it only for my personal usage, since I had been given a PC laptop for work. I started using it less & less (no time, too much work

  • How can I get my name to appear as caller ID?

    How do I get my name (not account owner) to show as caller ID

  • Displaying std field in enable mode after throwing error msg

    Hi experts, I have a requirement where i need to  check the value enterred in standard field (final grade) of infotype 0022 and need to throw error message, when the user click save button in PA30. But the problem is, if i throw Error message, that f