davidbritch/dotnet-maui-audioplayer

Control button causes unhandled win32 exception

avalanchis opened this issue · 0 comments

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.

image

Steps to reproduce:

  1. Run the AudioDemos project in Visual Studio.
  2. Choose the "Play web audio" option.
  3. 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.