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

Installation and Usage Support
Post Reply
senfinger
Posts: 2
Joined: July 29th, 2024, 4:40 am

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

Post 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
User avatar
Ugnius @ VersaTune
Lead developer
Posts: 636
Joined: March 19th, 2010, 11:57 am

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

Post 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
senfinger
Posts: 2
Joined: July 29th, 2024, 4:40 am

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

Post 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
Post Reply