Problems with reading raw files in lightroom 5

Ich kann weder dng Dateien von Leica x1 noch von fuji xt1 importieren! Was könnte der Grund sein, im Handbuch gibt es keine Hinweise auf Probleme?@ Kurze Antwort erwünscht

Check the destination you have specified in the Import panel.  It needs to point to a location that Lightroom can read and more important write files to.  Usually the error message (in English) says “files cannot be read” and this really means that LR was unable to copy the files to the destination so then when it tried to import from that destination not file were found to read.

Similar Messages

  • Problem with reading config file

    Hello,
    I have problem with reading config file from the same dir as class is. Situation is:
    I have servlet which working with DB, and in confing file (config.pirms) are all info about connection (drivers, users, passw, etc.). Everything work fine if I hardcoded like:
    configFileName = "C:\\config.pirms";I need to avoid such hardcoding, I tryied to use:
    configFileName = Pirms.class.getClassLoader().getResourceAsStream ("/prj/config.pirms").toString();but it isn't work.
    My config file is in the same directory as Pirms.class (C:\apache-tomcat-5.5.17\webapps\ROOT\WEB-INF\classes\prj)
    Also I tryied BundledResources, it isn't work fo me also.
    Can anybody help me to solve this problem? with any examples or other stuff?
    Thanks in advance.
    Andrew

    Thanks, but I am getting error that "non-static method getServletConfig() cannot be referenced from a static context"
    Maybe is it possibility to use <init-param> into web.xml file like:
    <init-param>
      <param-name>configFile</param-name>
      <param-value>/prj/config.pirms</param-value>
    </init-param>If yes can anybody explain how to do that?
    I need to have that file for:
    FileReader readFile = new FileReader(configFile);Thanks in advance.

  • Problem with recognition raw files from nikon d600

    hello everyone, i hope someone can answer my question.
    using cs5 with camera raw . camera raw is not able to open my nef files from my new nikon d600 . what can i do to update the plugin??
    from the menu help updates in cs5 it tells me that all soft.  is updated but it is still not working

    You need to upgrade to PS CS6 in order to work with D600 raw files. Else, you can convert your raw files to DNG using DNG Converter.
    For more details, check
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    DNG Converter: http://www.adobe.com/products/photoshop/extend.displayTab2.html
    [Moved the discussion to Photoshop Forum]

  • Problems with reading XML files with ISO-8859-1 encoding

    Hi!
    I try to read a RSS file. The script below works with XML files with UTF-8 encoding but not ISO-8859-1. How to fix so it work with booth?
    Here's the code:
    import java.io.File;
    import javax.xml.parsers.*;
    import org.w3c.dom.*;
    import java.net.*;
    * @author gustav
    public class RSSDocument {
        /** Creates a new instance of RSSDocument */
        public RSSDocument(String inurl) {
            String url = new String(inurl);
            try{
                DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
                Document doc = builder.parse(url);
                NodeList nodes = doc.getElementsByTagName("item");
                for (int i = 0; i < nodes.getLength(); i++) {
                    Element element = (Element) nodes.item(i);
                    NodeList title = element.getElementsByTagName("title");
                    Element line = (Element) title.item(0);
                    System.out.println("Title: " + getCharacterDataFromElement(line));
                    NodeList des = element.getElementsByTagName("description");
                    line = (Element) des.item(0);
                    System.out.println("Des: " + getCharacterDataFromElement(line));
            } catch (Exception e) {
                e.printStackTrace();
        public String getCharacterDataFromElement(Element e) {
            Node child = e.getFirstChild();
            if (child instanceof CharacterData) {
                CharacterData cd = (CharacterData) child;
                return cd.getData();
            return "?";
    }And here's the error message:
    org.xml.sax.SAXParseException: Teckenkonverteringsfel: "Malformed UTF-8 char -- is an XML encoding declaration missing?" (radnumret kan vara f�r l�gt).
        at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1100)
        at org.apache.crimson.parser.InputEntity.fillbuf(InputEntity.java:1072)
        at org.apache.crimson.parser.InputEntity.isXmlDeclOrTextDeclPrefix(InputEntity.java:914)
        at org.apache.crimson.parser.Parser2.maybeXmlDecl(Parser2.java:1183)
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:653)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
        at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)
        at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:124)
        at getrss.RSSDocument.<init>(RSSDocument.java:25)
        at getrss.Main.main(Main.java:25)

    I read files from the web, but there is a XML tag
    with the encoding attribute in the RSS file.If you are quite sure that you have an encoding attribute set to ISO-8859-1 then I expect that your RSS file has non-ISO-8859-1 character though I thought all bytes -128 to 127 were valid ISO-8859-1 characters!
    Many years ago I had a problem with an XML file with invalid characters. I wrote a simple filter (using FilterInputStream) that made sure that all the byes it processed were ASCII. My problem turned out to be characters with value zero which the Microsoft XML parser failed to process. It put the parser in an infinite loop!
    In the filter, as each byte is read you could write out the Hex value. That way you should be able to find the offending character(s).

  • Problem with importing RAW files from camera

    LR 1.3 refuses to import raw files from my camera. Only JPEG's are imported. Got a Canon 350D/Rebel XT. Once I copied the raw files to disk (using Camera Window) Import from disk works fine and converts the CR2 to DNG without a problem. The preference "Treat JPEG files next to..." makes no difference. Anybody a clue what's wrong?
    Thanks, Edwin

    Yeah this is a known bug with Canon cameras in general (not just using Lightroom!). If you use the camera to download your images anyway, I believe the trick is to set the camera to mass storage mode and you'll also get the RAWs. Lightroom's import from camera is very buggy though, hence it is a better idea to use a reader, or to manually copy the files to your harddisk first and import from there.

  • Problems with photoshop psd files in Lightroom 2

    I've been using Photoshop with raw and jpeg images for years, until just recently i started learning Lightroom 2 by watching the Kelby Training series online. I have learned a ton, but there are some things that i am just not able to figure out and for some reason they have not addressed my issues on Kelby.com.
    Here is my list:
    1. When i edit my images in lightroom and then click on a specific image to edit it in photoshop because it needs something removed for example, lightroom does not do what Matt Kloskowski on Kelby says lightroom should do. It does not open up a box asking how i want to edit the image. supposedly a box listing these three things should appear: edit a copy with lightroom adjustments, edit a copy, edit the original. I already changed my preferences so that images would be taken into photoshop as PSD files with prophotoRGB, like he said to do. Instead of opening up this box, it just opens the image in photoshop. When i save the image after editing it, it does save it  as a _edit-psd, but when i close the image and go back into lightroom, the psd file does not show up. supposedly, the psd file should be stacked right next to the original image and it is not there. when i look at the images in the finder, it shows the psd file.
    is there another setting that i need to change?
    2. when i want to covert my nef raw files to jpeg for printing and burning dvds for clients, what is the best way to do this? i've done it by exporting to jpeg. but why, when i jpeg, does lightroom not use the jpeg images? for example, when i run a slideshow of a collection of images, it uses the lightroom edited nef files, PLUS, since LR does not show the psd files, the changes i made on photoshop do not show up on the slideshow either! it seems to use the psd files when converting to jpeg, so if i could just figure out a way to use the jpeg images for the slideshow all the edits should be there.do i need to import the jpeg files back into LR as a new collection?
    3. when i convert to jpeg using photoshop, there are xmp files. why are there no xmp files with the original images when LR is used? where is all the information that belongs with the RAW images?
    ok. i actually have a ton more questions, but i'll start with these for now.
    Thank you so much!

    Check the destination you have specified in the Import panel.  It needs to point to a location that Lightroom can read and more important write files to.  Usually the error message (in English) says “files cannot be read” and this really means that LR was unable to copy the files to the destination so then when it tried to import from that destination not file were found to read.

  • Problems with opening RAW files in PSE7

    Hello all
    I have just upgraded my DSLR from a Sony Alpha 200 to a Sony Alpha 450
    While using the Alpha 200 I had no problems opening RAW files in Elements 7 (Sonts RAW file format = .ARW)
    But now im using the Alpha 450 Elements says it doesnt reconginse (wrong file type) the .ARW files
    Does anyone know the reason for this or a way to correct it?
    Cheers
    J. Black

    Here is the compatibility for ACR versions with Photoshop and Photoshop Elements. I read it in read me file :
    The Camera Raw 6.1 plug-in is not compatible with versions of Photoshop earlier than Photoshop CS5 or versions of Photoshop Elements earlier than Photoshop Elements 8.0 for Windows and Photoshop Elements 8 for Mac.
    • The latest version of the Camera Raw plug-in available for Photoshop Elements 3.0 customers is Camera Raw 3.6.
    • The latest version of the Camera Raw plug-in available for Photoshop Elements 4.0 (Windows) is Camera Raw 3.7.
    • The latest version of the Camera Raw plug-in available for Photoshop Elements 5.0 (Windows) is Camera Raw 4.5.
    • The latest version of the Camera Raw plug-in available for Photoshop Elements 6.0 (Windows, Mac) and Photoshop Elements 7.0 (Windows) is Camera Raw 5.6.
    Hope that helps!
    ~V

  • Problem with reading mp4 files with QT 7.4.1 or mpeg Streamclip

    Hi,
    I used to convert some .flv files into .mp4 files with iSquint and then into .dv files with mpeg Streamclip in order to re-work and compile these files on a DVD using iMovie and iDVD.
    However I cannot do it anymore since I upgraded to QT 7.4.1. iSquint uses the mpeg-4 video codec to convert the file. Therefore I cannot open them with QT 7.4.1 anymore and I cannot convert them into .dv files with mpeg Streamclip anymore since Streamclip is uses a QT plug-in.
    I have tried to solve the problem using Perian but this plug-in does not work with my version of Mac (Panther 10.3.9). I also tried to downgrade to an older QT using Pacifist but it nearly crashed my whole computer (fortunately I could fix that by reinstalling QT 7.4.1).
    Has someone a solution to my problem?
    Thank you in advance.
    Steve

    Not all the following will apply to Panther (10.3.x) so look carefully on the sites mentioned for the correct versions:
    These are the downloads and the settings you need in order to view/hear pretty much everything that the net can throw at you: The setup described below has proved repeatedly successful on both PPC and Intel macs, but nothing in life carries a guarantee!
    It is known to work in the great majority of cases with Safari 3.0.4, QT 7.3 or 7.4 and OS 10.4.11. (If you are running Leopard, ensure that all plug-ins have been updated for OS 10.5)
    Assuming you already run Tiger versions OS 10.4.9 or above (this has not yet been verified with Leopard) and have Quicktime 7.2 or above, and are using Safari 2 or 3, download and install (or re-install even if you already had them) the latest versions, suitable for your flavor of Mac, of:
    RealPlayer 10 for Mac from http://forms.real.com/real/player/blackjack.html?platform2=Mac%20OS%20X&product= RealPlayer%2010&proc=g3&lang=&show_list=0&src=macjack
    Flip4Mac WMV Player from http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx (Windows Media Player for the Mac is no longer supported, even by Microsoft)
    Perian from http://perian.org/
    You should read this support page http://perian.org/#support in case you need to delete older codecs.
    Adobe FlashPlayer should first be uninstalled using the appropriate uninstaller available here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157&sliceId=2 and then the latest version obtained from here: http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash and installed.
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.)
    In earlier versions than QT 7.1.3 in Quicktime Preferences, under advanced, UNcheck Enable Flash, and under Mime settings/Miscellananeous only check Quicktime HTML (QHTM).
    You should also ensure, if you are running Tiger 10.4.11 or Leopard, that you have downloaded and installed the correct version for your Mac of Security Update 2007-009.1.1, which also deals with the Quicktime/Flash issues you may have experienced, such as the '?'. What happened was that both Quicktime as well as Adobe FlashPlayer tried to play the Flash video at the same time. This no longer happens. (N.B. Security Update 2007-009 1.1 requires both a restart and a permission repair.)
    If you get problems with viewing video on a website try moving this file to your Desktop:
    Hard drive/Library/Internet Plug-Ins/QuickTime Plugin.webplugin
    and then restarting Safari. If all now works, you can trash that file.
    In Macintosh HD/Library/Quicktime/ delete any files relating to DivX (Perian already has them). However it should be noted that Perian is not an internet plugin and will not play DivX files imbedded on a website. For that you will need the DivX Player browser plugin available from http://www.divx.com/divx/mac/
    Now go to Safari Preferences/Security, and tick the boxes under Web Content (all 4 of them) to enable Java.
    Lastly open Audio Midi Setup (which you will find in the Utilities Folder of your Applications Folder) and click on Audio Devices. Make sure that both Audio Input and Audio Output, under Format, are set to 44100 Hz, and that you have selected 'Built in Audio'.
    Important: Now repair permissions and restart.
    You should also consider having the free VLC Player from http://www.videolan.org/ in your armory, as this plays almost anything that DVD Player might not.

  • Adobe Camera Raw in CS3 is having problems with the RAW files from my Canon 5D Mark II

    Adobe Bridge will import the CS2 raw files from the camera card in m Canon 5D Mark II but it will not create thumbnails nor will it convert them to DNG. I want to update the raw reading software but the update page indicates that it only updates into CS4. Will I have to upgrade to CS4 before I can import from my new camera?
    ML

    The dng converter does indeed work but it adds an extra step to the workflow. Raw files from my Canon 40D are exported and converted to dng in Bridge in one step. Now I must add the extra step of using dng converter. Can I upgrade Adobe Bridge's raw capacity so that I can import from my new camera in the same efficient way? I would prefer to do this without buying CS4.
    thank you -- ML

  • Problems with viewing RAW files and cannot update to ACR 5.7

    Hi
    I purchased a canon 7D today, then went to take some pictures and came home to find my RAW files are not readable by Bridge or Photoshop. I have done some research and it seems that the solution would be to update. I did this. However, two of my five updates failed to install, one of which is ACR 5.7. I then looked into this and have found the best option is to manual install, but this is confusing me as the directories is says to use do not exist on my mac. I don't know what to do, can anyone help? I just want to be able to view my files in Bridge and edit in ACR and photoshop!!!!!
    Thanks.

    If you download the 5.7 camera raw update from the following link,
    the installation should be automated:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4682
    MTSTUNER

  • Problem with importing raw files

    i get this weird pink artifact in a horizontal line down all my rw2 files. im using a macosx leopard pshop extended 5.1 , camera is a gh2 panasonic , can anyone tell me whats wrong please? im new to photoshop/digital photography.

    Looks like a hardware issue.  If the artifacts do not print, it could be your video display card.
    However, more likely is a hard disk, SCD card, or USB cable/connection problem.  In all of these cases, the artifacts would print.
    If you can post a link to one of the affected raw image files, others can attempt to open it on their/our computer.
    Wo Tai Lao Le
    我太老了

  • Problem with reading mpeg files from Sony DCR-SR100 30GB Handycam

    I just purchased a new Sony DCR-SR100 Handycam.
    I can upload successfully to my desktop (PowerBook G4)via a USB cable.
    I have all the latest updates for iLife, iMovie, Final Cut Pro and Quicktime. None of those applications will open the imported mpeg.
    When trying to import the file to the iMovie application I get the following error message:
    "The file could not be imported. The file M2UOOOO4.MPG can't be imported; Quicktime couldn't parse it: -2048"
    Any help would be greatly appreciated.
    igor4443

    Hi Igor,
    welcome to the  board
    ... hm, sorry to say, but:
    iMovie is a video edit app meant to work with firewire connected miniDV camcorders
    you try to teach the old dog new tricks... just one kind of mpegs can be handled with iM, that is mp4, imported via iPhoto6 (some stillcams can record a kind of "movin' images"...)
    sooo, you need to convert your stuff...
    mpegs are meant for playback only, they are a delivery format (thanks, Lennart, for this phrase).. editing/processing such files, needs to demuxx them => 3rd party tools...
    there's a very good and free solution:
    Streamclip (free)
    not using a miniDV camcorder, you miss the convenience of the iApps...

  • Problems with reading in files

    I have a compalation problem which throws back the following error:
    Echo.java:11: unreported exception java.io.FileNotFoundException; must be caught or declared to be thrown
    Scanner scanFile = new Scanner(new File("file"));
    ^
    1 error
    Thanks in advanced.

    Here's Sun's exception tutorial: http://java.sun.com/docs/books/tutorial/essential/exceptions/index.html
    Here's a quick overview of exceptions:
    The base class for all exceptions is Throwable. Java provides Exception and Error that extend Throwable. RuntimeException (and many others) extend Exception.
    RuntimeException and its descendants, and Error and its descendants, are called unchecked exceptions. Everything else is a checked exception.
    If your method, or any method it calls, can throw a checked exception, then your method must either catch that exception, or declare that your method throws that exception. This way, when I call your method, I know at compile time what can possibly go wrong and I can decide whether to handle it or just bubble it up to my caller. Catching a given exception also catches all that exception's descendants. Declaring that you throw a given exception means that you might throw that exception or any of its descendants.
    Unchecked exceptions (RuntimeException, Error, and their descendants) are not subject to those restrictions. Any method can throw any unchecked exception at any time without declaring it. This is because unchecked exceptions are either the sign of a coding error (RuntimeException), which is totally preventable and should be fixed rather than handled by the code that encounters it, or a problem in the VM, which in general can not be predicted or handled.
    So you have to either catch that exception, or announce to any caller (via the throws clause in the method declaration) that your method can throw that exception.

  • Corrupt RAW files in Lightroom 5.

    I'm having an issue with corrupt RAW files in Lightroom 5. I have all of my RAW files stored on an external NAS system. Typically, I mainly work on my files on my PC's hard drive. The NAS is for storage only. However, in the past I have looked through the external files with Adobe Camera RAW and have called up files from there to work on, if it's a photo I want to rework. Recently I have started using Lightroom 5. So the other day, I added a folder from the NAS external to Lightroom 5 to look at some of the RAW files. A LOT of the files looked corrupt with white blocks and pink or yellow lines running across the photo. I closed lightroom and pulled up those same files in Adobe RAW and get the same issue. I copied them to my PC's hard drive and still have the issue. This has never happened until using Lightroom. I know Lightroom is not supposed to actually do anything to the files, however, this is very coincidental. Did Lightroom do something to these images, or was it coincidence that the files became corrupt at the same time I started using Lightroom? Any solutions?

    I am wondering about the drive. I know that it is not the CF card and it wasn't a reader for the following reasons. I download directly from the camera to the PC without a reader. I downloaded these last July and worked on them on and off for several weeks without issue. I have also pulled up the occasional file from this same batch a couple times this winter without issue. It was only when I pulled them up yesterday in Lightroom that this problem occurred.

  • Problem While reading a file in text mode from Unix in ECC 5.0

    Hi Experts,
    I am working on Unicode Upgrade project of ECC5.0.
    Here i got a problem with reading a file format which it does successfully in 4.6 and not in ECC5.0
    My file format was as follows:
    *4 000001862004060300000010###/#######L##########G/##########G/########
    It was successfully converting corresponding field values in 4.6:
    *4
    00000186
    2004
    06
    03
    00000010
    25
    0
    4
    0
    54.75
    0
    54.75
    0.00
    While i am getting some problem in ECC5.0 during conversion of the above line:
    *4 000001862004060300000010###/#######L##########G/##########G/########
    it was consider in the same # values.
    I have used the following statement to open and read dataset.
    OPEN DATASET i_dsn IN LEGACY TEXT MODE FOR INPUT.
    READ DATASET i_dsn INTO pos_rec.
    Thanks for your help.
    Regards,
    Gopinath Addepalli.

    Hi
          You might be facing this problem because of uni code. So while opening or reading the file, there is a statement call ENCODING. Use that option and keep the code page which you want. Then the problem may be solved.
    Thanks & Regards.
    Harish.

