When I command line batch render a sequence of frames with distributed rendering on, V-Ray will render the first frame and crash when starting the next frame.
example:
-render vray -s 1 -e 150 scene.ma
frame 1 renders and then a windows crash dialog appears telling me V-Ray has crashed on the host machine and sometimes this also appears on a random network render slave which I need to res
If I setup my command line batch file to render each frame individually everything renders fine.
example:
-render vray -s 1 -e 1 scene.ma
-render vray -s 2 -e 2 scene.ma
-render vray -s 3 -e 3 scene.ma
etc.
I looked at the vraylog file but that are no error messages when it crashes.
We distribute render a lot here and all my other scenes render fine!
Any ideas what would be causing this?
I have the latest version of V-Ray for Maya 2014/render slaves installed on all network machines running Win7.
example:
-render vray -s 1 -e 150 scene.ma
frame 1 renders and then a windows crash dialog appears telling me V-Ray has crashed on the host machine and sometimes this also appears on a random network render slave which I need to res
If I setup my command line batch file to render each frame individually everything renders fine.
example:
-render vray -s 1 -e 1 scene.ma
-render vray -s 2 -e 2 scene.ma
-render vray -s 3 -e 3 scene.ma
etc.
I looked at the vraylog file but that are no error messages when it crashes.
We distribute render a lot here and all my other scenes render fine!
Any ideas what would be causing this?
I have the latest version of V-Ray for Maya 2014/render slaves installed on all network machines running Win7.
Comment