Just wanted to share my experience with the Unreal Engine 5.8.0 Preview on Linux so you don’t waste time downloading it if you have a similar setup.
Currently, the editor is highly unstable on Ubuntu 26.04 with NVIDIA cards (tested on an RTX 3060 Ti and Ryzen 7 5700X). In my experience, the editor crashes within 10 seconds of launching, and opening a project causes a crash in about 3 seconds.
Why it’s happening
It looks like the move to SDL 3.2.10 in this version is causing a protocol conflict with Wayland’s Explicit Sync and current NVIDIA drivers. The specific error in the logs is: wp_linux_drm_syncobj_surface_v1#149: error 2: Explicit Sync only supported on dmabuf buffers
Basically, the Wayland server kills the connection immediately because of a sync mismatch.
If you still want to try it
If you absolutely need to test 5.8 features, you can bypass the crash by forcing XWayland before running the editor: export SDL_VIDEODRIVER=x11 && ./UnrealEditor
However, for daily work, I’d recommend staying on your current stable UE version for now. 5.8 is definitely not ready for Linux users in this preview build!
At myside the editor loads with some workaround. with SM6 black screen. with SM5 I could load a project and hit the play in editor PIE button. But, if I open any blueprint it freezes. without using XWayland when you hover anything with the mouse wayland kills the editor.
What is happening: constant segmentation faults. The crashes occur consistently in the Blueprint editor when the engine attempts to create compute pipelines, specifically pointing to FVulkanPipelineStateCacheManager::CreateComputePipeline in the logs.
Tried on Kubuntu 24.04, 26.04 (even with mesa 26.0.6), ubuntu 26.04.
New mesa drivers dropped fixing my dark viewport. still cant use sm6 though. the whole thing is even more unusable than 5.7. xwayland now completely lock up my screen while wayland now only locks up unreal with modal popups