http://bugs.winehq.org/show_bug.cgi?id=7336
------- Additional Comments From sagar.mittal+wine@gmail.com 2007-25-02 11:15 ------- Morrowind tries to use DirectShow (implemented in dlls/quartz) to play back the mp3 but Wine's Directshow implementation doesn't support mp3.
So, why not add support for MP3 in DirectShow, you ask? Well, DirectShow doesn't work at all right now; ever since commit 13163349521e50e7039e188a22b6a814dcfcfc37 "ntdll: Add a few more free list entries to the heap". Also, Morrowind tries to use the IMediaPosition interface, which isn't implemented in Wine either.
There may be more roadblocks, but those are the ones I've run into so far.