Hi whenever I click on V-Ray’s Asset Editor or Chaos Cosmos neither of its windows would pop up. I have been un-installing, and re-installing from scratch a few times without luck. Within the last 2 weeks of trialing the software I have only been able to launch these windows twice but there aren’t any patterns associated with why it work or doesn’t work.
The license server is working by checking on either of the following:
License Server
PS C:\Program Files\Chaos\VRLService> .\vrlctl.exe online status
[ OK ] Online licensing is available.
PS C:\Program Files\Chaos\VRLService>
Checked firewall settings per Troubleshooting - License Server - Chaos Help and see all Chaos services are permitted through firewall.
Found the following in C:\Users\peter\AppData\Roaming\Chaos\VRLService\logs\user.log.
{"component":"app","error":"failed to register application in ULA: failed to register application in ULA: [accounts RegisterApplication]: Post \"http://127.0.0.1:30301/api/v1/register\": dial tcp 127.0.0.1:30301: connectex: No connection could be made because the target machine actively refused it.","message":"Failed to register License Server in ULA","severity":"warning","time":"2023-04-16T21:20:29.1087553+08:00"}
{"component":"app","error":"failed to execute unified login: failed to register with unified login: failed to register application in ULA: [accounts RegisterApplication]: Post \"http://127.0.0.1:30301/api/v1/register\": dial tcp 127.0.0.1:30301: connectex: No connection could be made because the target machine actively refused it.","message":"Error executing unified login. Falling back to SSO token activation...","severity":"warning","time":"2023-04-16T21:20:36.0298039+08:00"}
Looks like whatever service is supposed to be listening on 30301 is not there, and the process PID1784 trying to reach port 30301 fails.
PS C:\Program Files\Chaos\VRLService> netstat -aon | findstr ":30304"
TCP 0.0.0.0:30304 0.0.0.0:0 LISTENING 1784
TCP 127.0.0.1:30304 127.0.0.1:55027 ESTABLISHED 1784
TCP 127.0.0.1:30304 127.0.0.1:55072 ESTABLISHED 1784
TCP 127.0.0.1:30304 127.0.0.1:55367 ESTABLISHED 1784
TCP 127.0.0.1:55027 127.0.0.1:30304 ESTABLISHED 1664
TCP 127.0.0.1:55072 127.0.0.1:30304 ESTABLISHED 1664
TCP 127.0.0.1:55367 127.0.0.1:30304 ESTABLISHED 2388
TCP [::]:30304 [::]:0 LISTENING 1784
PS C:\Program Files\Chaos\VRLService> netstat -aon | findstr ":30301"
TCP 127.0.0.1:55621 127.0.0.1:30301 SYN_SENT 1784
PS C:\Program Files\Chaos\VRLService> netstat -aon | findstr ":30301"
TCP 127.0.0.1:55623 127.0.0.1:30301 SYN_SENT 1784
PS C:\Program Files\Chaos\VRLService> netstat -aon | findstr ":30301"
TCP 127.0.0.1:55623 127.0.0.1:30301 SYN_SENT 1784
PS C:\Program Files\Chaos\VRLService> netstat -aon | findstr ":30301"
PS C:\Program Files\Chaos\VRLService> netstat -aon | findstr ":30301"
TCP 127.0.0.1:55626 127.0.0.1:30301 SYN_SENT 1784
PS C:\Program Files\Chaos\VRLService>
Any pointers?
Thanks.