View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011820 | MMW v4 | Codec | public | 2014-01-31 03:25 | 2014-03-14 01:46 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Product Version | 4.0.7 | ||||
Target Version | 4.1.1 | ||||
Summary | 0011820: MP3: Corrupted MP3 Frames and Missing Header can crash MMW | ||||
Description | Some MP3 files that contains corrupted frames and no header can result in MMW crash. Analyzing MP3 File and it header and passing thru VBRFIX application resulted in playable MP3 file. Original, corrected, VBRFix and its log are uploaded to FTP. | ||||
Additional Information | NAK-505847 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
As tested in ticket by Ludek And Martin I can confirm same behavior in both 4.0.7 and 4.1 while in_wmp3.dll play the file. |
|
The problem is in WM layer we use for MP3 playback, it cannot handle this corrupted file. It fails to open the file with the error NS_E_FILE_INIT_FAILED (unable to initialize a file). I am not sure, if we could do something with this. In_dsmp2 plugin uses DirectShow for playback and it can handle this file better, that is why it plays it. I cannot reproduce any crash during playback attempts, it works correctly for me, "only" cannot play the file. |
|
Peke, do we have some logs from the crash? Do you reproduce it regularly? |
|
I've done revision of an bug, this is currently not fixable. I'll open few new bugs to make MMW better handle such issues. |