Skip to main content
Inspiring
March 8, 2019

P: Synchronize Folder hangs

  • March 8, 2019
  • 26 replies
  • 2305 views

Lightroom Classic CC, latest version, freezes when I use "Synchronize folder" and have the "show import dialog before continuing" option selected. (Not only does it freeze but it ends up using a ton of CPU, more than 200% per Activity Monitor, and the fans start going like crazy.)

Lightroom synchronizes the folder just fine when I DON'T have that option selected, but I need to be able to use that option. The problem occurs whether or not the "scan for metadata updates" option is selected.

I'm on a Macbook Pro, latest version of Mojave. In Lightroom, the issue occurs for me in the latest version of Lightroom Classic CC. Per a different forum post in which someone solved their problem by downgrading to v 7.5, I tried that but the problem remains.

I did NOT have the problem in Lightroom 6 (from 2015), which was what I was using until just recently when I got a new computer and needed to upgrade my OS. I'm still trying to get back up and running with Lightroom on the rebuilt system, and this problem is keeping me from moving forward.

I've tried resetting preferences to no avail.

This is a folder with a lot of images (more than 15,000). Do I just need to give it all day to run for the first time or something? There are only 26 images in the folder that have changed.

26 replies

luigiputanesca
Participant
May 20, 2025

I had the same problem. Tried to synchronize a folder and it crashed Lightroom without showing the thumbnail image. Found a workaround that solved the problem for me. With the thought that maybe something got corrupted in the lightroom file system I did the following all within the Lightroom program:

 

1. Created a new folder. (I renamed the old folder so I could keep the previous name on my new folder)

2. Moved all the images from the old folder to the new folder. This was about 3,700 images.

3. Then did a synchronize on the original folder and I was able to import the single missing file successfully.

4. Finally, copied the new file into my new folder and removed the old folder.

Mike_Philp
Participant
November 20, 2022

A big thank you to Rikk Flohr. I had a problem where the "Synchronise Folder" function would cause Lightroom Classic to hang which was very irritating. I came across Rikk's suggestion the reset the Preferences and "bingo" problem has been solved.

Inspiring
September 27, 2022

More details about this persistent issue...

 

I had a folder with about 3000 images. The problem appeared after I added the last few hundreds. I split the folder into multiple subfolders, each one containing no more than 600-700 images (same images, no change). The problem disappeared.

 

1. The problem is not tied to any technical issue with one of these images but rather to the number of images being processed (that is, compared).


2. For each synchronization, I only added about 20-30 images to the initial folder. All the images already present had been already processed and their preview was present. So, it shouldn't be a memory problem since only a few image previews have to be generated. And I have a lot of memory available on my system.

 

Hmm! Looks like a stack overflow problem. I guess that LR has to compare the new and already present images in order to detect duplicates and files of different types having the same names. I don't know how the comparison is being made but since LR crashes when doing this, I suspect a bug in the image list management.

 

Well, now back to my old obsession about LUA (the infamous language being used to develop the LR UI). I doubt that LUA is very appropriate for managing big lists the classical way by dynamically allocating memory for each item. I suspect that pre-dimensioned arrays are used to do this. And under certain circumstances, these arrays are probably too small and the code is not checking this. Otherwise I don't see why the synchronization process fails only when the number of images exceeds a certain limit (which appears to vary a lot depending on the user's system).

 

Just a guess.

--Patrick
Known Participant
September 4, 2022

I have excactly the same problem (Windows 10, LR 11.5).

It never happened before, and now after several successful synchronize with show import dialog, it happened suddenly. Tried to restart LR, Windows, but now I can only synhronize without the show import dialog. All was ok as long as the folder had less than approx. 2000 files.

Bernard

Participant
October 17, 2021

resetting preferences didn't work for me

 

win 10

lightroom classic 10.4

 

using folder on external USB drive

Known Participant
August 10, 2021

Same problem here on MacOS. This is extremely frustrating.

Inspiring
August 5, 2021

My culprit was android phone connected to PC via usb. When I disconnected it, import dialog and sync folder started working again.

Inspiring
February 17, 2021

Confirmed. Unfortunately. Very annoying bug.

--Patrick
Inspiring
February 17, 2021

Still not fixed in V10.11 

Inspiring
October 25, 2020

Problem not fixed in version 10.

--Patrick