Marcus Johnson
2013-Mar-24 17:46 UTC
[flac-dev] FLAC deletes file right after encoding bug.
I'm using flac 1.3.0pre2 on Windows 8 (not sure which git version, the exe was on the mailing list a few days ago) and right after I encode a 24 bit ~2 hour long flac file, to flac with -8 -e -p -V it creats a temp file called something like .flac`enc blah blah blah, it will finish making the file, verify it, then start encoding from the source file to the end file again after promptly deleting the temp file, looping the encoding seemingly for infinity (I always cancel it when I realize that it deleted the file.) What the hell? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130324/4f9b52e9/attachment.htm
Janne Hyvärinen
2013-Mar-24 18:52 UTC
[flac-dev] FLAC deletes file right after encoding bug.
On 24.3.2013 19:46, Marcus Johnson wrote:> I'm using flac 1.3.0pre2 on Windows 8 (not sure which git version, the > exe was on the mailing list a few days ago) and right after I encode a > 24 bit ~2 hour long flac file, to flac with -8 -e -p -V it creats a > temp file called something like .flac`enc blah blah blah, it will > finish making the file, verify it, then start encoding from the source > file to the end file again after promptly deleting the temp file, > looping the encoding seemingly for infinity (I always cancel it when I > realize that it deleted the file.) > > What the hell? >I don't remember seeing anything else linked than my compile that contained first early version of Unicode filename support code in it. The first implementation was bugged and has since been revised. Perhaps you could redownload http://www.saunalahti.fi/~cse/temp/flac-1.3pre2-mod.zip and give it a try (it was updated on March 19).