http://bugs.winehq.org/show_bug.cgi?id=21373
--- Comment #46 from Stefan Reimer it@stefanreimer.de 2011-01-27 03:13:50 CST --- Additional note:
If you still experience crashes after applying the patch make sure you have at least version 1.12.3 of mpg123 as all version before that one have a memory access violation bug due to bugged alignment.
On my Gentoo box libmpg123.so.0.25.5 solved the crashes.
Another workaround seems to be enabling the malloc check in glib prior to start EVE.
export malloc_check_=1
Cheers, Stefan