Можно доку почитать как открыть логи краша
https://docs.blender.org/manual/en/latest/troubleshooting/crash.htmlWindows
On a crash, a file is written based on the name of the currently loaded blend-file, so test.blend will create a file called test.crash.txt.
Batch scripts are provided in Blender installation directory which may be run to obtain the Blender debug log and system info text files:
blender_debug_log.cmd is used in most cases.
blender_debug_gpu.cmd and blender_debug_gpu_workaround.cmd log GPU-related errors.
blender_factory_startup.cmd starts Blender with default settings which is recommended for debugging.
If the crash happens in Blender module, stack trace is also written to a file named blender.crash.txt. The path to that file can be found at the end of blender_debug_log.txt file.