Sound stopped working - Windows 11

Get help for specific problems
Posts: 5
Joined: 16 Dec 2016

GaryK4

I'm not sure that the upgrade to windows 11 is when the issue started. But when running from the GUI, I don't get any sounds at all (compare, sync, etc). Under options, it will NOT play the test sound either. If I select browse and use the context menu to play, that works.
I downloaded 11.15 and that did not help. None of the other posts appear to have quite the same issue.
User avatar
Site Admin
Posts: 7506
Joined: 9 Dec 2007

Zenju

I'm not able to reproduce this on Windows 11, so it doesn't seem like a general issue. Unfortunately, the Windows PlaySound() function does not return error details on failure.
Posts: 5
Joined: 16 Dec 2016

GaryK4

OK, I will play with this. I wrote a quick program using the PlaySound() API. It does work on my Win10 surface pro, but NOT on my Windows 11 Desktop! If I find anything, I will let you know.
Posts: 5
Joined: 16 Dec 2016

GaryK4

I should have asked. Are you using the system32/winmm.dll ?
User avatar
Site Admin
Posts: 7506
Joined: 9 Dec 2007

Zenju

Yes, that is what PlaySound() is based on.
Posts: 5
Joined: 16 Dec 2016

GaryK4

Interesting: after the last major update for Windows 11 (Version 22H2), the sounds started working again.
My test program worked also.
Yea!!!