It’s possible that the crash is occurring from the shaders not finishing compiling after you’ve opened a brand new project. Shader compilation happens on separate processes, so if you’re closing the editor, you’re killing the parent process. Epic may not have implemented child process termination on parent process termination.