Maniphest T59926

Blender exit fails on studiolight_free
Closed, Resolved

Assigned To
Richard Antalik (ISS)
Authored By
Richard Antalik (ISS)
Dec 28 2018, 3:17 PM
Tags
  • BF Blender
Subscribers
Richard Antalik (ISS)

Description

System Information
Operating system: Win 8 64bit
Graphics card: some old nvidia

Blender Version
Broken: 2.8 latest daily 32 + 64bit

Exact steps for others to reproduce the error

  • open blender
  • close blender

Console output:

john@x MINGW64 ~/Desktop/blender-2.80.0-git.e4dbfe0a98c1-windows32
$ ./blender.exe -d --factory-startup
Switching to fully guarded memory allocator.
Blender 2.80 (sub 39)
Build: 26/12/2018 16:16 Windows Release
argv[0] = C:\Users\john\Desktop\blender-2.80.0-git.e4dbfe0a98c1-windows32\blender.exe
argv[1] = -d
argv[2] = --factory-startup
read file
  Version 280 sub 24 date unknown hash unknown
AL lib: (EE) UpdateDeviceParams: Failed to set 48000hz, got 44100hz instead
found bundled python: C:\Users\john\Desktop\blender-2.80.0-git.e4dbfe0a98c1-windows32\2.80\python
Saved session recovery to 'C:\Users\john\AppData\Local\Temp\quit.blend'
Error   : EXCEPTION_ACCESS_VIOLATION
Address : 0x3F800000

Stack:

 	3f800000()	Unknown
 	[Frames below may be incorrect and/or missing]	
>	blender.exe!studiolight_free(StudioLight * sl=0x0b67bee0) Line 143	C
 	blender.exe!BKE_studiolight_free() Line 1248	C
 	blender.exe!BKE_blender_free() Line 90	C
 	blender.exe!WM_exit_ext(bContext * C=0x007e07f8, const bool do_python=true) Line 520	C
 	blender.exe!WM_exit(bContext * C=0x007e07f8) Line 613	C
 	blender.exe!wm_exit_handler(bContext * C=0x007e07f8, const wmEvent * event=0x0d0ac780, void * userdata=0x00000000) Line 405	C
 	blender.exe!wm_handler_ui_call(bContext * C=0x007e07f8, wmEventHandler * handler=0x0d164e28, const wmEvent * event=0x0d0ac780, int always_pass=0) Line 573	C
 	blender.exe!wm_handlers_do_intern(bContext * C=0x007e07f8, wmEvent * event=0x0d0ac780, ListBase * handlers=0x0b7607c8) Line 2374	C
 	blender.exe!wm_handlers_do(bContext * C=0x007e07f8, wmEvent * event=0x0d0ac780, ListBase * handlers=0x0b7607c8) Line 2607	C
 	blender.exe!wm_event_do_handlers(bContext * C=0x007e07f8) Line 2997	C
 	blender.exe!WM_main(bContext * C=0x007e07f8) Line 427	C
 	blender.exe!main(int argc=3, const unsigned char * * UNUSED_argv_c=0x007ef018) Line 521	C
 	blender.exe!invoke_main() Line 78	C++
 	blender.exe!__scrt_common_main_seh() Line 283	C++
 	blender.exe!__scrt_common_main() Line 326	C++
 	blender.exe!mainCRTStartup() Line 17	C++

Event Timeline

Richard Antalik (ISS) created this task.Dec 28 2018, 3:17 PM
Bastien Montagne (mont29) edited projects, added BF Blender; removed BF Blender: 2.8.Jan 1 2019, 3:56 PM
Richard Antalik (ISS) changed the task status from Unknown Status to Resolved.Jan 6 2019, 6:53 AM
Richard Antalik (ISS) claimed this task.

Can not reproduce on latest build.

Closing.