Maybe you are looking for

  • Using several checkboxes in a formula

    Hi, I have a sheet with three columns; Price, Name1, Name2. Name1 and Name2 have checkboxes on every row where there's a price added. I then have a two cells further away that are trying to calculate the price for each name. Eg. if the price is 100 a

  • Unable to view dencrypted JEPG files! PLEASE HELP!

    I made the mistake of encryping my files on my SD card on my phone when i first brought my BB Z10. I was trying to back up my pictures on my SD card to my computer using a SD card reader and then i was unable to to see them on my picture view on my P

  • Diference between R/3 ECCS & SEM BCS

    <b>Hi all, We ve to compare the two systems R/3-ECCS and SEM-BCS in detail as we are goin for consolidation using SAP. Could you people suggest something regardin this. It will be very nice if you could suggest some parameters based on which these to

  • HRTRV_IF_MODIFY_TRIP - Expense Posting Error

    Hello, I am trying to save a trip using BAPI HRTRV_IF_MODIFY_TRIP. It works fine for all expense types but when i put PRBZ, it gives following error Field PTK03-PAYCURR. not found in loop of screen SAPMP56T 1300 Although I can save PRBZ entry using P

  • Conditional Build Tags cause RH9 AIRHelp crash

    I have seen multiple posts about system crashes when using RoboHelp HTML and conditional build tags.  Is anyone having the same problem using build tags with RH9 and AIR Help output?  I have tried different combinations of build tags, a single build