robmikh / SimpleRecorder

A simple screen recorder using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs.
MIT License
223 stars 48 forks source link

Error 0x800B0101: Can't open msixbundle #15

Closed pr8x closed 4 years ago

pr8x commented 4 years ago

After manually installing the certificate in the "Trusted People" folder I get Error 0x800B0101 saying that it failed to open the msixbundle packet.

robmikh commented 4 years ago

What steps did you take to install the certificate? If you're simply trying to install one of the release versions, it's also up on the Windows Store.

robmikh commented 4 years ago

It looks like that error code is about expired certificates. Sorry about that.

I suggest installing the store version or building this for yourself. Let me know if you run into any issues!