RiversideValley / Emerald

A swift Minecraft launcher made using WinUI technologies in the fast C# language that really pushes the boundary of the platform.
MIT License
51 stars 2 forks source link

🐛 Unable to install Emerald #35

Closed Uranite closed 2 months ago

Uranite commented 7 months ago

⏱️ Before you start...

🪟 What build of Windows is this issue present? (optional)

Windows 11 23H2 Build 22631.3447

🔢 What version of Emerald are you on?

Version 0.7.8

📄 Description

Unable to install with the error message:

This app package’s publisher certificate could not be verified. Contact your system administrator or the app developer to obtain a new app package with verified certificates. The root certificate and all immediate certificates of the signature in the app package must be verified (0x800B010A)

🪜 Steps To Reproduce

  1. Download Emerald v0.7.8.0 https://github.com/RiversideValley/Emerald/releases/tag/v0.7.8.0
  2. Run the .msixbundle file

🤔 Expected behavior

I should be able to install Emerald

📸 Assets

image

Lamparter commented 7 months ago

You need to trust the certificate first before running the MSIX bundle.

I worked really hard to make this guide - please do not dismiss it just because it looks difficult.


step 1 - go to the properties of the MSIXBUNDLE file
image

step 2 - find Digital Signatures
image

step 3 - select certificate and press Details
image

step 4 - press View Certificate
image

step 5 - press Install Certificate...
image

step 6 - press Next
image

step 7 - press Place all certificates in the following store
image

step 8 - press Browse... and then select Trusted Root Certification Authorities Image is incorrect
image

step 9 - press Next and then Finish
image

**You will then be greeted by this notification box. Close it and run the MSIXBUNDLE file. Please make another comment if this method fails.***

Suburbanno commented 2 months ago

@NoobNotFound this method not working for me

win 11 Emerald 7.9.0

Lamparter commented 2 months ago

Can you try this guide instead?

Suburbanno commented 2 months ago

Can you try this guide instead?

Oh ok, it worked

Lamparter commented 2 months ago

Amazing! Closing the issue for now - let me know if you run into any more issues! We're here to help.