https://bugs.winehq.org/show_bug.cgi?id=48134 --- Comment #20 from Aexander <kq3thih(a)mailnesia.com> --- Well, that was fun. Apparently the prefix was not fond of being upgraded/downgraded during testing would permanently have the missing music even on older working versions. Additionally, I was a bit careless with the initial regression testing and wasted a bunch of my own time. At any rate, last working version on the devel branch was wine-4.10. Bisecting returns: --- snip --- aa4ac3ad6cd6d0324170b0b32d4bd50e239f7762 is the first bad commit commit aa4ac3ad6cd6d0324170b0b32d4bd50e239f7762 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jun 17 09:39:34 2019 +0200 oleaut32: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> dlls/oleaut32/Makefile.in | 2 ++ dlls/oleaut32/dispatch.c | 2 -- dlls/oleaut32/oleaut.c | 3 -- dlls/oleaut32/olefont.c | 13 ++++---- dlls/oleaut32/olepicture.c | 10 +----- dlls/oleaut32/recinfo.c | 9 +++-- dlls/oleaut32/safearray.c | 2 -- dlls/oleaut32/typelib.c | 82 ++++++++++++++++++++++------------------------ dlls/oleaut32/varformat.c | 39 ++++++++++------------ dlls/oleaut32/variant.c | 17 ++++------ dlls/oleaut32/vartype.c | 33 +++++++++---------- 11 files changed, 93 insertions(+), 119 deletions(-) --- snip --- Too many changes since to simply revert. Checking out wine-4.11 and then reverting there does result in a 4.11 build with working music. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.