DEBUG code in LR 4.0

My windows installation of LR4 is generating a LrCatalog.log file containg DEBUG messages.
Indicates to me there is some left-over debug code in the executable.
It might run faster without this.
Sample of file
04/08/2012 11:14:28 DEBUG removing item about to be processed from queue: "Add c40-8927_8_9.tif to catalog"
04/08/2012 11:14:28 DEBUG executing "Add c40-8927_8_9.tif to catalog"
04/08/2012 11:23:55 DEBUG immediate execution of "Add c40-8924_5_6.tif to catalog"
04/08/2012 11:23:55 DEBUG removing item about to be processed from queue: "Add c40-8924_5_6.tif to catalog"
04/08/2012 11:23:55 DEBUG executing "Add c40-8924_5_6.tif to catalog"
04/08/2012 12:00:10 DEBUG immediate execution of "Add c41-5206_7_8.tif to catalog"
04/08/2012 12:00:10 DEBUG removing item about to be processed from queue: "Add c41-5206_7_8.tif to catalog"
04/08/2012 12:00:10 DEBUG executing "Add c41-5206_7_8.tif to catalog"
04/08/2012 14:34:52 DEBUG initializing writeAccessQueue
04/08/2012 14:34:52 DEBUG immediate execution of "Add c41-4625_6_7.tif to catalog"
04/08/2012 14:34:52 DEBUG removing item about to be processed from queue: "Add c41-4625_6_7.tif to catalog"
04/08/2012 14:34:52 DEBUG executing "Add c41-4625_6_7.tif to catalog"

Another user just reported this as well:
http://forums.adobe.com/message/4326750
He gave details of where the LrCatalog.log file was located (c:\users\<user>\documents), and with that I could see that I have one too and quickly figure out what's probably going on:
- The logging appears to be initiated by LR itself, not by plugins. It occurred without the presence of a "config.lua" file.
- The logging appears to come from the LR SDK's LrCatalog module, which provides plugins with access to the catalog. For example, these two lines:
03/17/2012 09:50:23 DEBUG initializing writeAccessQueue
03/17/2012 09:50:23 DEBUG immediate execution of "Tag: apply keywords"
correspond to the Any Tag plugin invoking catalog:withWriteAccessDo ("Tag: apply keywords", function).  My log file had entries from other plugins that accessed the same SDK method.
- The logging may be disabled in LR 4.1RC.  The last entry in my LrCatalog.log file occurred just before I upgraded from LR 4.0 to LR 4.1RC.

