dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.97k stars 1.71k forks source link

[Podcasts] [WinUI] System.AccessViolationException when manipulating images in a navigation page #8333

Open drasticactions opened 2 years ago

drasticactions commented 2 years ago

Description

https://user-images.githubusercontent.com/898335/175820699-b5df7874-39c7-4624-ac41-43abad8feb91.mp4

I am not sure if this is a MAUI issue or a WinUI one, or if the Podcast app needs to be updated. If you start playing a podcast and navigate between pages within the navigation view (I.E, go from the main collection of podcasts to a detail view) while a podcast is playing or stopped, the app will crash with a "System.AccessViolationException" error when trying to manipulate the player control image. It doesn't happen on Android or iOS.

Steps to Reproduce

  1. Run https://github.com/microsoft/dotnet-podcasts
  2. Open a podcast
  3. Navigate between pages within the view.

Version with bug

6.0.400 (current)

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

WinUI

Did you find any workaround?

No response

Relevant log output

No response

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.