Maniphest T59927

Blender fails on new file load
Closed, Resolved

Assigned To
Richard Antalik (ISS)
Authored By
Richard Antalik (ISS)
Dec 28 2018, 3:30 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

Short description of error
Fails on free mesh - cube.

Exact steps for others to reproduce the error

  • open blender with factory startup
  • open another file

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
Info: Total files 0 | Changed 0 | Failed 0
Read blend: C:\Users\john\Desktop\vid\xxx.blend
read file C:\Users\john\Desktop\vid\xxx.blend
  Version 280 sub 39 date 2018-12-26 22:09 hash e4dbfe0a98c1
Memoryblock reconstruct: end corrupt

Stack:

>	blender.exe!issue_debug_notification(const wchar_t * const message=0x07326fd4) Line 28	C++
 	blender.exe!__acrt_report_runtime_error(const wchar_t * message=0x07326fd4) Line 154	C++
 	blender.exe!abort() Line 51	C++
 	blender.exe!MemorY_ErroR(const unsigned char * block=0x085a6bac, const unsigned char * error=0x0859d658) Line 1079	C
 	blender.exe!MEM_guarded_freeN(void * vmemh=0x0b8bf360) Line 965	C
 	blender.exe!BKE_libblock_free_ex(Main * bmain=0x0b846380, void * idv=0x0b8bf360, const bool do_id_user=false, const bool do_ui_user=false) Line 943	C
 	blender.exe!BKE_main_free(Main * mainvar=0x0b846380) Line 76	C
 	blender.exe!BKE_blender_globals_clear() Line 149	C
 	blender.exe!setup_app_data(bContext * C=0x09241340, BlendFileData * bfd=0x2157e6b8, const unsigned char * filepath=0x0075f138, const bool is_startup=false, ReportList * reports=0x0ef48760) Line 239	C
 	blender.exe!BKE_blendfile_read(bContext * C=0x09241340, const unsigned char * filepath=0x0075f138, const BlendFileReadParams * params=0x0075f0d4, ReportList * reports=0x0ef48760) Line 404	C
 	blender.exe!WM_file_read(bContext * C=0x09241340, const unsigned char * filepath=0x0075f138, ReportList * reports=0x0ef48760) Line 601	C
 	blender.exe!wm_file_read_opwrap(bContext * C=0x09241340, const unsigned char * filepath=0x0075f138, ReportList * reports=0x0ef48760, const bool autoexec_init=true) Line 1864	C
 	blender.exe!wm_open_mainfile_exec(bContext * C=0x09241340, wmOperator * op=0x0ee9d630) Line 1924	C
 	blender.exe!wm_handler_fileselect_do(bContext * C=0x09241340, ListBase * handlers=0x0b846b50, wmEventHandler * handler=0x0e00bd20, int val=2) Line 2168	C
 	blender.exe!wm_handler_fileselect_call(bContext * C=0x09241340, ListBase * handlers=0x0b846b50, wmEventHandler * handler=0x0e00bd20, const wmEvent * event=0x0e584728) Line 2255	C
 	blender.exe!wm_handlers_do_intern(bContext * C=0x09241340, wmEvent * event=0x0e584728, ListBase * handlers=0x0b846b50) Line 2380	C
 	blender.exe!wm_handlers_do(bContext * C=0x09241340, wmEvent * event=0x0e584728, ListBase * handlers=0x0b846b50) Line 2607	C
 	blender.exe!wm_event_do_handlers(bContext * C=0x09241340) Line 2997	C
 	blender.exe!WM_main(bContext * C=0x09241340) Line 427	C
 	blender.exe!main(int argc=4, const unsigned char * * UNUSED_argv_c=0x092502e0) 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:30 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.