http://bugs.winehq.org/show_bug.cgi?id=3853
------- Additional Comments From willie@froq.net 2005-19-11 18:12 ------- After removing the whole "if(osize < 4608)" check from winemp3/interface.c, the music works - sort of. It doesn't 'hang' anymore, but there are still noticeable glitches (sounds like underruns - but there are no fixmes, so I think the problem still comes from the codec itself). An added trace shows the osize (whatever that's supposed to be) to be 2916, but changing the check to "if(osize < 2816)" didn't fix the bug, the osize became 612...