beeradmoore / dlss-swapper

GNU General Public License v3.0
1.71k stars 62 forks source link

[BUG] Try to update from 0.9.3.0 to 0.9.5.0 #55

Closed Hortseen closed 2 years ago

Hortseen commented 2 years ago

Describe the bug Unable to update DLSS Swapper from 0.9.3.0 - 0.9.5.0: App installation failed with error message: "Windows cannot install package cc5a0fee-f182-4d02-a177-3c2f002b4f34_0.9.5.0_x64vn8kspbc310ge because this package depends on a framework that could not be found. Provide the framework "Microsoft.ProjectReunion.0.8" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor architecture and minimum version 8005.278.2204.0, along with this package to install. The frameworks with name "Microsoft.ProjectReunion.0.8" currently installed are: {Microsoft.ProjectReunion.0.8_8004.256.1745.0_x868wekyb3d8bbwe Microsoft.ProjectReunion.0.8_8004.256.1745.0_x64__8wekyb3d8bbwe} (0x80073cf3)" Tried installing the framework and it didn't work either.

To Reproduce Steps to reproduce the behaviour:

  1. Go to 'DLSS.Swapper.Package._0.9.5.0_x64.msixbundle'
  2. Click on 'Update'
  3. See error

Expected behaviour For it to fully update DLSS Swapper from version 0.9.3.0 - 0.9.5.0

Screenshots yes

Screenshot 2021-10-26 022408

beeradmoore commented 2 years ago

Is this when downloading the msixbundle from the releases tab directly? If so then either of these fixes should work.

If you install the other dependencies with the release first? (Microsoft.ProjectReunion.0.8.msix, Microsoft.VCLibs.x64.14.00.appx, Microsoft.VCLibs.x64.14.00.Desktop.appx)

If you go to the download page and hit get the app which should install the dependencies for you.

Hortseen commented 2 years ago

Thanks! Completely fixed the issue