Announcement

Collapse
No announcement yet.

Load Vray in Maya standalone crash

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

  • Load Vray in Maya standalone crash

    Hi,
    I try to load Vray with Maya standalone :

    The test.py file :
    Code:
    import maya.standalone
    maya.standalone.initialize()
    
    import maya.cmds as cmds
    
    cmds.loadPlugin( 'vrayformaya.so' )
    After :
    Code:
    /usr/autodesk/maya2010-x64/bin > ./mayapy test.py
    Result :
    Code:
    [2011/Jun/20|19:24:53] V-Ray: V-Ray for Maya version 2.10.01 from May 29 2011, 06:57:44
    [2011/Jun/20|19:24:53] V-Ray: V-Ray core version is 2.00.01
    Initializing V-Ray for Maya
    
    
    maya encountered a fatal error
    
    Signal: 11 (Unknown Signal)
    Fatal Error. Attempting to save in /tmp/dbataille.20110620.1924.ma
    www.deex.info

  • #2
    Yep, it's a known issue; happens because of some GUI stuff that V-Ray tries to initialize...

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

    Comment

    Working...
    X