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

CoreMessagingXP.dll crash #9556

Open
marioraffin opened this issue Apr 18, 2024 · 2 comments
Open

CoreMessagingXP.dll crash #9556

marioraffin opened this issue Apr 18, 2024 · 2 comments
Labels
bug Something isn't working team-CompInput Issue for IXP (Composition, Input) team

Comments

@marioraffin
Copy link

Describe the bug

I am maintaining a .NET application with a WinUI3 UI which sometime crashes. In the event viewer I see that the crash is caused by CoreMessagingXP.dll but I have no idea about the real cause of the problem since I see the application crashing without any exception an I see the event shown below in the event viewer. At the moment I have no idea about how I could fix this or where to start searching for a solution. The OS is Windows 10 Enterprise (ver 1809). WindowsAppSDK 1.2.230118.102

Steps to reproduce the bug

It happens randomly. I have not found a procedure to reproduce the bug.

Expected behavior

No response

Screenshots

No response

NuGet package version

None

Windows version

Windows 10 (1809): Build 17763

Additional context

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Application Error" />
  <EventID Qualifiers="0">1000</EventID>
  <Level>2</Level>
  <Task>100</Task>
  <Keywords>0x80000000000000</Keywords>
  <TimeCreated SystemTime="2024-04-16T22:29:53.7299382Z" />
  <EventRecordID>69252</EventRecordID>
  <Channel>Application</Channel>
  <Computer>HAWKAGLE4PRO0265</Computer>
  <Security />
  </System>
- <EventData>
  <Data>HAWKManager.exe</Data>
  <Data>2.0.0.0</Data>
  <Data>65ab0000</Data>
  <Data>CoreMessagingXP.dll</Data>
  <Data>10.0.22622.1036</Data>
  <Data>d9ffb8dc</Data>
  <Data>c000027b</Data>
  <Data>000000000009418c</Data>
  <Data>21e4</Data>
  <Data>01da904d905aaf91</Data>
  <Data>C:\Program Files\PLL\HAWK Manager X\HAWKManager.exe</Data>
  <Data>C:\Program Files\PLL\HAWK Manager X\CoreMessagingXP.dll</Data>
  <Data>c063be60-6ef1-456e-a02e-ee33adaf34be</Data>
  <Data />
  <Data />
  </EventData>
  </Event>
@marioraffin marioraffin added the bug Something isn't working label Apr 18, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Apr 18, 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. Thank you!

Open similar issues:

Closed similar issues:

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

@bpulliam bpulliam added team-CompInput Issue for IXP (Composition, Input) team and removed needs-triage Issue needs to be triaged by the area owners labels Apr 18, 2024
@kirwan-safesurfer
Copy link

Just wanted to corroborate that I have seen this issue on Windows App SDK 1.5.7 when running (debugging) my packaged .NET 8 WinUI 3 app for the second time after cloning my project onto a workstation. This crash happened after approximately one second of the app window spawning (with no XAML elements showing). I couldn't reproduce it after the crash.

Event Viewer log:

Faulting application name: safesurfer.exe, version: 1.2.0.0, time stamp: 0x66e80000
Faulting module name: CoreMessagingXP.dll, version: 10.0.26105.1010, time stamp: 0x3cb81cec
Exception code: 0xe0464645
Fault offset: 0x000000000000a387
Faulting process id: 0x21E0
Faulting application start time: 0x1DB322D535375FB
Faulting application path: C:\Users\[User]\Source\Repos\SafeSurfer-Windows\src\SafeSurferWindows\bin\x64\Debug\net8.0-windows10.0.26100.0\win-x64\AppX\safesurfer.exe
Faulting module path: C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.5_5001.275.500.0_x64__8wekyb3d8bbwe\CoreMessagingXP.dll
Report Id: 7dbcc311-2f5b-4354-a4e2-c1a6b767917f
Faulting package full name: SafeSurferLimited.SafeSurfer_1.2.0.0_x64__g9f2k15qvwspg
Faulting package-relative application ID: App

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working team-CompInput Issue for IXP (Composition, Input) team
Projects
None yet
Development

No branches or pull requests

3 participants