Rise-Software / Rise-Media-Player

One media player for everything you own or stream; whether it's music or videos, online or offline Rise Media Player does it all. And it's beautiful and native with the latest version of WinUI.
GNU General Public License v3.0
1.03k stars 73 forks source link

RMP's certificate is expired #236

Open riteshknayak opened 1 year ago

riteshknayak commented 1 year ago

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

ararezaee commented 1 year ago

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

blueciffer56 commented 1 year ago

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?

skillzo63 commented 7 months ago
  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.

Frn-ck commented 7 months ago

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