Skip to main content
Participant
July 30, 2023
Question

LR Plugin - My plugin crashed when I updated my Lightroom version to 12.4 before using 12.2.1.

  • July 30, 2023
  • 1 reply
  • 108 views

When I use the plugin from Lightroom v12.2.1, LrDialogs.message("Warning Select folder!", "Please select a folder in Select Folder first!", "warning") still works and shows normally. But when I update my Lightroom version to version 12.4, LrDialogs.message("Warning Select folder!", "Please select a folder in the Select Folder before!", "warning") doesn't work as before. How to fix it?

 

This topic has been closed for replies.

1 reply

johnrellis
Legend
July 30, 2023

What happens (or doesn't happen) when it "doesn't work as before"?   I recommend you use a debugger to see if the plugin execution is even reaching that point -- see my Debugging Toolkit or the Zerobrane IDE. The Toolkit is lighter weight with fewer features, but it better understands LR's task architecture and it has a better pretty printer for structured values.