https://bugs.winehq.org/show_bug.cgi?id=42361
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Component|-unknown |winemp3.acm
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- Confirming in Wine 2.0. The problem seems to be inside winemp3.acm.
The function mpg123_read returns -10 meaning MPG123_NEED_MORE for the LAME file, while it returns -11 meaning MPG123_NEW_FORMAT for the gogo file. There is a loop there to keep reading data but something is not happening as it should.
http://source.winehq.org/source/dlls/winemp3.acm/mpegl3.c#0178