Player creates .wav files of 0 bytes - Printable Version +- eXtream Software Development Forum (https://www.extreamsd.com/forum) +-- Forum: Apps (https://www.extreamsd.com/forum/forum-4.html) +--- Forum: USB Audio Player PRO (https://www.extreamsd.com/forum/forum-22.html) +---- Forum: Bug reports (https://www.extreamsd.com/forum/forum-14.html) +---- Thread: Player creates .wav files of 0 bytes (/thread-690.html) |
Player creates .wav files of 0 bytes - Tolik - 04-21-2018 If a .cue file contains a line by mistake: FILE "filename.wav" WAVE (instead of "filename.flac") and the filename.wav does not exist then the player creates filename.wav with size 0 bytes! No error message appears. Player should NEVER create or change audio files! RE: Player creates .wav files of 0 bytes - Tolik - 04-21-2018 It would be nice to play filename.flac (or filename.ape, etc.) even when .cue contains "filename.wav" because this mistake happens quite often. But error message "filename.wav not found" would be also ok. RE: Player creates .wav files of 0 bytes - dwrae - 05-01-2018 We cannot reproduce it. Is this on local storage or network? RE: Player creates .wav files of 0 bytes - Tolik - 05-03-2018 Retested on 4.3.0 1. No problem on local folder: no file is created, error message appears 2. If network share has full access for Everyone (Windows 7) then empty file .wav is created, no error message 3. If network share has read-only access then just nothing happens Cue file is: Code: FILE "Image3_12.wav" WAVE RE: Player creates .wav files of 0 bytes - Tolik - 06-02-2018 Did you reproduce it? May I help you further? |