Comment 10 for bug 2049641

Revision history for this message
tmodes (tmodes) wrote :

The log file looks the same on my machine.

When processing the first file dcraw prints the used wb multiplier:
multipliers 1.832031 1.000000 1.646484 1.000000

These are parsed by hugin and passed to the second call of dcraw.
This works on my side:
Prozessiere: C:\Users\Thomas\Downloads\dcraw.exe -r 1.832031 1.000000 1.646484 1.000000 -v -4 -T "C:\date

But on your side the last 2 numbers are missing:
Prozessiere: C:\Program Files\Hugin\bin\dcraw.exe -r 1.832031 1.000000 -v -4 -T "D:\test\IMG_0002.CR2"

So my assumptions was that there were some hidden characters (ASCII <32), which confuses the parsing. But the log looks normal without hidden characters.

(The parsing is very simple: all characters behind the word multipliers up to the line end are used to construct the second dcraw call.)

Sorry, but currently I have no further idea what to check.