Develop Module - Navigator Window has a horizonal bar through it (Lr 4.2)

sorry if this has been posted by other - but I've been getting a horizonal bar running through the center of my Navigator Window in the Develop Module in 4.2
Exiting Lr and re-opening will fix it, until it happens again. Its not a consistent, persistent issue, but occurs a fair bit

http://forums.adobe.com/community/search.jspa?peopleEnabled=true&userID=&spotlight=false&c ontainerType=14&container=3316&rankBy=date&q=0xc0000005

Similar Messages

  • Camera Calibration Profiles do not show in Develop Module LR5 / Windows 7

    I have selected three specific camera profiles (Nikon D300, Nikon D700 and Canon G12) and placed them into:
    c:\Users\{me}\AppData\Roaming\Adobe\CameraRaw\CameraProfiles\{Nikon D800}
    I restarted Lightroom 5 and viewed a RAW photo (not jpg or tif).
    But my Nikon D800 or the other two camera profiles do not show up in the Develop Module Camera Calibration drop down menu, nor in the Presets drop down in the Navigator panel.
    What am I doing wrong?

    DdeGannes wrote:
    It is possible to have third party software providers create profiles for your camera that simulate other camera profiles. I have had that done for my Olympus E520 and E300 cameras so that I have dozens of option available.
    Yes (to a degree). You can build your own custom DNG camera profiles, that's a good first start. Then you could edit them using the free DNG Profile Editor from Adobe. I'd start with custom profiles for each camera and see if that produces an acceptable match among them.
    This may help too:
    In this 30 minute video, we’ll look into the creation and use of DNG camera profiles in three raw converters. The video covers:
    What are DNG camera profiles, how do they differ from ICC camera profiles.
    Misconceptions about DNG camera profiles.
    Just when, and why do you need to build custom DNG camera profiles?
    How to build custom DNG camera profiles using the X-rite Passport software.
    The role of various illuminants on camera sensors and DNG camera profiles.
    Dual Illuminant DNG camera profiles.
    Examples of usage of DNG camera profiles in Lightroom, ACR, and Iridient Developer.
    Low Rez (YouTube):
    http://youtu.be/_fikTm8XIt4
    High Rez (download):
    http://www.digitaldog.net/files/DNG%20Camera%20profile%20video.mov

  • Suddenly my project window has no scroll bars, and if I return to the project library, select my project and click edit, another project LIBRARY appears partially covering the project window.  Help.

    In the middle of making a movie, the scroll bars vanished in the project window and I could no longer navigate at all.  If I went to the project library and selected the project, another image of the project library slid in and entered onto my screen.  after repeated attempts to open the project in various ways, I have it now, but there are holes in the project window (blank background) and no scroll bars.  It does not respond to anything.
    can someone help?

    I'm adding more information:
    in Finder, my iMovie folders are all visible and accessible.  When I click on a clip from iMovie Events folder, Quicktime opens and plays the clip.  ALL my video is not missing - it just isn't showing up in the Event Library!
    This happened all of a sudden, while I was working on iMovie project (on both computers).
    All my Projects are intact, and play when I open them. 

  • Lightroom 2.x - Remapping Library / Develop module keyboard shortcuts (Windows)

    SOLUTION: LR2 Library/Develop Keyboard Shortcuts
    Prepared by: Gordon McKinney
    http://www.night-ray.com
    For windows users - this is the latest update to my keyboard shortcuts for Library and Develop module. It has improved performance through caching.
    Quick access to Develop and Library module adjustments via your keyboard number pad. You'll need
    www.AutoHotKey.com to use this script.
    ; Gordon's Lightroom 2.0 Shortcuts Aug-22 2008
    ; www.night-ray.com
    ; Use numpad to perform certain develop and library functions.
    ; This effectively disables the number pad for digit entry
    ; (except 5 and 0) please use the main keyboard instead.
    ; Left/Right - Prev or Next photo
    ; Up/Down - Exposure
    ; Minus/Plus - Fill Light
    ; Page Up/Dn - Contrast
    ; Home/End - Color Temperature
    ; Div/Mult - Color Tint
    ; Enter - Paste Previous
    ; Dot (Delete) - AutoTone
    ; F9 Library Module
    ; F10 Develop Module
    ; F11 Slideshow Module
    ; F12 Web Module
    SetTitleMatchMode,2
    #IfWinActive, Lightroom
    F9::Send ^!1
    F10::Send ^!2
    F11::Send ^!3
    F12::Send ^!4
    #IfWinActive
    ; *** DEVELOP SHORTCUTS ***
    #IfWinActive, Lightroom - Develop
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    numpad8:: lrdAdd(09)
    numpad2:: lrdSub(09)
    NumpadAdd:: lrdAdd(11)
    NumpadSub:: lrdSub(11)
    numpad9:: lrdAdd(14)
    numpad3:: lrdSub(14)
    numpad7:: lrdAdd(04)
    numpad1:: lrdSub(04)
    NumPadMult:: lrdAdd(05)
    NumPadDiv:: lrdSub(05)
    NumPadDot:: Send ^u
    NumPadEnter:: Send ^!v
    lrdAdd(delta) {
    instance := lrGetControl( Static, 6, "Treatment :", delta )
    ControlClick, Static%instance%
    Send {=}
    lrdSub(delta) {
    instance := lrGetControl( Static, 6, "Treatment :", delta )
    ControlClick, Static%instance%
    Send {-}
    #IfWinActive
    ; *** LIBRARY SHORTCUTS ***
    #IfWinActive, Lightroom - Library
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    numpad8:: lrlClick(03)
    numpad2:: lrlClick(02)
    NumpadAdd:: lrlClick(11)
    NumpadSub:: lrlClick(10)
    numpad9:: lrlClick(23)
    numpad3:: lrlClick(22)
    numpad7:: lrlClick(-6)
    numpad1:: lrlClick(-7)
    NumPadMult:: lrlClick(-2)
    NumPadDiv:: lrlClick(-3)
    NumPadDot:: Send ^u
    NumPadEnter::Send ^!v
    lrlClick(delta) {
    instance := lrGetControl( Button, 6, "Auto Tone", delta )
    ControlSend, Button%instance%, {SPACE}, ahk_class AgWinMainFrame
    #IfWinActive
    ; Fetch the Control Instance using Type, Title, and Instance Delta
    lrGetControl( type, typeLen, title, delta ) {
    global lrLastTitle, lrLastCBase, lrLastCache
    if (lrLastTitle = title and lrLastCache > A_TickCount )
    ; Cached! Saves time.
    return lrLastCBase + delta
    else
    WinGet, ActiveControlList, ControlList, ahk_class AgWinMainFrame
    Loop, Parse, ActiveControlList, `n
    IfInString, A_LoopField, %type%
    ControlGetText, text, %A_LoopField%
    IfInString, text, %title%
    StringMid, controlbase, A_LoopField, typeLen+1
    lrLastTitle := title
    lrLastCBase := controlbase
    lrLastCache := A_TickCount + (120*1000)
    return controlbase + delta
    return 999999
    ; End

    latest update... I will work on making the script 'adapt' the LR's changing control IDs. However develop seems reliable. Until then - use this version
    >; --------------------------------------------------
    ; Gordon's Lightroom 2.0 Shortcuts
    ; www.night-ray.com
    SetTitleMatchMode,2
    #IfWinActive, Lightroom
    ; Remap F keys for module change
    F9::Send ^!1 ; F9 Library Module
    F10::Send ^!2 ; F10 Develop Module
    F11::Send ^!3 ; F11 Slideshow Module
    F12::Send ^!4 ; F12 Web Module
    #IfWinActive
    ; *** DEVELOP SHORTCUTS ***
    #IfWinActive, Lightroom - Develop
    ; Use numpad to perform certain quick develop functions
    ; This effectively disables the number pad for digit entry
    ; please use the main keyboard instead.
    ; Left/Right - Prev or Next photo
    ; Up/Down - Exposure
    ; Minus/Plus - Fill Light
    ; Page Up/Dn - Contrast
    ; Home/End - Color Temperature
    ; Div/Mult - Color Tint
    ; Enter - Paste Previous
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    numpad8:: lrAdd( "Static144" )
    numpad2:: lrSub( "Static144" )
    NumpadAdd:: lrAdd( "Static146" )
    NumpadSub:: lrSub( "Static146" )
    numpad9:: lrAdd( "Static149" )
    numpad3:: lrSub( "Static149" )
    numpad7:: lrAdd( "Static139" )
    numpad1:: lrSub( "Static139" )
    NumPadMult::lrAdd( "Static140" )
    NumPadDiv:: lrSub( "Static140" )
    NumPadEnter::Send ^!v
    lrAdd(class) {
    ControlClick, %class%
    Send {=}
    lrSub(class) {
    ControlClick, %class%
    Send {-}
    #IfWinActive
    ; *** DEVELOP SHORTCUTS ***
    #IfWinActive, Lightroom - Library
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    NumPadEnter::Send ^!v
    #IfWinActive
    ; End

  • Quick Develop Module Missing in LR5?

    Hello,
    I am using LR5 and my Quick Develop Module is missing. My photos are online and so this is not the problem. I rebooted but still no Quick Develop Module. I can use the other modules. Please help?

    Quick Develop is in the Library Module, not the Develop Module (where it has always been).
    If you don't see it in the Library Module, then you need to right-click on any right-panel header (like Keyword List) and select Quick Develop

  • Turn off develop module tips

    I can't turn off the develop module tip window in lightroom 4 with out closing down LM.
    I have tryed (commond /) and just get another window to pop-up.
    Thanks

    in Develop module click Help /Develop Module Tips and check "Turn off tips"
    Frans

  • Space bar zoom not working in Develop module

    According to Lightroom help (using F1 button) it is possible to use the space bar to zoom in and out of an image, and as I recall this was possible in both Library and Develop modules in the Beta 4.1 version.
    In v. 1.0 it only works in Library module. In Develop module the 'Z' character is the only way to do it (this also works in Library module). It annoys me, and I think it's a bug.
    Also according to Lightroom help it is possible to press [Ctrl+ +/-] to select between zoom levels. I can only make [Ctrl+ -] work (zoom out)
    Does anyone have these problems?
    BTW, I use Windows XP Pro with service pack 2.
    Thanks!
    Per

    Thanks Victoria.
    Did you try your PC as well?
    I still think it's a bit strange that space bar can be used in the Library module and not in the Develop module. Especially because space bar is unused in Develop module.
    Ok, I can live with the 'Z' key for zooming, it just seems a bit strange changing it.
    Otherwise I'm very happy with Lightroom. It fit my needs very well.
    /Per

  • I have lightroom 5 bought the download version on the adobe site. month ago did the trial version of cc it has expired. now on lightroom it says that my develop module is disabled. can't locate the one i bought on the site to redownload because they have

    i have lightroom 5 bought the download version on the adobe site. month ago did the trial version of cc it has expired. now on lightroom it says that my develop module is disabled. can't locate the one i bought on the site to redownload because they have changed the adobe site drastically.

    Adobe - Lightroom : For Windows
    Adobe - Lightroom : For Macintosh
    Download the latest version, fill in your serial number that you received when you bought it when you are asked for it.

  • Bought LR 5 back in March.  After update to 5.7.1 I get a message that development module is disabled and that my 30 day trial? has expired.  Since I am not using a trial version I have no idea what is going on

    After update to 5.7.1 I get a message that my "Develop module is disabled."  It asks me to please renew my membership.  When I open Creative cloud I don't get an option to enter my existing serial number and am told my 30 day trial has expired.  What can I do?

    You downloaded the creative cloud update by mistake. It will be necessary for you to uninstall Lightroom and then install using a download from this website:
    Product updates
    This will not do anything to your catalog for your images. So after you install the appropriate version you should be able to start right where you left off.

  • How can I keep the download window plus a status bar in the bottom side of my navigator?

    I downloaded firefox 4 today and the first thing I noticed is that my status bar for downloads at the bottom side of my navigator it's gone! so I downloaded a plugin called "statusbar" and I don't like it at all... it is nothing like my old status bar and it takes away my big download window (the one that you can see even if you minimize the navigator); how can I make it back??
    I like to have both things (the big window and the status bar) and I can't make it back using the options of the plugin.
    Besides that, if I have the new statusbar it doesn't advice me when the download ends (that note that pops up when it's over saying "download finished" really useful when you're watching a video on fullscreen) and I can't change that either from the plugin options!
    I know that not every plugin are made by firefox so if you can't help me please let me know anyway so I can go back to the latest firefox version to have my big downoloads window plus the statusbar at the bottom and the note all at a time!
    THANK YOU!!
    =)

    Hi piepkorg-
    Does your Add-ons manager show the weather toolbar as being installed? I would recommend starting with this article- particularly the sections on managing Add-ons and troubleshooting:
    [[Using plugins with Firefox]]
    Hope that helps!

  • I'm having trouble with the develop module in LR5.4. Any adjustments are taking effect, but only viewable in the filmstrip, not on the main photo. The navigator will go grey, as does the main area too. This applies to all edits done in develop module. I h

    I'm having trouble with the develop module in LR5.4. Any adjustments are taking effect, but only viewable in the filmstrip, not on the main photo. The navigator will go grey, as does the main area too. This applies to all edits done in develop module. I have posted several times on the forum with no responses to address this, and have seen others with the same issue. I have even gone as far as to do a complete re-install of LR5, with no success. I'm at a loss, and I depend on it for so much editing. Please help.

    Reset your preferences file: Resetting (or 'Trashing') the Lightroom Preferences file - Lightroom Forums
    Report back if that doesn't work.

  • I am working in the Develop module of Lightroom 5 and have accidentally bumped a setting and lost the Basic menu and the option to retrieve it.  "Tone curve" is directly under the tool bar now.  How can I retrieve the "Basic" menu?

    How can I retrieve the "Basic" menu on Lightroom 5?  I accidentally bumped something while working in the Develop module of Lightroom 5, and now the Tone Curve menu is directly under the Tool Bar, with no option to click on "Basic." 

    Right-click on Tone Curve and choose basic again or press Ctrl+1 in Develop.
    On Mac (Control-Click or Cmd+1)

  • My lightroom has updated to 5.5 and I now can't use the Develop module.

    My lightroom has updated to 5.5 and I now get the message "Develop module is disabled -please renew your membershipto reactivate the Develop module". My membership is ongoing so how do I resolve?

    Adobe made a help page for this problem because so many people have it:
    https://helpx.adobe.com/lightroom/kb/unable-launch-lightroom-55.html

  • I own LR and Develop module has been disabled---asking for me to renew membership??

    I purchased Lightroom in 2013 (not Creative Cloud subscription). I recently purchased a new computer and downloaded LR to that one. I have LR registered under my Adobe ID and its listed under "products" that I own, I'm signed into LR with my Adobe ID on my desktop. When I downloaded the program, I used my key I received when I purchased the program to get it up and running. Today I tried going into the Develop module and it says that it has been disabled and to renew my membership to get access to the Develop module again. I do not have the CC subscription...I own it. SOOO, I've been searching and trying to follow Adobe troubleshooting for a few hours and now I've decided to see if I can just get the answer here. Where can I input my key in the program on the desktop or get it to see that I OWN the program and do not need to purchase the membership? On my desktop CC icon, it says that my "trial version" has expired.
    Thanks in advance!

    LR Develop module shows "Disabled.Please renew your membership".You can reinstall the creative cloud application from the below link and then sign in with your Adobe ID(email address registered with Adobe)
    https://creative.adobe.com/products/creative-cloud

  • Since updating to LR5.5 it crashes about every 5-10 images while working in the development module. Computer is PC Windows 7 Home Premium. I have been using this computer for several years with zero problems. Is this related to the updating? What is the f

    Since updating to LR5.5 it crashes about every 5-10 images while working in the development module. Computer is PC Windows 7 Home Premium. I have been using this computer for several years with zero problems. Is this related to the updating? What is the fix?

    Do you get an error message? If so, what does it say?
    Do you get a Blue Screen?
    Does something else happen?

Maybe you are looking for

  • In which areas planned values affect..

    Hello Experts, Can You tell me that in which which areas and modules the planned values of asset module is connected... E.G. If we change anything related to life of the asset or something else where where it wil affect. If any one has any chart or P

  • Table Value Set.

    Hi All, 1) I created a Table type value set for concurrent program. and i want a add one more value to value set, for that im using union clause in Where/order by Field.. ex code: Where/order by: where 1=1 union select 'ALL' name from per_all_positio

  • Oracle 11gR2 responsefile

    Hi im trying to make a responsefile for oracle client 11gR2 Im launching setup.exe and choose 1- Custom settings 2- Language 3- I set directory to C:\Oracle 4- I choose "Oracle Database Utilities + SQL Plus + Oracle ODBC Driver + Oracle Objects for O

  • Trouble with mouse click

    I used to have a LOGITECH but reverted to the wired APPLE mouse that came with my computer. My problem is when I try to click on a file ONCE to : let's say change a file name or edit a file ...it'll open a file in a program I didn't command it to. A

  • How to use Anchors in Dreamweaver?

    Plz .....