Open Sam-MJ opened 2 months ago
WOODMisc-U87_Mandolin-Wood Taps Hits_jdr3_001.wav
It looks like this is an RF64 file, not a RIFF file!
In the logger it puts:
Write: file name input path -> file name output path Write: file name input path -> Not a riff file
The file is created without the proper metadata and skips maximum file length to append check Then it also throws this error.
The thrown error should stop the file from being created in the first place. I expect something is incorrect with my Try: Catch statements.
Try: Catch statements are fixed in 1.3.2.
If a file causes an error at the metadata reading stage the file is deleted and an error is added to the GUI and report.
Input data
WOODMisc-U87_Mandolin-Wood Taps Hits_jdr3_001.wav
It looks like this is an RF64 file, not a RIFF file!
Error
In the logger it puts:
Write: file name input path -> file name output path Write: file name input path -> Not a riff file
The file is created without the proper metadata and skips maximum file length to append check Then it also throws this error.
Expected behaviour
The thrown error should stop the file from being created in the first place. I expect something is incorrect with my Try: Catch statements.