Load Vray in Maya standalone crash

Hi,
I try to load Vray with Maya standalone :

The test.py file :


import maya.standalone
maya.standalone.initialize()

import maya.cmds as cmds

cmds.loadPlugin( 'vrayformaya.so' )

After :
/usr/autodesk/maya2010-x64/bin > ./mayapy test.py

Result :


[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

Yep, it’s a known issue; happens because of some GUI stuff that V-Ray tries to initialize…

Best regards,
Vlado