ERROR: New license provider failed.

jcorig

Member
I have a new pc and am trying to install Viz on it. This is a dev pc - vga only. It is Win11 - my old pc was also Win 11. When I try to run viz 3.10 I get the message:

ERROR: VizEngine[5312]: New license provider failed.
ERROR: New license provider failed.

I've never seen this before. AFAIK we don't use a license server. I just have a hardware dongle. I have downloaded and installed HASPUserSetup.exe and Sentinel_LDK_6.50_Run-time_cmd_line from the Viz ftp site with no luck.

How can I fix this?
 
I figured it out. Need to go to to the [pc_name].cfg file and change this line:

Code:
Legacy_Licensing = 0

to

Code:
Legacy_Licensing = 1
 
Back
Top