S 32| 19. 19:21 **Window found** 0: prc: 'NUKE11.3.EXE' Class: 'VCWINDOW' Title: 'Optical Flares License' Controls: 'Edit:6F5X6-L4IZ-X8PE, '
which indicates it's coming up with a licencing "window" for input.
We have Non-GUI licences. I am not clear on how to implement them. I've tried putting it in this folder
RRRoot\render_apps\renderer_plugins\nuke\win_x64\11\opticalFlares
along with all things Optical Flares, but it seems to ignore it. I guess somewhere I need to set up some... environment variables maybe?
That said, I have tried (manually) adding the env var `OPTICAL_FLARES_LICENSE_PATH` to the render node, and that doesn't work either.
Do you have any thoughts on the many ways I am doing this incorrectly?
Best regards
m
The license file is named OpticalFlaresLicense.lic. You can extend the license file with the
computer name in case you are managing multiple licenses in one location.
OpticalFlaresLicense_[computername].lic
OPTICAL_FLARES_LICENSE_PATH = %RR_ROOT%/render_apps/renderer_plugins/nuke/win_x64/11/opticalFlares
OPTICAL_FLARES_NO_GPU = TRUE
OPTICAL_FLARES_PATH = %RR_ROOT%/render_apps/renderer_plugins/nuke/win_x64/11/opticalFlares
OPTICAL_FLARES_RENDER_LICENSE_PATH = %RR_ROOT%/render_apps/renderer_plugins/nuke/win_x64/11/opticalFlaresHi Mark
Thanks for the information.
I just noticed
>I have tried (manually) adding the env var `OPTICAL_FLARES_LICENSE_PATH` to the render node, and that doesn't work either.
Did you set it as system env var or in the rrEnv file?
rrEnv files work the next time a client starts a new job.
System vars require the clients rrAutostartService or the client machine to restart.
Not sure if this was part of the issue or the other missing env vars.
Notes:
1) If you have used rrEnv files, then you can use <RR_ROOT> in .rrEnv files instead of %RR_ROOT%, then it works on Linux as well.
Not required for this one, but perhaps some time for other plugins on the cloud.
2) Instead of <RR_ROOT>/render_apps/renderer_plugins/nuke/win_x64/11/opticalFlares
you can use <rrPlugins><rrExeVersionMajor>/opticalFlares.
This works in rrEnv files, but NOT as system env.
Shorter and contains the Nuke version in case a new Nuke version requires a new license file.
Or in case you use Nuke version 12/13 some time in the future and someone cleans up old version 11 folders.
regards,
Holger Schönberger
Please use the rrKnights Tavern