VRayRenderer initialize fail.

My SDK Version : V-Ray AppSDK 1.20.01 Standalone 3.52.03 ADV

I run examples to start to study V-Ray SDK. But I couldn’t run any example because of the fail of ‘VRayRenderer’ initializing.

I have already installed license server and used online licensing.

VRayRenderer::createInstance() throw with LicenseError as below.

appSDK vrlauth_noError (0)
        renderNode -98
        errs 18446743652802756608

It return vrlauth_noError, but I don’t know what ‘rederNode’ and ‘errs’ means.

Hi,
The appSDK code is for the AppSDK license - this one checked out ok. The renderNode code is for the V-Ray Render Node license. -98 means it failed to get a license of the requested type. I assume you do have Render Node 3.0 ADV license. Have you copied any .cgam file from the sdk auth folder to the bin folder? If you have, remove it.

Thanks for rapid reply. It works fine. Thank you again.