System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30
Blender Version
Broken: version:
- 2.92.0 Alpha, branch: master, commit date: 2020-12-22 09:04, hash: rB0e85d701c654
- 2.92.0 Alpha, branch: master, commit date: 2020-12-15 23:20, hash: rB977bd7937a07
Worked:
- 2.92.0 Alpha, branch: master, commit date: 2020-12-14 15:44, hash: rB010f44b855ca
Short description of error
Attempting to save a stereoscopic render results in a crash.
Exact steps for others to reproduce the error
- Open Blender.
- Enable Output Properties > Stereoscopy (leave settings at default).
- Render an image.
- Attempt to save the image.
The assert BLI_assert(ctx_win != win); in wm_handler_fileselect_do is triggered:
_BLI_assert_abort() Line 51 C wm_handler_fileselect_do(bContext * C, ListBase * handlers, wmEventHandler_Op * handler, int val) Line 2262 C wm_handler_fileselect_call(bContext * C, ListBase * handlers, wmEventHandler_Op * handler, const wmEvent * event) Line 2410 C wm_handlers_do_intern(bContext * C, wmEvent * event, ListBase * handlers) Line 2818 C wm_handlers_do(bContext * C, wmEvent * event, ListBase * handlers) Line 2870 C wm_event_do_handlers(bContext * C) Line 3293 C WM_main(bContext * C) Line 638 C main(int argc, const unsigned char * * UNUSED_argv_c) Line 526 C