fischerluebeck
Community Beginner
fischerluebeck
Community Beginner
Activity
‎Nov 18, 2024
12:29 AM
Sorry for the delay. The adobe employee that contacted me was unable to reproduce the crashes. Unfortunately, after the reinstallation of Lightroom Classic on the only one of our own Macs that reproduced the issue, we are also unable to reproduce it. I can confirm that the issue is still not fixed. We still get error reports from customers with the latest version of Lightroom Classic. We know that the issue does occur only on Macs with intel CPU (not Apple Silicon architecture). And we know that it does not occur on each start of Lightroom Classic and the Excire Search plugin, but like every second or third start. We tell our customers to try a restart of Lightroom Classic. This fixes the issue for a very few of them. If the crash occurs a user can restart Lightroom Classic in order to be able to use Excire Search, because the crash does not occur on every start.
... View more
‎Sep 15, 2024
11:24 PM
Thank you for the tip! We were able to reproduce the crash on one Intel Macbook. Re-installing Lightroom Classic solved the problem on this machine. Unfortunately, a re-installation does not solve it for all affected users. I am in contact with an employee of Adobe now who has our crash report.
... View more
‎Sep 06, 2024
01:49 AM
2 Upvotes
I am a developer of the Lightroom Classic plug-in Excire Seach (https://www.excire.com). The plug-in uses the function LrTasks.execute to start a background process. The plug-in has been used by many users for some years and this part always worked well.
Since version 13.5 of Lightroom Classic some Intel Mac users with the current macOS Sonoma experience the issue, that a subprocess of Lightroom Classic crashes (with a segmentation fault) when LrTasks.execute is called by the plug-in. It does not always crash but most of the times. LrTasks.execute returns the value 11.
The newest version 13.5.1 does not fix the issue.
I have attached the crash report generated by macOS (as txt because .ips is not supported to be uploaded).
The plug-in starts several LrTasks and interacts with the LrC catalog before it calls LrTasks.execute. I tried to write a very simple plug-in that does nothing but calling LrTasks.execute, but it does not reproduce the issue.
... View more