-
Notifications
You must be signed in to change notification settings - Fork 697
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
Exception Processing Message 0xc0000005 - Unexpected parameters #9981
Comments
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:
|
Hi, we are getting the same exception, also in the same location that you described. This is our CrashDump stack (in case it has additional usable info):
Additional info from the CrashDump:
Since we cannot reproduce the issue I do not have more information I can provide here, but it seems to be happening mainly when the user navigates between pages. |
Edit: after getting a crash dump and inspecting that, the observed crash is not the same, so this may not be related directly to the Edit2: I have sind my last update received more crashdumps, and the problem in RenderTargetBitmapImplUsingSpriteVisuals did also appear, so I think this is related and it might be relevant to investigate the changes in WindowsAppSDK. I have a bit of an update to my information: As I mentioned in the previous post, our app would only crash for some of the users. One user that did not experience any crashes had a special constellation that has now changed, and is now seeing crashes as well. I will try to describe the differences here: Before, on that computer we had an issue with the version of MicrosoftCorporationII.WinAppRuntime.Singleton, because the Maui App used whatever was referenced as a default, and there was a newer version installed on the machine which gave an error during installation (this microsoft/WindowsAppSDK#3166 is the issue, if it is of interest). That is why we uninstalled the latest version and had the referenced version re-installed on that machine (and only that machine). A recent windows update (or some other software update) installed a newer version, and resulted in another installation error. This time we opted to manually target a newer version of WindowsAppSDK (because of an unrelated issue with the msix installer). The observation is that the app was not crashing on a machine on version 1.5.240802000, when the other machines had been using implicitly whichever version was the latest installed on the computer, and now it crashes on all machines when explicitly using version 1.6.241106002, so the problem seems to have happened in between. @Larhei can you say which version of WindowsAppSDK you are targeting? |
@park-jasper, we faced the issue with 1.5.240802000 also. We removed DropShadows and have not seen the exception since than |
Thanks @Larhei for the idea, we have now also removed the Shadows and I can report that we have not seen any crashes since. |
Describe the bug
We are developing an App on Windows where we have a WinformsProcess and an MauiProcess running in Fullscreen. We switch between the two UI worlds. From time to time the Maui process gets killed because of a
PopupHostWindow giving us:
Processing Message 0xc0000005 - Unexpected parameters
followed by an other
PopupHostWindow ging us:
Unknown Hard Error
The stacktrace is
So the code raising this should be
locals is giving us
when doing watch we get
Because this is way to deep for me, could someone please give a hint to me what is causing this?
On the maui side I see a few DropShadows and Alphamasks trying to get rendert
When running the app we get some Com Exceptions telling invalid height when trying to render this shadows, but the are catched.
In Output we see
Trying to Procdump this with:
procdump -ma -i c:\dumps
gives us nothing
Eventlog gives us nothing.
Any suggestions?
Steps to reproduce the bug
None
Expected behavior
No response
Screenshots
No response
NuGet package version
None
Windows version
Windows 10 (1809): Build 17763
Additional context
No response
The text was updated successfully, but these errors were encountered: