ElPumpo / TinyNvidiaUpdateChecker

Open sourced tool for keeping NVIDIA GPUs updated, featuring fully customizable driver installs for complete control, multi-GPU support, and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.8.0-2 Crashing

matt-buckley opened this issue · comments

Unfortunately all three recent releases crash open launching the terminal window, with no opportunity to grab an error message. Are there stored logs anywhere I can upload?

Hi Matt. Please run it in a terminal such as cmd to see error messages

Looks like I'm missing a new dependency

You must install or update .NET to run this application.

App: C:\Users\dfree\Downloads\TinyNvidiaUpdateChecker.exe
Architecture: x86
Framework: 'Microsoft.NETCore.App', version '8.0.0' (x86)
.NET location: C:\Program Files (x86)\dotnet\

The following frameworks were found:
  7.0.11 at [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=8.0.0&arch=x86&rid=win10-x86

Following the instructions on the README was enough to move forward

Ok cool

Ah yep missed the updated dependency, installing the x86 version of .NET Desktop Runtime 8.0.6 fixed it. Thanks all!