troubleshooting

Running darktable with Lua debugging enabled provides more information about what is occurring within the scripts.

๐Ÿ”—Snap

Open a terminal and start darktable with the command snap run darktable -d lua. This provides debugging information to give you insight into what is happening.

๐Ÿ”—Linux

Open a terminal and start darktable with the command darktable -d lua. This provides debugging information to give you insight into what is happening.

๐Ÿ”—MacOS

Open a terminal and start darktable with the command /Applications/darktable.app/Contents/MacOS/darktable -d lua. This provides debugging information to give you insight into what is happening.

๐Ÿ”—Windows

Open a command prompt. Start darktable with the command "C:\Program Files\darktable\bin\darktable" -d lua > log.txt 2>&1. This provides debugging information to give you insight into what is happening.