I think it’s the system itself, check this path and it’s normal. \
I did a search of all the files on the computer.
darktable-log.txt
log.txt
There are no such files. Hidden files are enabled.
Log is not created by simple commands from FAQ
I sense you’re close to a solution.
No, not really. I could submit my log, but it is up to others to obtain any insights from this.
To be honest, I’m a little surprised. You first need to navigate to the right folder in the console. You told paperdigits, you ran darktable.exe -d common
and darktable launched. How did you do this? So I assumed you knew where to run the command.
So, let’s start the console as admin:
Now navigate to the folder:
From there, we launch darktable with -d all >log.txt
:
Then, get the log.txt:
In Two Words it says path error…
darktable.exe -d common
and other options I typed in Start Menu> in the search bar, it automatically brings up everything written in CMD. Your queries I entered by hand…
Look exactly what I did here:
To change directory: cd c:\program files\darktable\bin
- A small shared victory.
Hello! I send Log * Ty
Looking at the provided log exactly this information is missing. Using the current version of dt the log starts like this example :
darktable 4.9.0+1245~g99ea7183f1
Copyright (C) 2012-2024 Johannes Hanika and other contributors.
Compile options:
Bit depth -> 64 bit
Debug -> DISABLED
SSE2 optimizations -> ENABLED
OpenMP -> ENABLED
OpenCL -> ENABLED
Lua -> ENABLED - API version 9.4.0
Colord -> ENABLED
gPhoto2 -> ENABLED
GMIC -> ENABLED - Compressed LUTs are supported
GraphicsMagick -> ENABLED
ImageMagick -> DISABLED
libavif -> ENABLED
libheif -> ENABLED
libjxl -> ENABLED
LibRaw -> ENABLED - Version 0.22.0-Devel202403
OpenJPEG -> ENABLED
OpenEXR -> ENABLED
WebP -> ENABLED
See https://www.darktable.org/resources/ for detailed documentation.
See https://github.com/darktable-org/darktable/issues/new/choose to report bugs.
0.0336 [dt starting]
The dt version you use is obviously too old, logging the compile options has obviously been implemented later. I did not check this looking at the source code, but if you like, you could do it yourself at github (GitHub - darktable-org/darktable: darktable is an open source photography workflow application and raw developer).
Once again, in my opinion it makes no sense to mess around with an outdated dt version on an OS that has been outdated for years. This is a waste of time. Update or replace your OS, update dt to the current version.
Thanks for your help.
Someone said that you need to compile from 0 and gave a link but the link was not working, I read it before this forum.
Sorry you think so, but for me it has positive sides - further versions of vindows became more characteristic and less neutral. In parallel, I do sound and Windows 7 is a good middle ground, I have a lot of built-in plug-ins that can only be read in windows.
It looks like I have to do without the Luts module and use it in Gimp or rationalize the process in another way. I don’t consider it a weakness, I am maximally satisfied with the modules that are in my version.
Maybe someone has other ideas…
Hi!
Any ideas?
Could you dual boot or get a second hardrive or USB to run a current linux version and use that for when you want to use LUTS or DT. THen you could keep your win7 for your sound editing that you have established??
I am late to this conversation. @Bless has tried to execute:
C:\Program Files\darktable\bin>darktable.exe -d all >log.txt
That has two problems.
-
\bin>darktable.exe
should be\bin\darktable.exe
. -
The shell splits the path that contains a space, and trys to run a program called
C:\Program
. To avoid this, insert double-quotes around the entire path, like this:
"C:\Program Files\darktable\bin\darktable.exe" -d all >log.txt
He already posted a log.
Hi! Thanks, for the interesting thought but it’s too complicated a move, it’s easier to run gimp, or adapt the process in DT. Appreciate it.
Hi! Thank you for participating.
Hi. Would it help to find out additional details? Considering I’ve already posted the log. Thanks for joining us.
As already said (* Hello * Luts 3D * Windows 7 * No Module * Have G`mic * - #52 by pehar), the log you provided does not contain the information needed to decide if your dt version has been build with gmic support (compressed LUT) or not.
The log contains the seqeuence (lines 2415, 2416)
11,3456 [iop_load_module] loading `lut3d' from c:\Program Files\darktable\lib\darktable/plugins\liblut3d.dll
11,3526 [iop_load_module] failed to open `lut3d': 'c:\Program Files\darktable\lib\darktable/plugins\liblut3d.dll': Не найдена указанная процедура.
Не найдена указанная процедура. → The specified procedure was not found.
Your liblut3d.dll
does not contain lut3d
, so dt cannot show the module LUT 3D.