Hello @Soterana00 Yt ,
Thanks for your question.
The c0000005 error means Access Violation. It occurs when an application tries to access memory it is not permitted to use, causing Windows to terminate the process.
For WinUI 3 apps, this happens when CoreCLR interacts with the graphics subsystem and encounters issues caused by outdated or corrupted graphics drivers, or by third-party software injecting into the app process.
You can refer to these following steps:
- Perform a Clean Boot
- Disable third-party startup services and applications using Microsoft's Clean Boot guide.
- Launch the WinUI 3 Controls Gallery app and check if the issue persists.
- Clean-install graphics drivers.
- Download the latest driver from NVIDIA, AMD, or Intel.
- Use the vendor's Clean Install option to remove previous driver configurations.
- Review Event Viewer logs
- Press
Win + R, typeeventvwr, and press Enter. - Navigate to
Windows Logs>Application. - Look for
Event ID 1000 (Application Error)at the time of the crash and note the failing module details.
I hope this addresses your question. If this response was helpful, please consider following the guidance to provide feedback. Thank you.