Unreal Editor crashes when project is opened

Hey guys, I just built Unreal Engine on my Linux machine and so far almost everything works fine. I’m able to create projects but once the project is opened and I move the mouse the editor crashes. Any ideas on how to fix this?

I just posted the same here:

One “solution” (workaround) I found is to use OpenGL 4 instad of Vulkan (Vulkan is the default in 4.21):

$ ./Engine/Binaries/Linux/UE4Editor -opengl4

Thanks a lot. I tried it and it worked.