Announcement

Collapse
No announcement yet.

error when creating a cam

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

  • error when creating a cam

    hello

    I get an error on my renderslaves when I want to open a scene with a cam (doesn't matter if vraycam or standard cam)

    the error is:
    -- Error occurred during fileIn in StringStream:"addCamProps $'Camera001'"; line number: 1
    -- Type error: Call needs function or class, got: undefined
    -- Error occurred during fileIn in StringStream:"updateCamProps $'Camera001'"; line number: 1
    -- Type error: Call needs function or class, got: undefined

    also I a open max and want to create a cam the message appears.

    any ideas?

    thanks.

    best regards
    themaxxer
    Pixelschmiede GmbH
    www.pixelschmiede.ch

  • #2
    Hi,
    It seems you are running a background callback script that tries to trigger functions called "addCamProps" and "updateCamProps".
    It's a bad script since it nests itself in max files and tries to load external data without error checking.
    The script is not installed on the render nodes, so an error is thrown.
    Try doing a text search for this function names on your workstations 3ds max root folder to find the offending script.
    Marc Lorenz
    ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___
    www.marclorenz.com
    www.facebook.com/marclorenzvisualization

    Comment

    Working...
    X