-
Notifications
You must be signed in to change notification settings - Fork 547
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
[BUG] .Net MAUI 9.0 Windows platform application crashes when using the SKGLView control #3113
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
It's different from those two issues, this issue only occurs when using SKGLView |
Please use packaged mode. .NET 9 defaults to unpackaged. Here's the issue about this problem: #2968 Essentially, you need |
Problem solved, thank you very much!:) |
Great, you can then close this issue! |
Description
dotNet 9.0 Maui application using SKGLView throw System.ExecutionEngineException
HResult=0x80131506
Call stack screenshot
Code
The best way to share code for larger projects is a link to a GitHub repository: https://github.com/user/repo/tree/bug-123
But, you can also share a short block of code here:
// some C# code here
You can also share some XAML:
The text was updated successfully, but these errors were encountered: