ElPumpo / TinyNvidiaUpdateChecker

Open sourced tool for keeping NVIDIA GPUs updated, featuring fully customizable driver installs for complete control, multi-GPU support, and more!
GNU General Public License v3.0
1.41k stars 56 forks source link

1.8.0-2 Crashing #221

Closed matt-buckley closed 2 months ago

matt-buckley commented 2 months ago

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?

ElPumpo commented 2 months ago

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

dfreedm commented 2 months ago

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

ElPumpo commented 2 months ago

Ok cool

matt-buckley commented 2 months ago

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