Hi @Charles High ,
Thanks for reaching out.
I took a look at the Event Viewer error you’re seeing:
Windows App Runtime
ERROR 0x80670016: Bootstrapper initialization failed while looking for version 1.6 (MSIX package version >= 6000.424.1611.0)
It doesn’t impact your apps or system functionality, which is why you haven’t noticed any popups or crashes. Essentially, your computer is just quietly logging that it couldn’t find that package.
If you’d like to address it, I suggest a few approaches:
- Update Windows and apps - Sometimes missing MSIX packages are included in updates. Installing the latest updates may resolve the log error.
- Repair Windows App Runtime - You can go to Settings -> Apps -> Installed apps -> Windows App Runtime -> Modify/Repair.
- Ignore the log - Since it’s not causing any visible problems, it’s safe to leave it. Event Viewer is designed to log even small issues that don’t impact system functionality.
Optionally, if the repeated messages are cluttering your logs, you can filter or create a custom view in Event Viewer to hide this specific error ID (22) without changing anything on your system.
Hope this helps! If my answer was helpful - kindly follow the instructions here so others with the same problem can benefit as well.