Windows10 remote access ubuntu20.04 install unrealengine issues: Error: FLinuxApplication::CreateLinuxApplication() : InitSDL() failed, cannot create application instance

i’m stuck in install unrealengine 4.24 on Ubuntu20.4,
when i run ./UE4Editor, i got the following issues:

[2020.06.18-06.13.57:491][ 0]LogInit: Initializing SDL.
[2020.06.18-06.13.59:268][ 0]LogInit: Warning: Could not initialize SDL: XRandR support is required but not available
[2020.06.18-06.13.59:268][ 0]LogInit: - Physical RAM available (not considering process quota): 12 GB (11978 MB, 12265568 KB, 12559941632 bytes)
[2020.06.18-06.13.59:269][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4
[2020.06.18-06.13.59:269][ 0]LogInit: - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2020.06.18-06.14.00:120][ 0]LogInit: Using OS detected language (en-US).
[2020.06.18-06.14.00:120][ 0]LogInit: Using OS detected locale (en-US).
[2020.06.18-06.14.00:120][ 0]LogTextLocalizationManager: No specific localization for ‘en-US’ exists, so the ‘en’ localization will be used.
[2020.06.18-06.14.00:296][ 0]LogInit: Initializing SDL.
[2020.06.18-06.14.01:478][ 0]LogInit: Warning: Could not initialize SDL: XRandR support is required but not available
[2020.06.18-06.14.01:478][ 0]LogInit: Warning: FLinuxSplashState::InitSplashResources() : InitSDL() failed, there will be no splash.
[2020.06.18-06.14.01:478][ 0]LogInit: Initializing SDL.
[2020.06.18-06.14.03:372][ 0]LogInit: Warning: Could not initialize SDL: XRandR support is required but not available
[2020.06.18-06.14.03:372][ 0]LogInit: Error: FLinuxApplication::CreateLinuxApplication() : InitSDL() failed, cannot create application instance.
[2020.06.18-06.14.03:372][ 0]LogCore: FUnixPlatformMisc::RequestExit(bForce=true, ReturnCode=1)
[2020.06.18-06.14.03:372][ 0]LogCore: FUnixPlatformMisc::RequestExit(1)

my environment:
win10 → xmanager (xshell) → ubuntu 20.4 server

any help would be appreciated

i encounter the same issues on Ubuntu 18.04,
the host system is windows 10, using xshell to access ubuntu 18.04, x11 forwarding to Xmanager,
nvidia driver: 440.100,
have install vulkan, but run vulkaninfo has some issues: vulkan/1.2.141.2/source/Vulkan-Tools/vulkaninfo/vulkaninfo.h:240:vkEnumerateInstanceExtensionProperties failed with ERROR_INITIALIZATION_FAILED

I’m facing the same issue, have you solved it?