Control button causes unhandled win32 exception
avalanchis opened this issue · 0 comments
avalanchis commented
I'm running the AudioDemos from Visual Studio 2022 on Windows 10 and I'm encountering an unhandled exception when I select the Pause button on the Audio control. It also happens when I hit the Play button.
I see the following error message:
A debugger is attached to AudioDemos.exe but not configured to debug this unhandled exception. To debug this exception, detach the current debugger.
Steps to reproduce:
- Run the AudioDemos project in Visual Studio.
- Choose the "Play web audio" option.
- Select the Pause button.
I'm running Windows 10 21H2 (OS Build 19044.2006) and Visual Studio 2022 (17.4.3).
I can set breakpoints in the program which get hit as expected.