Following issues not present in 5.7.4: Upon load, buttons or dropdown menus cause complete freeze and sometimes crash. For some reason i can load the new project window and mouse around, but selecting a dropdown or hitting the create button will freeze 100%. Have also tried loading with these flags SDL_VIDEODRIVER=x11 ./UnrealEditor -dx11. This was repeated with a ubuntu 22.03 docker, but this version is outdated and doesnt support newer radeon cards, so UE 5.8 wont load.
Your GPUVM fault matches a RADV bug I reported with a fix open:
vkGetDescriptorSetLayoutSizeEXT returns 0 for mutable descriptor layouts containing acceleration structures, so UE 5.8’s bindless renderer creates a zero-sized descriptor buffer and the GPU faults on first access:
Heads-up: with that fixed you’ll likely hit a second Mesa bug — the editor freezing after ~a minute (deadlock in the common Vulkan runtime, triggered by UE 5.8’s multi-queue submission):
With both MRs applied locally, UE 5.8 runs correctly here on an RX 9070 XT. If you can test them on your 6900 XT, a confirmation comment on the MRs would be valuable (different GPU generation).