fyr77 / EnvyUpdate

Small update checker application for NVIDIA GeForce GPUs
MIT License
137 stars 7 forks source link

FATAL Driver installer config not found, terminating. #38

Closed JohannesIBK closed 6 months ago

JohannesIBK commented 6 months ago

When I try to install the Nvidia Driver, it aborts due to a missing config file.

It creates a [version]-extracted folder, but it is empty.

envyupdate.log

fyr77 commented 6 months ago

I will try to have a look tomorrow. In the meantime, could you try deleting the downloaded installer.exe file and restart envyupdate to have it redownload the driver files? @JohannesIBK

JohannesIBK commented 6 months ago

I've tried deleting the appdata folder and use the current directory instead the appdata option, but its always the same.

fyr77 commented 6 months ago

It always uses the app data folder? Do you have write access to the directory envyupdate.exe is in?

What's the path of envyupdate.exe on your machine?

JohannesIBK commented 6 months ago

I've kept the executable in the Downloads folder.

For the data, I've tried using the appdata folder and the local folder (Downloads), but it's always the same outcome. It downloads it successfully and creates the [version]-extracted folder, but the folder is always empty.

JohannesIBK commented 6 months ago

I've found the error, my username contains a space (C:\Users\Zero Dawn\)

JohannesIBK commented 6 months ago

I've created a PR for this issue, but I never used C# before, so no idea if there is a better way to solve this

fyr77 commented 6 months ago

Wonderful, thank you! Looks good to me, merged. Will create a minor release fixing this asap.