If I use single frame mode there is no error, but whenever I set it to Animation Prepass, the render crashes almost instantly.
Can someone help me find the problem? I tried disabling all lights except the sky and it still crashes at "setting up trace sets".
[2014/Jul/17|13:30:13] Preparing renderer...
[2014/Jul/17|13:30:13] Using Intel Embree ray server
[2014/Jul/17|13:30:13] Using probabilistic light evaluation with 8 lights.
[2014/Jul/17|13:30:13] Creating render callback from built-in VFB.
[2014/Jul/17|13:30:13] Max ray intensity is enabled: rendered result may have incorrect brightness.
[2014/Jul/17|13:30:13] Calling renderBegin().
[2014/Jul/17|13:30:13] Sending RenderBegin().
[2014/Jul/17|13:30:14] Sending RenderBegin() to atmospheric effects.
[2014/Jul/17|13:30:14] Sending RenderBegin() to render effects.
[2014/Jul/17|13:30:14] Sending RenderBegin() to environment maps.
[2014/Jul/17|13:30:14] Sending RenderBegin() to the tone operator.
[2014/Jul/17|13:30:14] Sending RenderBegin() to override mtl.
[2014/Jul/17|13:30:14] Adding global illumination light
[2014/Jul/17|13:30:14] Created global illumination light.
[2014/Jul/17|13:30:14] Light added to light list.
[2014/Jul/17|13:30:14] Scanning scene.
[2014/Jul/17|13:30:14] 390 render object(s)
[2014/Jul/17|13:30:14] 609 render instance(s)
[2014/Jul/17|13:30:14] 1 render light(s)
[2014/Jul/17|13:30:14] Setting up lights for render instances
[2014/Jul/17|13:30:14] Setting up trace sets
[2014/Jul/17|13:30:14] error: UNHANDLED EXCEPTION: Setting up trace sets
Last marker is at ./src/vray.cpp, line 601: VRay::freeData(), clearing render settings.
Can someone help me find the problem? I tried disabling all lights except the sky and it still crashes at "setting up trace sets".
[2014/Jul/17|13:30:13] Preparing renderer...
[2014/Jul/17|13:30:13] Using Intel Embree ray server
[2014/Jul/17|13:30:13] Using probabilistic light evaluation with 8 lights.
[2014/Jul/17|13:30:13] Creating render callback from built-in VFB.
[2014/Jul/17|13:30:13] Max ray intensity is enabled: rendered result may have incorrect brightness.
[2014/Jul/17|13:30:13] Calling renderBegin().
[2014/Jul/17|13:30:13] Sending RenderBegin().
[2014/Jul/17|13:30:14] Sending RenderBegin() to atmospheric effects.
[2014/Jul/17|13:30:14] Sending RenderBegin() to render effects.
[2014/Jul/17|13:30:14] Sending RenderBegin() to environment maps.
[2014/Jul/17|13:30:14] Sending RenderBegin() to the tone operator.
[2014/Jul/17|13:30:14] Sending RenderBegin() to override mtl.
[2014/Jul/17|13:30:14] Adding global illumination light
[2014/Jul/17|13:30:14] Created global illumination light.
[2014/Jul/17|13:30:14] Light added to light list.
[2014/Jul/17|13:30:14] Scanning scene.
[2014/Jul/17|13:30:14] 390 render object(s)
[2014/Jul/17|13:30:14] 609 render instance(s)
[2014/Jul/17|13:30:14] 1 render light(s)
[2014/Jul/17|13:30:14] Setting up lights for render instances
[2014/Jul/17|13:30:14] Setting up trace sets
[2014/Jul/17|13:30:14] error: UNHANDLED EXCEPTION: Setting up trace sets
Last marker is at ./src/vray.cpp, line 601: VRay::freeData(), clearing render settings.
Comment