Similar Messages

  • 790FX-GD70 not POSTing no debug code all LEDs on

    Hi
    I have had my 790FX-GD70 for almost the past 2 years and it has given me no real problems. But yesterday whilst playing Fallen Earth, my computer froze so I gave it a restart and it froze during windows start up. At this point I opened my case and watched the debug display and this time it froze during post, can't remember the debug code it froze on. I tried restarting a few more time and it would freezes at different points during post. At this point I remove it from its case and start barebones testing it. If I left it for a time I could get into the bios and go to the hardware monitoring page and look a the tempter of the CPU for it froze. There it reported that the tempter was 34C. Stopped testing it last night and when I turned it one this morning it would not even start to post. When I turn it on all the LEDs on the board turn on even the overclocking LED and the overclocking switch also turns and to turn off the system I have to do a hard switch off and UPS.
    I have tried it with a different UPS with no effect, tried a different graphics card with no effect. Also tried with different RAM and no RAM no effect.
    Computer  secs:
    MB: MSi 790FX-GD70
    CPU: AMD Phenom 2 X4 955 Black Edition
    UPS: Antec TRUEPOWER Quattro 850 watt
    RAM: Corsair XMS3 4Gig DDR3 can not remember the speed.
    GPU: MSI AMD Radeon R6950 twin Frozr 2
    CPU Heat Sink: Cooler Mater Hyper N520
    Any help would be great.

    Quote from: Svet on 06-May-12, 02:30:14
    try with another video card then
    Also done that to no effect, currently I don't have a spare CPU that will work on my motherboard. I was hoping that some one has had this problem before because I have never seen my computer start up with all the LEDs on as it starts up. Also the hard drive LED is on constantly even when there is no hard drive plug in.

  • Can we debug code in SSIS?

    In the Script Editor you can see C# code and VB code (depending what language you use).  I can easily add a Breakpoint, but I can't seem to step through the code.  I can't hit F11 or F8; I can't click the green arrow (play button) as it's disabled. 
    How does one go about debugging code in SSIS?
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

    Thanks everyone.  I got rid fo the syntax errors.  I added a breakpoint, closed the Script Task, ran the project, and got this.
    SSIS package "c:\users\ryan\documents\visual studio 2010\Projects\Integration Services Project3\Integration Services Project3\Package.dtsx" starting.
    Error: 0x6 at Script Task: Could not load file or assembly 'Microsoft.VisualStudio.Tools.Applications.Core, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
    Error: 0xC0024104 at Script Task: The Execute method on the task returned error code 0x80070002 (Could not load file or assembly 'Microsoft.VisualStudio.Tools.Applications.Core, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its
    dependencies. The system cannot find the file specified.). The Execute method must succeed, and indicate the result using an "out" parameter.
    Task failed: Script Task
    Warning: 0x80019002 at Foreach Loop Container: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of
    errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    Warning: 0x80019002 at Package: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
    the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "c:\users\ryan\documents\visual studio 2010\Projects\Integration Services Project3\Integration Services Project3\Package.dtsx" finished: Failure.
    The program '[2872] DtsDebugHost.exe: DTS' has exited with code 0 (0x0).
    Here's the image.
    Does this make any sense?
    If I edit the script, take off the breakpoint, and re-run the script, I get this.
    it looks like the package runs correctly, but it actually doesn't do anything at all!!
    Any idea what's going on?
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • CRM 2015 Unable to get profiler error to debug code on associate message

    Hi all,
    Im trying to get the profiler on associate message(Opportunity- Competitor)  and i'm unable to get profiler error to debug code and getting "ISV Code aborted"
    the below link didn't work for me
    https://community.dynamics.com/crm/f/117/t/134575.aspx
    Thanks & Regards Vijji

    Hello,
    In case you develop for CRM 2015 you don't need to get profiler error anymore. Recheck
    this article.
    Dynamics CRM MVP
    My blog

  • PC won't boot. MSI Gaming 7 motherboard had a debug code of 67.

    PC won't boot. MSI Gaming 7 motherboard had a **debug code of 67**.
    I ran Malwarebytes this morning, it found some stuff, I had it remove them and rebooted. Haven't been able to get my PC to boot since :(
    When I begin booting, nothing happens at all on the monitors, the PC itself has power and it looks like it's on but I only get this error code 67 on the motherboard and that's it.
    Really don't want to unseat the CPU for any reason to troubleshoot that. CPU is always a pain in the ass for me to remove and place back into a PC. lol.
    Specs:
    PC:
    * Windows 8.1 Pro 64-bit
    * Rosewill THOR V2 Case
    * EVGA GeForce GTX 970 FTW Edition GPU
    * Thermaltake NiC C5 CPU Cooler
    * Rosewill SSD/HDD Mountaing Kit with 60mm Fan
    * CORSAIR Vengeance 16GB RAM
    * CORSAIR HX850i 850W Power Supply
    * Intel i7-4790k CPU
    * MSI Z97-Gaming 7 Motherboard
    * Samsung 840 EVO 120GB SSD
    * Western Digital Blue 1TB Drive x 3
    Audio:
    * Blue Yeti Mic
    * Rode PSA1 Mic Boom Arm
    * Audio-Technica ATH-M30 Headphones
    Networking:
    * Cisco Linksys EA4500
    * Motorola SURFBoard SB6121
    * CAT 6 Ethernet Cables
    Peripherals & Misc:
    * PS4 Controller
    * Razer Naga 2014
    * ASUS VS278Q-P 27" 1ms Monitor x 2
    * HP 23" S2331 x1
    * Logitech C920 Webcam

    Quote from: Svet on 04-June-15, 22:06:26
    try >>Clear CMOS Guide<< with power cord removed
    Tried that, didn't work.
    Unseated each RAM stick, didn't work.
    Removed the CPU, cleaned off the thermal grease, reseated it, replaced grease and heatsink. Didn't work.
    Literally unplugged and replugged everything in one by one and none of it fixed the problem. Still receive error code 67.
    Have no damn idea what the heck is going on.

  • Debugging code in Enhancement implementation

    Hi,
       I want to debug code inside an Enhancement-Point and Endenhancement Section. The enhancement point is already implemented.
    When i execute the transaction in Debugging mode, the control does not go inside the code in the implementation. Please give some pointers on this.
    Thanks,
    Lakshmi.

    HI,
    just put a line..
    break-point
    or
    break <USERID>
    and try

  • Debugging Code in Beta 2

    Hello;
    We're currently trying to do some performance analysis of an application on
    BEA WLS 6.0 Beta 2 that makes heavy use of MDBs, and new EJB 2.0 Entity Bean
    features. We're starting to get some interesting numbers back from JProbe.
    Before we go into the analysis of the JProbe results too deeply, I wonder if
    you could enumerate for us where in WLS 6.0 Beta 2 you still have
    non-optimized debugging code. This will allow us to "temporary disregard"
    these areas, or at the very least, not panic, if the performance seems less
    than we would expect.
    Brian.

    Yes, I suspect the separate jar files are your problem. WL 6 optimizes
    RMI calls within an application, but calls across applications are much
    more expensive.
    As a first step, I would deploy the session and entity bean in the same
    jar file.
    -- Rob
    Brian Dueck wrote:
    >
    Let's start with the basic scenario. We're implementing an active objects
    pattern using MDBs, with the state of the active objects stored in EBs. All
    this action is shielded from the client through a session bean "controller".
    Here's the sequence of operations that we go through (simplified of course):
    1. A client application invokes a session bean, which in turn creates an
    entity bean. After creating the entity bean, the session bean then puts a
    message into a non-persistent JMS topic and returns to the client.
    2. An MDB picks up the message that was put into JMS by the session bean,
    does some work (including updates on the entity bean), and then puts a
    message into a non-persisten JMS queue or topic before returning from
    onMessage().
    3. MDB(s) pick up the message placed in the topic/queue, they do some work,
    and then possibly generate more JMS messages. These are in turn processed by
    more MDBs and so on and so forth.
    In the simplest possible "hello world" variation of the above scenario, it
    looks like we're doing pretty poorly performance wise right now. We're
    trying to tear the scenario down though and build it back up step by step,
    using the WLS 6.0 examples as a reference. For instance, I've been playing
    with the ejb20.message example to do some rough throughput measurements for
    the types of messages that we're producing/consuming. The modified example
    is giving me much better numbers than my "hello world" scenario above - by
    2 orders of magnitude actually.
    I haven't run out of things to try yet, but am hoping for some advice that
    will steer me in the right direction (vs. brute force trial and error...).
    One of the things I noticed, is that the "hello world" implementation is
    broken up across multiple jar files - any possibility that is causing major
    performance issues. I seem to recall another posting indicating this sort of
    multi-jar deployment will cause BEA to not be able to optimize calls.
    Thanks for any help,
    Brian Dueck
    "Rob Woollen" <[email protected]> wrote in message
    news:[email protected]...
    There have been some performance improvements since beta-2.
    However, I would be interested in seeing your profile data. We're always
    looking to make the product faster.
    -- Rob
    Brian Dueck wrote:
    Hello;
    We're currently trying to do some performance analysis of an application
    on
    BEA WLS 6.0 Beta 2 that makes heavy use of MDBs, and new EJB 2.0 EntityBean
    features. We're starting to get some interesting numbers back fromJProbe.
    Before we go into the analysis of the JProbe results too deeply, Iwonder if
    you could enumerate for us where in WLS 6.0 Beta 2 you still have
    non-optimized debugging code. This will allow us to "temporarydisregard"
    these areas, or at the very least, not panic, if the performance seemsless
    than we would expect.
    Brian.

  • MB Debug Code List

    Where can I find a list of the debug codes?

    I found the list in the manual. Because of the number of digits displayed at boot up, I expected a much larger listing. I had looked there before. Not sure how I missed it.
    I just assumed a chart like that would be readily available online. This is my first MSI so I have never had digital codes to lookup before. And I have always been able to find a list of beep or blink codes on other boards.
    Just seems odd that I would have to rely on forums and Google for one code at a time. Why would this list not be posted under the Q/A for each board?
    Sorry if I seem irritated. I have either a bad cpu or a bad board and between juggling cpus, ram, and mbs, trying to figure it out, I've had just about enough of fixing other peoples pcs.

  • Msi motherboard 990FXA-GD80 wont work only sending debug code

    my motherboard 990FXA-GD80 is not booting to bios ore nothing is coming up to the screen it's only sending debug code:
    FF
    19
    FF
    2b
    3b
    37
    36
    70
    60
    72
    b2
    92
    99
    52
    54
    55
    56
    some times
    44
    45
    46
    why are nothing happening and what can it be
    i have tried out chaining slots for the memory card and to remove/mount the CPU and still it responds the same
    it's a FX-8120 CPU
    i have also tried with a
    is there someone that knows what can be wrong with the motherboard ples i need some help with this.

    FF - means nothing
    19 - Pre-memory South Bridge initialization is started
    FF - means nothing
    2B - Memory initialization. Serial Presence Detect (SPD) data reading
    3B - Post-Memory South Bridge initialization is started
    37 - Post-Memory North Bridge initialization is started
    36 - CPU post-memory initialization. System Management Mode (SMM) initialization
    70 - South Bridge DXE initialization is started
    60 - DXE Core is started
    72 - South Bridge devices initialization
    B2 - Legacy Option ROM Initialization <--- possible Graphics Card Problem too
    92 - PCI Bus initialization is started
    99 - Super IO Initialization
    52 - Memory initialization error. Invalid memory size or memory modules do not match
    54 - Unspecified memory initialization error
    55 - Memory not installed
    56 - Invalid CPU type or Speed
    the Red area is a very bad set of codes as they are mainly Memory and CPU issues
    your some times codes are all DXE IPL is started
    ok from that track of codes it looks to me like either a memory problem (MOST LIKELY) or CPU not Supported problem!
    ok so Read this>>>> >>Posting Guide<< and give us the parts in your Build and exactly what memory and CPU you have?
    also what is the Serial Number of your motherboard (Leave off the last 3 Digits if you do not want to give the full one)? ----- NOTE: its either on the rear of the board or on the UPC label on the Motherboard Box or both!

  • MSI MPower B2 debug code

    I have boot problem.
    New Mpower board with i7-3770K, Crucial Ballistic Tac, 2x8GB, Silent Pro M2 620W.
    I have B2 debug code when booting with onbord GPU.
    Boot is OK with my old Asus GPU card.

    ok if i was you i would take the CPU out of the socket and look at the contact pads for connection marks on them with a magnifier and strong light!
    if any pads are missing a contact mark or one has 2 you have a location to look if the pins are bent in that area where it sits.
    if all checks out and all seem to have connected to the pads then i would hazard a guess and say that something is seriously wrong with the board!

  • MSI MPower Debug Codes 4F, 55, 56 [HELP]

    So, I just went into the BIOS this morning, just lookin around on settings and disabled a few (Intel VT), and some other stuff that was unneeded.
    I booted into Windows, everything was normal, and then as I type my password to the login screen, it just turns off. I was like "hmm okay, maybe shouldn't have turned that off"
    I boot my computer again. This time there was no signal on the monitor. I thought that I should open my case to check the debug codes. When I boot my pc it just keeps an ongoing loop of 4F, 55, 56.
    I tried switching the BIOS to the 2nd one. The result was worse; it just made a restart loop(the other one doesn't restart, just loop those boot code).
    So now Im kinda screwed :/ - Any suggestions?
    - Note I also tried to do a CMOS reset on both BIOS

    A number of MPower boards. MPower what platform?
    Insufficient information.
      >> Posting Guide <<
      >> Status Codes <<

  • Dont compile debug code

    How to set that visual studio do not include code if it is in #if DEBUG statment? When i decompile exe there is debug code....

    @aivarinns
    I am writing to check the status of the issue on your side. 
    Would you mind letting us know the result of the suggestions?
    If you need further assistance, please feel free to let me know.  
    I will be more than happy to be of assistance. 
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • IE debug code needed....

    Hey, I figured out how to create a nice menu using spry assets...real basic. Looks fantastic in Google Chrome. Looked at it in Internet Explorer and...ick! The background is supposed to be transparent, not white and the font should be more refined.
    I'm sure there is some IE debugging code, but I haven't a clue where to begin to look. Any Ideas?
    Here's the link to the site:
    http://chameleoninteractive.net/
    Thank you!!
    Samantha

    Which version of IE did you use?
    You would surely want to fix these before serious debugging....
    http://validator.w3.org/unicorn/check?ucn_uri=http://chameleoninteractive.net/&ucn_task=co nformance

  • A2 debug code when booting

    my PC runs flawlessly.. but i always get an A2 debug code in the bottom right of my monitor when i turn it on, just before the bios splash screen. I'm a bit curious on what this code means? If somebody can clarify for me i'd greatly appreciate it
    specs:
    i5 4690k w/ hyper 212 evo
    z97 gaming 5 v1.5
    corsair vengeance 2x4gb
    gtx 760 evga

    Quote from: flobelix on 13-September-14, 18:13:30
    The codes indicate the steps the booting process goes through. When it stops at a certain point (and won't continue) that helps to troubleshoot. A2 is IDE Detect so initialization of your drives. As the boot process goes on everything is fine.
    thanks for clearing that up
    one more query, action centre notfied me that there is a new driver for my chipset.. where do i download this and what are the steps?

  • Debug code 70 , mpower z87

    Hi,
    yesterday a friend of mine bought the mpower z87 mobo and
    everything was fine until today.
    The debug leds show the code 70 and the video output doesn't come out.
    I'm really desperate and sad for him, I dont know what to do.
    The configuration is:
    msi mpower z87
    i5 4670k
    corsair cx750
    samsung evo 840
    msi gtx 770 lightning

    thanks for the reply.. but I knew that the 70 code means Late South Bridge Inizialization
    but I didn't know what does it mean .
    Anyway we tried with only 1 RAM plugged and the debug code sometimes is A2 (Ide detected) sometimes A0 or A3.
    With 2 RAMs the code is 99 (Super IO Inizialization).
    We also tried to unplug the video card and the hdd and do the CMOS, with no results    .
    little update:
    the computer now turns on but after 3 mins turns itself off...

Maybe you are looking for

  • I am trying to create a new ods ?

    hi all, Can anyone help me out. i am trying to create a new ods. Where in i have characteristics and keyfigures. In ods we have - data fields / key fields. 1. can data fields can contain characteristics and keyfigures 2. can key fields can contain ke

  • Adding new item in SAP logon

    Hi, when adding a new item in SAP GUI, we get an option for the connection type------ Custom application server Group/Server selection On selection the Group/Server selection we need to add the System ID, Message server, SAP Router and Group/Server.

  • Source of supply for material

    Hi! Is it possible to have the supplier defaulted based on the inforecord when I enter a material number in the shopping cart? If possible, is there a difference between classic and extended classic in this case? Regards SF

  • OAM log in

    I am trying to log into OAM using my apps username/password, is this not possible. I am quite new to EBS

  • SAP + Primavera Integration

    Dear All, Can anybody provide any tutorial , methodology or details of integration of Primavera with SAP ? What are the benefits of this integration? Is there any institute in india providing training on this part ? Thanx in advance. Regards,