Nikon: a specific raw sample wanted.

I just noticed that some of my files are broken. Definitely they worked before. Sample — _DSC0395.NEF (33.0 MB)

Hi,

I have some, at least the first with no people in, D5500. From darktable 2.4.4:

[rawspeed] (_DSC6849.NEF) void rawspeed::HuffmanTable::setCodeValues(const rawspeed::Buffer&), line 176: Corrupt Huffman. Code value 92 is bigger than 16
[temperature] `NIKON CORPORATION NIKON D5500' color matrix not found for image
[temperature] failed to read camera white balance information from `_DSC6849.NEF'!
[rawspeed] (_DSC7011.NEF) void rawspeed::HuffmanTable::setCodeValues(const rawspeed::Buffer&), line 176: Corrupt Huffman. Code value 92 is bigger than 16

find -iname \*.nef -print0 | sort -z | xargs -0 exiftool -compression* -nefcompression -bitspersample
======== ./_DSC6749.NEF
Compression                     : Nikon NEF Compressed
NEF Compression                 : Lossy (type 2)
Bits Per Sample                 : 14
======== ./_DSC6849.NEF
Compression                     : Nikon NEF Compressed
NEF Compression                 : Lossy (type 2)
Bits Per Sample                 : 14
======== ./_DSC7011.NEF
Compression                     : Nikon NEF Compressed
NEF Compression                 : Lossy (type 2)
Bits Per Sample                 : 14
======== ./_DSC7012.NEF
Compression                     : Nikon NEF Compressed
NEF Compression                 : Lossy (type 2)
Bits Per Sample                 : 14
    4 image files read

Is this still needed?