Helo to the Community!
I am building Unreal Engine 4.24 for the CARLA simulator on a Linux server. I am getting the following error with the Unreal Engine build.
[2021.05.23-22.04.41:873][ 0]LogInit: -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2021.05.23-22.04.41:873][ 0]LogInit: Initializing SDL.
[2021.05.23-22.04.46:148][ 0]LogInit: Warning: Could not initialize SDL: XRandR support is required but not available
[2021.05.23-22.04.46:148][ 0]LogInit: - Physical RAM available (not considering process quota): 377 GB (385600 MB, 394855240 KB, 404331765760 bytes)
[2021.05.23-22.04.46:148][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4
[2021.05.23-22.04.46:148][ 0]LogInit: - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2021.05.23-22.04.46:649][ 0]LogInit: Using OS detected language (en-US).
[2021.05.23-22.04.46:649][ 0]LogInit: Using OS detected locale (en-US).
[2021.05.23-22.04.46:649][ 0]LogTextLocalizationManager: No specific localization for ‘en-US’ exists, so the ‘en’ localization will be used.
[2021.05.23-22.04.46:796][ 0]LogInit: Initializing SDL.
[2021.05.23-22.04.51:138][ 0]LogInit: Warning: Could not initialize SDL: XRandR support is required but not available
[2021.05.23-22.04.51:138][ 0]LogInit: Warning: FLinuxSplashState::InitSplashResources() : InitSDL() failed, there will be no splash.
[2021.05.23-22.04.51:138][ 0]LogInit: Initializing SDL.
[2021.05.23-22.04.55:461][ 0]LogInit: Warning: Could not initialize SDL: XRandR support is required but not available
[2021.05.23-22.04.55:461][ 0]LogInit: Error: FLinuxApplication::CreateLinuxApplication() : InitSDL() failed, cannot create application instance.
[2021.05.23-22.04.55:461][ 0]LogCore: FUnixPlatformMisc::RequestExit(bForce=true, ReturnCode=1)
[2021.05.23-22.04.55:461][ 0]LogCore: FUnixPlatformMisc::RequestExit(1)
Any directions and inputs will be appreciated. Thanks!