Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RMP's certificate is expired #236

Open
riteshknayak opened this issue Apr 30, 2023 · 4 comments
Open

RMP's certificate is expired #236

riteshknayak opened this issue Apr 30, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@riteshknayak
Copy link

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 riteshknayak added the bug Something isn't working label Apr 30, 2023
@ararezaee
Copy link

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

@blueciffer56
Copy link

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
Copy link

skillzo63 commented Nov 19, 2023

  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
Copy link

Frn-ck commented Nov 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants