[Bug 3853] Freelancer: music hangs

Wine Bugs wine-bugs at winehq.org
Sat Nov 19 18:12:11 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=3853





------- Additional Comments From willie at 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... 
 

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list