Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in Extensions page (formerly "Quickstart playground crash") #3859

Closed
crutkas opened this issue Sep 13, 2024 · 1 comment · Fixed by #3862
Closed

Crash in Extensions page (formerly "Quickstart playground crash") #3859

crutkas opened this issue Sep 13, 2024 · 1 comment · Fixed by #3862
Labels
Area-Extensibility Related to extensions In-PR This issue has a related PR Issue-Bug Something isn't working or needs investigation Resolution-Fix-Committed Fix is checked in, but may take 3-4 weeks before it's in a release

Comments

@crutkas
Copy link
Member

crutkas commented Sep 13, 2024

Dev Home version

0.1801.621.0

Windows build number

10.0.22631.4169

Other software

OS Build Version: 10.0.22631.4169.amd64fre.ni_release.220506-1250
.NET Version: .NET 8.0.8

Steps to reproduce the bug

  1. go to machine config
  2. click quickstart playground without a key
  3. click cancel
  4. click combo box in upper right
  5. click cancel

it crashed, unable to repro however

Expected result

Calling out: Kristen referenced oddity on stacktrace from event viewer as I was on quickstart playground but trace shows extension page

Actual result

Application: DevHome.exe
CoreCLR Version: 8.0.824.36612
.NET Version: 8.0.8
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.COMException (0x80004005): Unspecified error

Unspecified error

   at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|39_0(Int32 hr)
   at ABI.System.Collections.Specialized.NotifyCollectionChangedEventHandler.NativeDelegateWrapper.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
   at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
   at DevHome.ExtensionLibrary.ViewModels.ExtensionLibraryViewModel.GetInstalledPackagesAndExtensionsAsync()
   at DevHome.ExtensionLibrary.ViewModels.ExtensionLibraryViewModel.<OnExtensionsChanged>b__17_0()
   at CommunityToolkit.WinUI.DispatcherQueueExtensions.<>c__DisplayClass3_0.<<EnqueueAsync>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at DevHome.ExtensionLibrary.ViewModels.ExtensionLibraryViewModel.OnExtensionsChanged(Object sender, EventArgs e)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

Included System Information

CPU: 13th Gen Intel(R) Core(TM) i7-13700K
Physical Memory: 63.78GB (35.46GB free)
Processor Architecture: x64

Included Extensions Information

Extensions:
Microsoft.Windows.DevHome_0.1701.597.0_x64__8wekyb3d8bbwe (Core Widget Extension)
Microsoft.Windows.DevHome_0.1701.597.0_x64__8wekyb3d8bbwe (Hyper-V Extension)
Microsoft.Windows.DevHome_0.1701.597.0_x64__8wekyb3d8bbwe (Windows Subsystem for Linux Extension)
Microsoft.Windows.DevHome_0.1701.597.0_x64__8wekyb3d8bbwe (Git)
Microsoft.Windows.DevHomeGitHubExtension_0.1700.597.0_x64__8wekyb3d8bbwe (Dev Home GitHub Extension (Preview))
Microsoft.Windows.DevHomeAzureExtension_0.1200.597.0_x64__8wekyb3d8bbwe (Dev Home Azure Extension (Preview))
Microsoft.Windows.DevHomeGitHubExtension.Canary_0.1800.621.0_x64__8wekyb3d8bbwe (Dev Home GitHub Extension (Canary))
Microsoft.Windows.DevHome.Canary_0.1801.621.0_x64__8wekyb3d8bbwe (Core Widget Extension)
Microsoft.Windows.DevHome.Canary_0.1801.621.0_x64__8wekyb3d8bbwe (Hyper-V Extension)
Microsoft.Windows.DevHome.Canary_0.1801.621.0_x64__8wekyb3d8bbwe (Windows Subsystem for Linux Extension)
Microsoft.Windows.DevHome.Canary_0.1801.621.0_x64__8wekyb3d8bbwe (Git (Canary))
Microsoft.Windows.DevHomeAzureExtension.Canary_0.1300.621.0_x64__8wekyb3d8bbwe (Dev Home Azure Extension (Canary))

Widget Service:
MicrosoftWindows.Client.WebExperience_524.24900.10.0_x64__cw5n1h2txyewy

@crutkas crutkas added the Issue-Bug Something isn't working or needs investigation label Sep 13, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage New issue that the core contributors need to triage label Sep 13, 2024
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@krschau krschau added the Area-Extensibility Related to extensions label Sep 13, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the In-PR This issue has a related PR label Sep 13, 2024
@krschau krschau removed the Needs-Triage New issue that the core contributors need to triage label Sep 13, 2024
@krschau krschau changed the title Quickstart playground crash Crash in Extensions page (formertly Quickstart playground crash Sep 13, 2024
@krschau krschau changed the title Crash in Extensions page (formertly Quickstart playground crash Crash in Extensions page (formerly "Quickstart playground crash") Sep 13, 2024
@krschau krschau added Resolution-Fix-Committed Fix is checked in, but may take 3-4 weeks before it's in a release and removed In-PR This issue has a related PR labels Sep 18, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the In-PR This issue has a related PR label Sep 18, 2024
@krschau krschau added this to the Dev Home v0.19 milestone Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Extensibility Related to extensions In-PR This issue has a related PR Issue-Bug Something isn't working or needs investigation Resolution-Fix-Committed Fix is checked in, but may take 3-4 weeks before it's in a release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants