Announcement

Collapse
No announcement yet.

Vray Network install "The specified procedure could not be found."

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vray Network install "The specified procedure could not be found."

    Hello All,
    I am seeing the same issue via Deadline, I can batch render locally, via Maya gui and commandline, but running the same thing via deadline throws up a an error exactly as you state, unable to dynamically load the plugin.
    I have confirmed my ENV VAR's but can share if needed, but they all seem to be set properly.
    Maya Gui Vray seems to work fine.

    Again I can launch locally with a install of Maya on my c:\ drive and render via Maya gui (batch and render.exe)
    I can launch the .exe sitting on the network share and render a vray scene, all the plugins load fine.
    When I submit the scene to deadline, the nodes bomb out with this error.

    Any Ideas?



    Code:
    0: STDOUT: Error: line 1: Unable to dynamically load : S:/resources/_Additional_Plugins/MAYA/Plugins/VRAY2.30/plug-ins/vrayformaya.mll
    0: STDOUT: The specified procedure could not be found.
    .....
    .....
    0: STDOUT: Error: file: S:/resources/_Additional_Plugins/MAYA/Plugins/VRAY2.30/scripts/vrayRegisterRenderer.mel line 304: The renderer vray is not registered yet.
    Ive checked all my paths but can share if needed.
    Any help would be greatly appreciated.

  • #2
    Also, If this helps,
    I am seeing this popup on nodes as they load Maya right around the time its trying to load the Vrayformaya.mll

    Any ideas as to what it means?

    Click image for larger version

Name:	vray error.jpg
Views:	1
Size:	75.0 KB
ID:	850357

    Comment


    • #3
      It looks like the wrong vray.dll is being loaded. There are two versions of vray.dll included in the installation; one is for V-Ray Standalone, and the other one is for the vrayformaya.mll plugin - it seems that the standalone one is being picked up in your case. You might need to adjust the PATH environment variable to point to the correct one.

      Best regards,
      Vlado
      I only act like I know everything, Rogers.

      Comment


      • #4
        Thanks Vlado,
        Turns out the Path variable had the path to the standalone bin folder, and not the location to the vray\maya\bin folder.

        Comment

        Working...
        X