Announcement

Collapse
No announcement yet.

The specified procedure could not be found.

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

  • The specified procedure could not be found.

    Hi, i try to run V-Ray 2.20.01 (vray_demo_22001_maya2012_x64.zip) with Win7/Maya 2012 x64 and from custom location.

    And i got this error:

    Code:
    // Error: line 1: Unable to dynamically load : C:/vray/demo_2012_22001/maya_vray/plug-ins/vrayformaya.mll
    The specified procedure could not be found.
     // 
    // Error: line 1: The specified procedure could not be found.
     // 
    // Error: line 1: The specified procedure could not be found.
     (vrayformaya) //
    Any help ?
    thx

  • #2
    Did you set the PATH environment variable to point to maya_root/bin folder from the .zip archive?

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

    Comment


    • #3
      Originally posted by vlado View Post
      Did you set the PATH environment variable to point to maya_root/bin folder from the .zip archive?

      Best regards,
      Vlado
      Yes, I set it.
      This is my batch start.bat
      Code:
      @ECHO OFF
      
      SET MAYA_LOCATION=C:\Program Files\Autodesk\Maya2012
      SET MAYA_RENDER_DESC_PATH=C:\vray\demo_2012_22001\maya_root\bin\rendererDesc
      SET VRAY_FOR_MAYA2012_MAIN_x64=C:\vray\demo_2012_22001\maya_vray
      SET VRAY_FOR_MAYA2012_PLUGINS_x64=C:\vray\demo_2012_22001\maya_vray\vrayplugins
      SET MAYA_PLUG_IN_PATH=C:\vray\demo_2012_22001\maya_vray\plug-ins
      SET MAYA_SCRIPT_PATH=C:\vray\demo_2012_22001\maya_vray\scripts
      SET MAYA_MODULE_PATH=C:\vray\demo_2012_22001\maya_root\modules
      SET XBMLANGPATH=C:\vray\demo_2012_22001\maya_vray\icons
      SET PATH=C:\vray\demo_2012_22001\maya_root\bin
      
      "C:\Program Files\Autodesk\Maya2012\bin\maya.exe"

      Comment


      • #4
        It's solved.

        There was problem with one version installed in system. I uninstalled it and it's working.

        Best regards,
        raxto

        Comment


        • #5
          Ah, good to know. Yes, if you have V-Ray installed locally, it will interfere with the other version you are trying to install.

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

          Comment

          Working...
          X