Page MenuHome

Blender 2.80 - Crash if Render in Steroscope-3D
Closed, DuplicatePublic

Description

System Information
Operating system: Win-10-Pro-X64
Graphics card: GTX-1070

Blender Version
Broken:
2.80 -Beta- Every until Today! (14.01.2019)
Worked: (optional)

Short description of error
Every try to Render a picture with Cycles-Engine in Steroscope-3D crashes Blender!

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

Event Timeline

Dirk Richter (dirky2006) renamed this task from Crash if Render in Steroscope-3D to Blender 2.80 - Crash if Render in Steroscope-3D.Jan 14 2019, 9:27 AM
Philipp Oeser (lichtwerk) lowered the priority of this task from 90 to 50.

Can confirm here.
Crashes at the end of the first view, it seems
Everything relating to depsgraph is NULL here

1   DEG::Depsgraph::find_id_node         depsgraph.cc        340   0x2f3f2d0      
2   DEG_get_evaluated_id                 depsgraph_query.cc  194   0x2f46094      
3   DEG_get_evaluated_object             depsgraph_query.cc  181   0x2f46059      
4   rna_RenderEngine_camera_override_get rna_render.c        386   0x2dd8bda      
5   RenderEngine_camera_override_get     rna_render_gen.c    362   0x2dd9161      
6   BL::RenderEngine::camera_override    RNA_blender_cpp.h   50463 0x32de721      
7   ccl::BlenderSession::render          blender_session.cpp 460   0x32d90d2      
8   ccl::render_func                     blender_python.cpp  280   0x32d2f30      
9   _PyMethodDef_RawFastCallKeywords                               0x7ffff79bcf17 
10  _PyCFunction_FastCallKeywords                                  0x7ffff79bd1b0 
11  _PyEval_EvalFrameDefault                                       0x7ffff7a34acc 
12  _PyFunction_FastCallKeywords                                   0x7ffff79bc78a 
13  _PyEval_EvalFrameDefault                                       0x7ffff7a34436 
14  _PyFunction_FastCallDict                                       0x7ffff7975aca 
15  bpy_class_call                       bpy_rna.c           7926  0x23499c7      
16  engine_render                        rna_render.c        178   0x2dd82a6      
17  RE_engine_render                     external_engine.c   739   0x23140b8      
18  do_render_3d                         pipeline.c          1101  0x231ba30      
19  do_render                            pipeline.c          1177  0x231bd44      
20  do_render_composite                  pipeline.c          1381  0x231c4c9      
... <More>

also the Image Editor has a drawing glitch (in that it shows a red overlay)

@Dalai Felinto (dfelinto): mind checking?