Issue
In Lightroom, after you upgrade to Windows 10 you get the error ‘Unexpected error opening catalog’ when you try to open a catalog.
Solutions
Solution 1: Install the Microsoft Visual C++ Redistributable 2012
- For instructions, see: Error in MSVCR110.dll opening apps in Windows 10
Solution 2: Run Lightroom as an Administrator.
- Open the Program Files/Adobe/Adobe Lightroom folder.
- Right-click on the Lightroom.exe file.
- Choose Run as administrator.
Solution 3: Change the permissions on your catalog’s folder.
- Select the folder your catalog is in. By default, this is your Pictures/Lightroom folder.
- Right-click on that folder.
- Choose Properties > Security > Edit.
- Select your user name in the Group or user names section. and click Full Control under Permissions.
- Click Apply, then click OK out of all the dialog boxes.
When I try to open Lightroom Classic I get the Following Error: Unexpectrd Error Opening Catalog The catalog could not be opened due to an unecpected Error /»Try Again»/»Choose a Different Catalog»/»Exit.» I tried «Try Again» with no luck so I tried «Choose a Different Catlog,» a Window opens giving me the option to «Choose a Different Catalog» / «Create a New Catalog» or «Open» the Lightroom Catalog.Ircat listed. It doesn’t open so I tried «Choose a Different Catalog;» another window opens with a list of Folders; Lightroom Catalog Helper.lrdata, Lightroom Catalog Previews.lrdata and Lightroom Catalog Smart Previews.Irdata and a Dozen Lightroom Catalogs. I tried opening the folders, but they just keep opening to other folders til I get to an empty one. So I tried opening the Catalogs and get the Same Error: Unexpectrd Error Opening Catalog / The catalog could not be opened due to an unecpected Error / «Try Again» / «Choose a Different Catalog» / «Exit.» The only other option is to «Create a New Catalog» which I tried, if I choose an existing catalog it asks if I want to replace the existing one, but I get «Cannot replace…» when I try to Create a new one a window opens giving me the option to choose a file from my pictures, but doesn’t let me create one. I get the same Error no matter what I choose. If anyone else experienced this and was able to fix it I’d appreciate Any Help. I’ve attached a Lightroom Catalog, maybe someone can open it or let me know why I can’t. Thanks.
[Moved from Community Help (which is about the forums) to a better forum… Mod]
[Moving from generic Start/Help forum to the specific Program forum… Mod]
[To find a forum for your program please start at https://community.adobe.com/]
When I try to open Lightroom Classic I get the Following Error: Unexpectrd Error Opening Catalog The catalog could not be opened due to an unecpected Error /»Try Again»/»Choose a Different Catalog»/»Exit.» I tried «Try Again» with no luck so I tried «Choose a Different Catlog,» a Window opens giving me the option to «Choose a Different Catalog» / «Create a New Catalog» or «Open» the Lightroom Catalog.Ircat listed. It doesn’t open so I tried «Choose a Different Catalog;» another window opens with a list of Folders; Lightroom Catalog Helper.lrdata, Lightroom Catalog Previews.lrdata and Lightroom Catalog Smart Previews.Irdata and a Dozen Lightroom Catalogs. I tried opening the folders, but they just keep opening to other folders til I get to an empty one. So I tried opening the Catalogs and get the Same Error: Unexpectrd Error Opening Catalog / The catalog could not be opened due to an unecpected Error / «Try Again» / «Choose a Different Catalog» / «Exit.» The only other option is to «Create a New Catalog» which I tried, if I choose an existing catalog it asks if I want to replace the existing one, but I get «Cannot replace…» when I try to Create a new one a window opens giving me the option to choose a file from my pictures, but doesn’t let me create one. I get the same Error no matter what I choose. If anyone else experienced this and was able to fix it I’d appreciate Any Help. I’ve attached a Lightroom Catalog, maybe someone can open it or let me know why I can’t. Thanks.
[Moved from Community Help (which is about the forums) to a better forum… Mod]
[Moving from generic Start/Help forum to the specific Program forum… Mod]
[To find a forum for your program please start at https://community.adobe.com/]
Доброго времени суток, дорогие читатели. Не многие пользователи знают, но Adobe Lightroom использует для хранения данных каталог. В этой статье мы подробнее расскажем, что это такое, а также расскажем, как его восстановить, в случае каких-либо неполадок.
Что такое каталог в Adobe Lightroom
Начнем с того, что познакомим вас с самим определением каталога. Говоря простыми словами и не вдаваясь в подробности, каталог – это собственная база данных программы, в которой будут храниться уже готовые превью. Данный файл имеет разрешение «.Ircat». Вместе с этим файлом будет храниться еще одна папка с аналогичным разрешением. Именно в ней и будут храниться все сгенерированные превью.
Если неполадки возникли с папкой, в котором хранятся превью – не страшно. Имея доступ к каталогу, вы всегда сможете их восстановить. А вот если забагал каталог – то это уже серьезная проблема. Не зря Adobe Lightroom постоянно подсказывает вам о том, что вам нужно делать бэкап каталога (тог самого, в формате Ircat).

Что касается непосредственно каталога, то забагать он может по разным причинам. Чаще всего причиной тому служит повреждение файлов на флешке, либо же ошибки в работе пользователя. Реже каталог может перестать открываться из-за сбоев в работе самой программы, либо же из-за сбоя в Windows. Именно поэтому опытные профессионалы рекомендуют постоянно делать резервные копии данных.
Однако, если копии у вас нет, а сбой произошел, то и в этом случае есть выход.
Как восстановить каталог
Как мы уже сказали выше, каталог в Lightroom – это своеобразная база данных, имеющая формат SQL. Соответственно, его можно будет открыть с помощью программы, способной обрабатывать этот формат. Сделать это можно по следующей ссылке: https://www.sqlite.org/download.html.

Обратите внимание, что все файлы, предоставленные в списке, имеются в 2 вариациях: для 64 или для 32 разрядного Windows. Вам нужно будет скачать 4 файла, после чего положить их в новую, созданную вами, папку: sqldiff.exe, sqlite3.def, sqlite3.dll, sqlite3.exe, sqlite3_analyzer.exe.
В эту же папку положите файл с расширением «.ircat», который является поврежденным и который у вас не получается открыть в Lightroom.
Далее вам нужно будет в этой папке создать текстовый документ. В нем пропишите следующие значения:
echo .dump | sqlite3 LR.lrcat > temp.sql
sqlite3 -init temp.sql LRnew.lrcat
Примечательно, что вместо «LR.lrcat» вы должны поставить название файла, который нужно восстановить, а «LRnew.lrcat» – это название уже нового каталога.

Обратите внимание, что данный текстовый документ у вас в формате «txt». Вам же нужно изменить его на «.bat». Этот файл вы должны будете поместить в Lightroom, после чего каталог сможет его открыть.
На этом наша статья подходит к концу, всем удачи и до новых встреч.