Lua Script wird in DT 5.4 nicht angezeigt

Hallo.
Leider Versuche ich verzweifelt die Lua Script Anzeige in Darktabel 5.4 angezeigt zu bekommen.

Habe schon mehrfach deinstalliert und neu installiert.
Bei den Einstellungen Lua Optionen habe ich beide Haken rausgenommen. Es wird leider nicht angezeigt.

Hoffe es kann mir jemand helfen.
Betriebssystem ist Windows.

Wollte das Script Sam2 testen.

Ich verzweifel.

Liebe Grüße

Hi, you’ll need to provide us more information.

Can you please check %LOCALAPPDATA%\Microsoft\Windows\INetCache\darktable\ for a log file and share it here?


Hallo, Sie müssen uns weitere Informationen zur Verfügung stellen.

Können Sie bitte unter %LOCALAPPDATA%\Microsoft\Windows\INetCache\darktable\ nach einer Protokolldatei suchen und diese hier teilen?

1 Like

Are all lua scripts not working or just the sam2 one… Or is it that you don’t see Lua scripting at all??

1 Like

Mir wird nicht einmal das Script Fenster angezeigt.

Could perhaps this thread help you to solve the problem? It’s Linux related but also applies to Windows

or

Starting darktable to create a lua related debug log works like this:

  • open a cmd from the Windows Start menu
  • from the cmd, launch darktable via
    <installation path>\darktable.exe -d lua
  • the log file will be stored in your Documents folder, you may then post it to this thread to get more assistance.
1 Like

Könnte das Problem lösen.Darktabel deinstalliert. Dann den Ordner Darktabel in AppData gelöscht. Neuinstallation und jetzt geht es

2 Likes

I recenlty watched his sam3 video and he mentions some bugs in the sam2 implementation so just check…one was not accounting for cropping so the mask generated would not match if you ran it from the cropped view…I think he has things set to turn things off that conflict now but just check to be sure that you have the latest version…

1 Like

Sorry for the trouble. I realized that, after making the video, this issue sometimes happens on Windows when we clone a Git repository into the Lua folder while the script manager is not installed yet. I need to modify the installation script so that it opens Darktable after installing Git.

Because the external raster mask module is designed to match the raw file’s sensor data, the mask must have the same orientation and proportion as the original raw file. As a result, I have to disable the orientation, cropping, lens‑correction, canvas, and framing modules before generating the mask. I think it works fine now, so I will update SAM 2 soon.

1 Like

Leider wird die Maske nur bei Bildern im Hochformat bearbeitet. Die Rastermaske welche dann entsteht wird im Querformat angezeigt. Was mache ich falsch?