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

Application crash at launch #7770

Closed
1 of 2 tasks
dragonofmercy opened this issue Sep 28, 2022 · 4 comments
Closed
1 of 2 tasks

Application crash at launch #7770

dragonofmercy opened this issue Sep 28, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@dragonofmercy
Copy link

Describe the bug

Each time I run my application it's crash without error except in the event viewer, see below.

Faulting application name: ImageViewer.exe, version: 1.22.9.28, time stamp: 0x62fff1bf
Faulting module name: Microsoft.UI.Xaml.dll, version: 3.0.0.2209, time stamp: 0xd30bb7f9
Exception code: 0xc000027b
Fault offset: 0x0000000000327738
Faulting process id: 0x0x1CC8
Faulting application start time: 0x0x1D8D335AF248928
Faulting application path:  %userpath%\AppData\Local\Dragon Industries\Image Viewer\ImageViewer.exe
Faulting module path: %userpath%\AppData\Local\Dragon Industries\Image Viewer\Microsoft.UI.Xaml.dll
Report Id: 81b353e1-5b94-48c5-9361-8e3e8e6ecdef
Faulting package full name: 
Faulting package-relative application ID: 

I have installed all required package:

  1. .NET 6.0 Desktop Runtime (v6.0.9)
  2. Windows AppRuntime 1.1.5

Tested both with packaged and un-packaged build

Steps to reproduce the bug

You can try to install my application on your computer or see my code on my project
https://github.com/dragonofmercy/image-viewer

Expected behavior

My application start normally

Screenshots

No response

NuGet package version

WinUI 3 - Windows App SDK 1.1.5

Windows app type

  • UWP
  • Win32

Device form factor

Desktop

Windows version

Windows 11 (22H2): Build 22621

Additional context

No response

@dragonofmercy dragonofmercy added the bug Something isn't working label Sep 28, 2022
@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label Sep 28, 2022
@dragonofmercy
Copy link
Author

I forgot to send the crashdump
ImageViewer.exe.10732.zip

@codendone
Copy link
Contributor

Thanks for attaching the dump. Unfortunately, the dump is missing the stowed exception memory to show the failure callstack(s). If you attach a full memory dump of the process, I'll get the stacks from that. Or you can try to dump the stowed exceptions yourself using the info in the debugging_crashes.md doc, particularly the steps in the second paragraph of the "Stowed Exception crashes" section.

@dragonofmercy
Copy link
Author

Thanks for your answer, I will send you that but unfortunally I cannot access to the machine until Monday. I will do that as quick as possible :-)

@dragonofmercy
Copy link
Author

Ok I find something with windbg it's my code issue, sorry for the ticket, I close it

@ghost ghost removed the needs-triage Issue needs to be triaged by the area owners label Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants