Mental Ray single file render issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • 1st October 2012 at 9:34 pm #14497

    Hi All,

    Trying to kick off a render using mental ray standalone 3.10.1 using Muster 7.0.4 on windows 7 64 bit machines. I keep getting an error message in my render notes that says “Productinformation.pit file not found, sorry no license available.”

    I kick off the same render from the command line and it’s fine. Is there some way to map to the license file within muster.

    Thanks,

    Dan

    9th October 2012 at 4:00 pm #15212

    Still having the issue. Research online (autodesk) said it was a problem with the MI_ROOT variable being defined but I don’t think that’s the issue in my case. I thought it might be that I’m mapping to the wrong location for the mental ray standalone lib and include folders. I’m including more information in the hopes this “forum” actually provides useful information and isn’t just a series of spam posts from online marketers.

    Error message I receive:

    [MUSTER]Spawning process C:Program FilesAutodeskmrstand3.10.1-adsk2013binray.exe inside C:Program FilesAutodeskmrstand3.10.1-adsk2013 using the following command line flags:
    [MUSTER]-L “C:Program FilesAutodeskmrstand3.10.1-adsk2013sdklib” -I “C:Program FilesAutodeskmrstand3.10.1-adsk2013sdkinclude” -render 1 4 1 V:ProjectsmPowerMayascenestest.mi

    MSG 0.0 error: ProductInformation.pit file not found
    MSG 0.0 fatal: Sorry, no license available

    [MUSTER]Process terminated with exit code: 1

    Here are my current paths as they are set up:

    Executable C:Program FilesAutodeskmrstand3.10.1-adsk2013binray.exe

    Location of Mental ray install C:Program FilesAutodeskmrstand3.10.1-adsk2013

    Location of Mental ray library C:Program FilesAutodeskmrstand3.10.1-adsk2013sdklib

    Location of Mental ray include C:Program FilesAutodeskmrstand3.10.1-adsk2013sdkinclude

    Below is a portion of the mental ray single file template we’re using:

    DECLARE ENGINE_WIN
    {
    SET PLATFORM_ENABLED 1
    SET ENABLE_ERROR_CHECK 1
    SET ENABLED_BY_DEFAULT 1
    SET FRAMESFLOATS 0
    SET COMMAND_LINE “-L “%ATTR(MRLIBPATH)” -I “%ATTR(MRINCPATH)” -render %ATTR(start_frame) %ATTR(end_frame) %ATTR(by_frame) %ATTR(ADD_FLAGS) %ATTR(job_file)”
    SET EXECUTABLE “%ATTR(MREXECUTABLE)”
    SET STARTING_FOLDER “%ATTR(MRHOME)”
    SET ENVIRONMENT_BLOCK DERIVED
    SET DETECTION_LOGIC PROC

    DECLARE CONFIGURABLE_TAGS
    {
    ADD MREXECUTABLE FILE_SELECTOR “C:\program files\Autodesk\mrstand3.10.1-adsk2013\bin\ray.exe” “Mental ray executable” “Specify the softimage render executable” NOTACTIVABLE MANDATORY *.exe
    ADD MRHOME FOLDER_SELECTOR “C:\program files\Autodesk\mrstand3.10.1-adsk2013” “Location of Mental ray installation” “Specify the starting folder for the render process” NOTACTIVABLE MANDATORY
    ADD MRLIBPATH FOLDER_SELECTOR “C:\program files\Autodesk\mrstand3.10.1-adsk2013\sdk\lib” “Location of Mental ray lib directory” “Specify the mental ray containing libraries” NOTACTIVABLE MANDATORY
    ADD MRINCPATH FOLDER_SELECTOR “C:\program files\Autodesk\mrstand3.10.1-adsk2013\sdk\include” “Location of Mental ray include directory” “Specify the mental ray containing libraries” NOTACTIVABLE MANDATORY

    }

    DECLARE CUSTOM_ENVIRONMENT
    {

    SET MI_ROOT %ATTR(MRHOME)
    SET MI_RAY3_SERVICE mi-raysatxsi5_0
    SET PATH %MI_ROOT%;%PATH%
    }

    SET APPFINDER “Mental Ray” EXECUTABLE ray.exe|ray3.exe
    MAP MREXECUTABLE “%ATTR(APPPATH)\%ATTR(APPBIN)”
    MAP MRHOME “%ATTR(APPPATH)”
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.