Maui icon indicating copy to clipboard operation
Maui copied to clipboard

[BUG] Media Element Multi-Window Page crash on app exit

Open ne0rrmatrix opened this issue 4 months ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

  • [X] I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug

Current Behavior

When exiting sample app after navigating to Media element MultiWindow page the app will crash on exit. Leaving the page has no impact on behaviour. Visiting the page is enough to cause the crash.

Expected Behavior

When exiting the app it should not crash.

Steps To Reproduce

  1. Open sample app
  2. Navigate to media element multi Page sample
  3. either exit app or leave page and exit app.
  4. App will crash on exit

Link to public reproduction project repository

https://github.com/CommunityToolkit/Maui/tree/main/samples

Environment

- .NET MAUI CommunityToolkit:Current Main
- OS: Windows 10 Build 10.0.19041.0
- .NET MAUI:8.0.71

Anything else?

Setting .UseMauiCommunityToolkit(static options => { options.SetShouldEnableSnackbarOnWindows(false); }) will mitigate this issue and stop it from occurring. This is a hacky workaround for those needing to test with media element in multi window environment and just need it to not crash for now.

StackTrace:

   at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|39_0(Int32 hr)
   at ABI.Microsoft.Windows.AppNotifications.IAppNotificationManagerMethods.Unregister(IObjectReference _obj)
   at Microsoft.Windows.AppNotifications.AppNotificationManager.Unregister()
   at CommunityToolkit.Maui.Options.<>c.<SetShouldEnableSnackbarOnWindows>b__22_4(Window _, WindowEventArgs _) in C:\Users\James\source\repos\MauiOld\src\CommunityToolkit.Maui\Options.cs:line 77
   at Microsoft.Maui.MauiWinUIWindow.<>c__DisplayClass10_0.<OnClosed>b__0(OnClosed del)
   at Microsoft.Maui.LifecycleEvents.LifecycleEventServiceExtensions.InvokeLifecycleEvents[TDelegate](IServiceProvider services, Action`1 action)
   at Microsoft.Maui.MauiWinUIWindow.OnClosed(Object sender, WindowEventArgs args)
   at Microsoft.Maui.MauiWinUIWindow.OnClosedPrivate(Object sender, WindowEventArgs args)
   at WinRT._EventSource_global__Windows_Foundation_TypedEventHandler_object__global__Microsoft_UI_Xaml_WindowEventArgs_.EventState.<GetEventInvoke>b__1_0(Object sender, WindowEventArgs args)
   at ABI.Windows.Foundation.TypedEventHandler`2.Do_Abi_Invoke[TSenderAbi,TResultAbi](Void* thisPtr, TSenderAbi sender, TResultAbi args)

Crash report:

'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\CommunityToolkit.Maui.Sample.dll'. Symbols loaded.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\WinRT.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Numerics.Vectors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.WinUI.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Windows.SDK.NET.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Security.Cryptography.Algorithms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Security.Cryptography.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.InteractiveExperiences.Projection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Linq.Expressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Reflection.Emit.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'Snippets'. 
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Essentials.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Controls.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.DependencyInjection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Graphics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\CommunityToolkit.Mvvm.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\CommunityToolkit.Maui.dll'. Symbols loaded.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\CommunityToolkit.Maui.Core.dll'. Symbols loaded.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\CommunityToolkit.Maui.Markup.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\CommunityToolkit.Maui.Camera.dll'. Symbols loaded.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\CommunityToolkit.Maui.MediaElement.dll'. Symbols loaded.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\CommunityToolkit.Maui.Maps.dll'. Symbols loaded.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Controls.Xaml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Http.Resilience.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Logging.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Logging.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Configuration.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Xml.ReaderWriter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Net.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Options.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Diagnostics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Polly.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Polly.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.Diagnostics.ExceptionSummarization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Collections.Immutable.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Extensions.DependencyInjection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Controls.Compatibility.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Runtime.Loader.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Maps.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Controls.Maps.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Graphics.Canvas.Interop.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Users\James\source\repos\MauiOld\samples\CommunityToolkit.Maui.Sample\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Windows.AppNotifications.Projection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\Microsoft.Win32.Registry.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'c:\program files\microsoft visual studio\2022\community\common7\ide\commonextensions\microsoft\xamldiagnostics\Mobile\Microsoft.Maui.Controls.HotReload.Forms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'c:\program files\microsoft visual studio\2022\community\common7\ide\commonextensions\microsoft\xamldiagnostics\Mobile\Microsoft.VisualStudio.DesignTools.MobileTapContracts.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'c:\program files\microsoft visual studio\2022\community\common7\ide\commonextensions\microsoft\xamldiagnostics\Mobile\Microsoft.VisualStudio.DesignTools.TapContract.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.IO.Pipes.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Runtime.Serialization.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Private.DataContractSerialization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Runtime.Serialization.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Runtime.Serialization.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'Anonymously Hosted DynamicMethods Assembly'. 
OnAppearing: Views
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Runtime.Intrinsics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
OnDisappearing: Views
OnAppearing: MediaElementMultipleWindowsPage
'CommunityToolkit.Maui.Sample.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.8\System.Diagnostics.TraceSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
OnDisappearing: MediaElementMultipleWindowsPage
Exception thrown: 'System.Runtime.InteropServices.COMException' in WinRT.Runtime.dll
WinRT information: Element not found. ```

ne0rrmatrix avatar Oct 05 '24 14:10 ne0rrmatrix