Page 1 of 1

Can't get into VersaTuner *All of a sudden*

Posted: July 29th, 2024, 4:45 am
by senfinger
If I whack the LIC file I get this:

"There was an error trying to activate VersaTuner: Invalid Class"

If I keep the file I get this:

"VeraTuner license check failed"

I have uninstalled 2-3 times same issues, even cleared directories/made back up and still getting this.

Worked fine all week? :error

Re: Can't get into VersaTuner *All of a sudden*

Posted: July 29th, 2024, 6:21 am
by Ugnius @ VersaTune
Windows management repository might be corrupt on your computer. Please follow the steps in this answer to rebuild it:
https://stackoverflow.com/questions/691 ... 21#6930421

Re: Can't get into VersaTuner *All of a sudden*

Posted: July 29th, 2024, 7:35 am
by senfinger
This fixed it specifically from that link and thanks!

run from an elevated cmd prompt:
cd C:\Windows\System32\Wbem

for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s

for %i in (*.dll) do regSvr32 -s %i

net stop winmgmt /y

net start winmgmt