$ flac -8 -f -V *.flac
flac 1.3.2
Copyright (C) 2000-2009 Josh Coalson, 2011-2016 Xiph.Org Foundation
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
Adams.flac: ERROR: while decoding FLAC input, state = FLAC__STREAM_DECODER_ABORTED
Adams.flac: ERROR: mismatch in decoded data, verify FAILED!
Absolute sample=2472834, frame=603, channel=1, sample=2946, expected -32761, got -180089
In all known cases, verify errors are caused by hardware problems,
usually overclocking or bad RAM. Delete 01. Adams.flac.tmp,fl-ac+en'c
and repeat the flac command exactly as before. If it does not give a
verify error in the exact same place each time you try it, then there is
a problem with your hardware; please see the FAQ:
http://xiph.org/flac/faq.html#tools__hardware_prob
If it does fail in the exact same place every time, keep
Mr Cayne I Presume.flac: ERROR: while decoding FLAC input, state = FLAC__STREAM_DECODER_ABORTED
Mr Cayne I Presume.flac: ERROR: mismatch in decoded data, verify FAILED!
Absolute sample=1220440, frame=297, channel=1, sample=3928, expected 29889, got 229057
In all known cases, verify errors are caused by hardware problems,
usually overclocking or bad RAM. Delete 15. Mr Cayne I Presume.flac.tmp,fl-ac+en'c
and repeat the flac command exactly as before. If it does not give a
verify error in the exact same place each time you try it, then there is
a problem with your hardware; please see the FAQ:
http://xiph.org/flac/faq.html#tools__hardware_prob
If it does fail in the exact same place every time, keep
Tension.flac: ERROR: while decoding FLAC input, state = FLAC__STREAM_DECODER_ABORTED
Tension.flac: ERROR: mismatch in decoded data, verify FAILED!
Absolute sample=2050923, frame=500, channel=1, sample=2923, expected 31167, got 112319
In all known cases, verify errors are caused by hardware problems,
usually overclocking or bad RAM. Delete 17. Tension.flac.tmp,fl-ac+en'c
and repeat the flac command exactly as before. If it does not give a
verify error in the exact same place each time you try it, then there is
a problem with your hardware; please see the FAQ:
http://xiph.org/flac/faq.html#tools__hardware_prob
If it does fail in the exact same place every time, keep
All problem files you can download here: https://drop.me/BZ3zjj
Have you checked (as the error message says) that these errors always appear in the exact same spot?
Never mind, I was just able to reproduce this. Will investigate
It turns out these files have samples that exceed the range offered by 16-bit signed integers. I don't know how these FLAC files came to be, but they are invalid. I'm not yet sure how this is best handled (there's no way to really fix this) but there is already a patch to prevent these files from being created in the future: https://github.com/xiph/flac/pull/273
Another patch for decoding can be found here: https://github.com/xiph/flac/pull/283