Rise-Media-Player icon indicating copy to clipboard operation
Rise-Media-Player copied to clipboard

RMP's certificate is expired

Open riteshknayak opened this issue 1 year ago • 4 comments

Description

Following the README, when I tried installing the app. It cleanly shows the certificate is not valid Screenshot 2023-04-30 103705

Steps To Reproduce

  1. Right click the MSIX and click Properties
  2. Go to Digital signatures Tab
  3. Select Rise Software and click Details
  4. In next popup select View Certificate

image

Expected behavior

Certificate should not have expired

Rise Media Player Version

v0.0.171.0

Windows Version

Windows 11 22H2 22621.1555

Relevant Assets/Logs

Screenshot 2023-04-30 105457 Screenshot 2023-04-30 103705

riteshknayak avatar Apr 30 '23 05:04 riteshknayak

Just turn back your time for now, until the dev updates the app that's the only way to install it.

ararezaee avatar May 11 '23 20:05 ararezaee

Just turn back your time for now, until the dev updates the app that's the only way to install it.

How would one do that?

blueciffer56 avatar Jun 04 '23 19:06 blueciffer56

  1. Extract the MsixBundle file
  2. Extract the Msix bundle (my laptop is 64x so I'm going to extract Rise.App_0.0.171.0_x64.msix)
  3. Right click on AppxManifest.xml
  4. Click on Copy as path
  5. Open PowerShell as administrator (Terminal in case of windows 11)
  6. Type Add-AppxPackage -Register "The path you copied. " Ex. Add-AppxPackage -Register "C:\Users\SkillZO\Desktop\Rise.App_0.0.171.0_x64\AppxManifest.xml"
  7. Execute and that's it, it should be installed Screenshot 2023-11-19 183653

Edit: If you've done these steps and the app isn't working, try moving the AppxManifest.xml and do the steps starting from 3 but with the new AppxManifest.xml

image the AppxManifest.xml should be in the first extracted MsixBundle file like shown in the image above.

skillzo63 avatar Nov 19 '23 16:11 skillzo63

Unfortunately, this method did not work for me. :( I hope this app is not dead or left to die out.

Frn-ck avatar Nov 23 '23 12:11 Frn-ck