Running Linux Package on WSL2

I am trying to run Linux package on WSL2 Ubuntu 22.04 (just out of curiosity), and at least I could do it through llvmpipe at 2~3 fps. The UE is 4.27.
I want th package to use physical gpu to make it smoother. My pc spec is:

I followed
(https://devblogs.microsoft.com/commandline/d3d12-gpu-video-acceleration-in-the-windows-subsystem-for-linux-now-available/), and my pc’s physical gpu seems to work on WSL2. Also, I tried KhronosGroup/Vulkan-Samples: One stop solution for all Vulkan samples (github.com) and got it work at 30~40 fps.

$ vulkaninfo --summary
WARNING: [Loader Message] Code 0 : terminator_CreateInstance: Failed to CreateInstance in ICD 1.  Skipping ICD.
WARNING: dzn is not a conformant Vulkan implementation, testing use only.
==========
VULKANINFO
==========

Vulkan Instance Version: 1.3.204


Instance Extensions: count = 20
-------------------------------
VK_EXT_acquire_drm_display             : extension revision 1
VK_EXT_acquire_xlib_display            : extension revision 1
VK_EXT_debug_report                    : extension revision 10
VK_EXT_debug_utils                     : extension revision 2
VK_EXT_direct_mode_display             : extension revision 1
VK_EXT_display_surface_counter         : extension revision 1
VK_EXT_swapchain_colorspace            : extension revision 4
VK_KHR_device_group_creation           : extension revision 1
VK_KHR_display                         : extension revision 23
VK_KHR_external_fence_capabilities     : extension revision 1
VK_KHR_external_memory_capabilities    : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2         : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2       : extension revision 1
VK_KHR_surface                         : extension revision 25
VK_KHR_surface_protected_capabilities  : extension revision 1
VK_KHR_wayland_surface                 : extension revision 6
VK_KHR_xcb_surface                     : extension revision 6
VK_KHR_xlib_surface                    : extension revision 6

Instance Layers: count = 3
--------------------------
VK_LAYER_INTEL_nullhw       INTEL NULL HW                1.1.73   version 1
VK_LAYER_MESA_device_select Linux device selection layer 1.3.211  version 1
VK_LAYER_MESA_overlay       Mesa Overlay layer           1.3.211  version 1

Devices:
========
GPU0:
        apiVersion         = 4202763 (1.2.267)
        driverVersion      = 96481284 (0x5c03004)
        vendorID           = 0x1002
        deviceID           = 0x15e7
        deviceType         = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
        deviceName         = Microsoft Direct3D12 (AMD Radeon (TM) Graphics)
        driverID           = UNKNOWN_VkDriverId_value23
        driverName         = Dozen
        driverInfo         = Mesa 23.3.4 - kisak-mesa PPA
        conformanceVersion = 0.0.0.0
        deviceUUID         = aae0ec09-3131-10f8-bb17-45be91f303f9
        driverUUID         = 7c3e0565-47b3-25bb-3388-45a9392cdd44
GPU1:
        apiVersion         = 4206859 (1.3.267)
        driverVersion      = 1 (0x0001)
        vendorID           = 0x10005
        deviceID           = 0x0000
        deviceType         = PHYSICAL_DEVICE_TYPE_CPU
        deviceName         = llvmpipe (LLVM 15.0.7, 256 bits)
        driverID           = DRIVER_ID_MESA_LLVMPIPE
        driverName         = llvmpipe
        driverInfo         = Mesa 23.3.4 - kisak-mesa PPA (LLVM 15.0.7)
        conformanceVersion = 1.3.1.1
        deviceUUID         = 6d657361-3233-2e33-2e34-202d206b6900
        driverUUID         = 6c6c766d-7069-7065-5555-494400000000

$ vkcube
WARNING: dzn is not a conformant Vulkan implementation, testing use only.
Selected GPU 0: Microsoft Direct3D12 (AMD Radeon (TM) Graphics), type: 1

BUT, the UE Linux package is the only one who never works with the physical gpu. Once gettting into black screen on launch, a few moments later, it crashes. The log is as below:

Summary
- Existing per-process limit (soft=1048576, hard=1048576) is enough for us (need only 1048576)
Increasing per-process limit of core file size to infinity.
Looking for binary: ../../../UE_sandbox/Config/BinaryConfig.ini
LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default.
LogConsoleResponse: Display: Failed to find resolution value strings in scalability ini. Falling back to default.
LogPakFile: Display: Found Pak file ../../../UE_sandbox/Content/Paks/UE_sandbox-LinuxNoEditor.pak attempting to mount.
LogPakFile: Display: Mounting pak file ../../../UE_sandbox/Content/Paks/UE_sandbox-LinuxNoEditor.pak.
LogPakFile: PakFile PrimaryIndexSize=41714
LogPakFile: PakFile PathHashIndexSize=48338
LogPakFile: PakFile FullDirectoryIndexSize=69496
LogShaderLibrary: Display: ShaderCodeLibraryPakFileMountedCallback: PakFile '../../../UE_sandbox/Content/Paks/UE_sandbox-LinuxNoEditor.pak' (chunk index -1, root '../../../') mounted
LogShaderLibrary: Display: ShaderCodeLibraryPakFileMountedCallback: pending pak file info (ChunkID:-1 Root:../../../ File:../../../UE_sandbox/Content/Paks/UE_sandbox-LinuxNoEditor.pak)
LogPakFile: OnPakFileMounted2Time == 0.000017
LogPlatformFile: Using cached read wrapper
LogTaskGraph: Started task graph with 5 named threads and 17 total threads with 3 sets of task threads.
LogStats: Stats thread started at 1.587833
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +9:00, Platform Override: ''
LogInit: Display: Loading text-based GConfig....
LogPluginManager: Mounting plugin Paper2D
LogPluginManager: Mounting plugin AISupport
LogPluginManager: Mounting plugin EnvironmentQueryEditor
LogPluginManager: Mounting plugin LightPropagationVolume
LogPluginManager: Mounting plugin CameraShakePreviewer
LogPluginManager: Mounting plugin GameplayCameras
LogPluginManager: Mounting plugin TemplateSequence
LogPluginManager: Mounting plugin LevelSequenceEditor
LogPluginManager: Mounting plugin OodleData
LogPluginManager: Mounting plugin OodleNetwork
LogPluginManager: Mounting plugin AnimationSharing
LogPluginManager: Mounting plugin SignificanceManager
LogPluginManager: Mounting plugin PluginUtils
LogPluginManager: Mounting plugin PropertyAccessEditor
LogPluginManager: Mounting plugin UObjectPlugin
LogPluginManager: Mounting plugin AssetManagerEditor
LogPluginManager: Mounting plugin FacialAnimation
LogPluginManager: Mounting plugin GeometryMode
LogPluginManager: Mounting plugin SpeedTreeImporter
LogPluginManager: Mounting plugin DatasmithContent
LogPluginManager: Mounting plugin VariantManagerContent
LogPluginManager: Mounting plugin AlembicImporter
LogPluginManager: Mounting plugin GeometryCache
LogPluginManager: Mounting plugin AutomationUtils
LogPluginManager: Mounting plugin ScreenshotTools
LogPluginManager: Mounting plugin BackChannel
LogPluginManager: Mounting plugin ChaosClothEditor
LogPluginManager: Mounting plugin ChaosCloth
LogPluginManager: Mounting plugin ChaosEditor
LogPluginManager: Mounting plugin PlanarCut
LogPluginManager: Mounting plugin GeometryProcessing
LogPluginManager: Mounting plugin EditableMesh
LogPluginManager: Mounting plugin GeometryCollectionPlugin
LogPluginManager: Mounting plugin ProceduralMeshComponent
LogPluginManager: Mounting plugin ChaosSolverPlugin
LogPluginManager: Mounting plugin ChaosNiagara
LogPluginManager: Mounting plugin Niagara
LogPluginManager: Mounting plugin PythonScriptPlugin
LogPluginManager: Mounting plugin CharacterAI
LogPluginManager: Mounting plugin MotoSynth
LogPluginManager: Mounting plugin PlatformCrypto
LogPluginManager: Mounting plugin AvfMedia
LogPluginManager: Mounting plugin ImgMedia
LogPluginManager: Mounting plugin MediaCompositing
LogPluginManager: Mounting plugin WmfMedia
LogPluginManager: Mounting plugin MeshPainting
LogPluginManager: Mounting plugin TcpMessaging
LogPluginManager: Mounting plugin UdpMessaging
LogPluginManager: Mounting plugin ActorSequence
LogPluginManager: Mounting plugin MatineeToLevelSequence
LogPluginManager: Mounting plugin OnlineSubsystemNull
LogPluginManager: Mounting plugin OnlineSubsystem
LogPluginManager: Mounting plugin OnlineSubsystemUtils
LogPluginManager: Mounting plugin LauncherChunkInstaller
LogPluginManager: Mounting plugin ActorLayerUtilities
LogPluginManager: Mounting plugin AndroidPermission
LogPluginManager: Mounting plugin AppleImageUtils
LogPluginManager: Mounting plugin ArchVisCharacter
LogPluginManager: Mounting plugin AssetTags
LogPluginManager: Mounting plugin AudioCapture
LogPluginManager: Mounting plugin CableComponent
LogPluginManager: Mounting plugin ChunkDownloader
LogPluginManager: Mounting plugin CustomMeshComponent
LogPluginManager: Mounting plugin ExampleDeviceProfileSelector
LogPluginManager: Mounting plugin GooglePAD
LogPluginManager: Mounting plugin LinuxDeviceProfileSelector
LogPluginManager: Mounting plugin LocationServicesBPLibrary
LogPluginManager: Mounting plugin MobilePatchingUtils
LogPluginManager: Mounting plugin PhysXVehicles
LogPluginManager: Mounting plugin RuntimePhysXCooking
LogPluginManager: Mounting plugin SoundFields
LogPluginManager: Mounting plugin Synthesis
LogPluginManager: Mounting plugin AudioSynesthesia
LogPluginManager: Mounting plugin WebMMoviePlayer
LogPluginManager: Mounting plugin WebMMedia
LogInit: Using libcurl 7.65.3-DEV
LogInit:  - built for x86_64-unknown-linux-gnu
LogInit:  - supports SSL with OpenSSL/1.1.1c
LogInit:  - supports HTTP deflate (compression) using libz 1.2.8
LogInit:  - other features:
LogInit:      CURL_VERSION_SSL
LogInit:      CURL_VERSION_LIBZ
LogInit:      CURL_VERSION_IPV6
LogInit:      CURL_VERSION_ASYNCHDNS
LogInit:      CURL_VERSION_LARGEFILE
LogInit:      CURL_VERSION_TLSAUTH_SRP
LogInit:  CurlRequestOptions (configurable via config and command line):
LogInit:  - bVerifyPeer = true  - Libcurl will verify peer certificate
LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
LogInit:  - MaxHostConnections = 16  - Libcurl will limit the number of connections to a host
LogInit:  - LocalHostAddr = Default
LogInit:  - BufferSize = 65536
LogOnline: OSS: Creating online subsystem instance for: NULL
LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL]
LogInit: Build: ++UE4+Release-4.27-CL-18319896
LogInit: Engine Version: 4.27.2-18319896+++UE4+Release-4.27
LogInit: Compatible Engine Version: 4.27.0-17155196+++UE4+Release-4.27
LogInit: Net CL: 17155196
LogInit: OS: GenericOSVersionLabel (GenericOSSubVersionLabel), CPU: AMD Ryzen 5 7530U with Radeon Graphics         , GPU: GenericGPUBrand
LogInit: Compiled (64-bit): Nov 30 2021 07:42:46
LogInit: Compiled with Clang: 11.0.1 (https://github.com/llvm/llvm-project 43ff75f2c3feef64f9d73328230d34dac8832a91)
LogInit: Build Configuration: Development
LogInit: Branch Name: ++UE4+Release-4.27
LogInit: Command Line: 
LogInit: Base Directory: /mnt/c/Projects/UE_Projects/UE_sandbox/LinuxNoEditor/UE_sandbox/Binaries/Linux/
LogInit: Allocator: binned2
LogInit: Installed Engine Build: 0
LogDevObjectVersion: Number of dev versions registered: 29
LogDevObjectVersion:   Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10
LogDevObjectVersion:   Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0
LogDevObjectVersion:   Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4
LogDevObjectVersion:   Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40
LogDevObjectVersion:   Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37
LogDevObjectVersion:   Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3
LogDevObjectVersion:   Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0
LogDevObjectVersion:   Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0
LogDevObjectVersion:   Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 14
LogDevObjectVersion:   Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0
LogDevObjectVersion:   Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 45
LogDevObjectVersion:   Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13
LogDevObjectVersion:   Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3
LogDevObjectVersion:   Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1
LogDevObjectVersion:   Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3
LogDevObjectVersion:   Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17
LogDevObjectVersion:   Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15
LogDevObjectVersion:   Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1
LogDevObjectVersion:   Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1
LogDevObjectVersion:   FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 47
LogDevObjectVersion:   FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 1
LogDevObjectVersion:   Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10
LogDevObjectVersion:   Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1
LogDevObjectVersion:   Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10
LogDevObjectVersion:   Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41
LogDevObjectVersion:   Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1
LogDevObjectVersion:   Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1
LogDevObjectVersion:   Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1
LogDevObjectVersion:   Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2
LogInit: Presizing for max 2097152 objects, including 1 objects not considered by GC, pre-allocating 0 bytes for permanent pool.
LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Engine.ini]
LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]]
LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]]
LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]]
LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]]
LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]]
LogConfig: Setting CVar [[s.UseBackgroundLevelStreaming:1]]
LogConfig: Setting CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
LogConfig: Setting CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
LogConfig: Setting CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
LogConfig: Setting CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
LogConfig: Setting CVar [[s.UnregisterComponentsTimeLimit:1.0]]
LogConfig: Setting CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
LogConfig: Setting CVar [[s.FlushStreamingOnExit:1]]
LogStreaming: Display: Async Loading initialized: Event Driven Loader: true, Async Loading Thread: false, Async Post Load: true
LogInit: Object subsystem initialized
LogConfig: Setting CVar [[con.DebugEarlyDefault:1]]
LogConfig: Setting CVar [[r.setres:1280x720]]
LogConfig: Setting CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[con.DebugEarlyDefault:1]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.setres:1280x720]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]]
[2024.01.29-23.05.36:886][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Engine.ini]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.GPUCrashDebugging:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.Mobile.DisableVertexFog:1]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.Shadow.CSM.MaxMobileCascades:2]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.MobileMSAA:1]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.Mobile.AllowDitheredLODTransition:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.Mobile.AllowSoftwareOcclusion:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.Mobile.VirtualTextures:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.DiscardUnusedQuality:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.AllowOcclusionQueries:1]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.MinScreenRadiusForLights:0.030000]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.MinScreenRadiusForDepthPrepass:0.030000]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.MinScreenRadiusForCSMDepth:0.010000]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.PrecomputedVisibilityWarning:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.TextureStreaming:1]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[Compat.UseDXT5NormalMaps:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.VirtualTextures:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.VT.EnableAutoImport:1]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.VirtualTexturedLightmaps:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.VT.TileSize:128]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.VT.TileBorderSize:4]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.vt.FeedbackFactor:16]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.VT.EnableCompressZlib:1]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.VT.EnableCompressCrunch:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.ClearCoatNormal:0]]
[2024.01.29-23.05.36:886][  0]LogConfig: Setting CVar [[r.ReflectionCaptureResolution:128]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.Mobile.ReflectionCaptureCompression:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.ReflectionEnvironmentLightmapMixBasedOnRoughness:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.ForwardShading:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.VertexFoggingForOpaque:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.AllowStaticLighting:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.NormalMapsForStaticLighting:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.GenerateMeshDistanceFields:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DistanceFieldBuild.EightBit:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.GenerateLandscapeGIData:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DistanceFieldBuild.Compress:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.TessellationAdaptivePixelsPerTriangle:48.000000]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.SeparateTranslucency:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.TranslucentSortPolicy:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[vr.VRS.HMDFixedFoveationLevel:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.CustomDepth:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.CustomDepthTemporalAAJitter:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.PostProcessing.PropagateAlpha:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.Bloom:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.AmbientOcclusion:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.AutoExposure:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.AutoExposure.Method:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.AutoExposure.Bias:1.000000]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.UsePreExposure:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.EyeAdaptation.EditorOnly:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.MotionBlur:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.LensFlare:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.TemporalAA.Upsampling:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.SSGI.Enable:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.AntiAliasing:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultFeature.LightUnits:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.DefaultBackBufferPixelFormat:4]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.Shadow.UnbuiltPreviewInGame:1]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.StencilForLODDither:0]]
[2024.01.29-23.05.36:887][  0]LogConfig: Setting CVar [[r.EarlyZPass:3]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.EarlyZPassOnlyMaterialMasking:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.DBuffer:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.ClearSceneMethod:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.BasePassOutputsVelocity:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.VertexDeformationOutputsVelocity:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SelectiveBasePassOutputs:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[fx.GPUSimulationTextureSizeX:1024]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[fx.GPUSimulationTextureSizeY:1024]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.AllowGlobalClipPlane:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.GBufferFormat:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.MorphTarget.Mode:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[vr.InstancedStereo:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.MobileHDR:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[vr.MobileMultiView:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.UseHWsRGBEncoding:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[vr.RoundRobinOcclusion:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[vr.ODSCapture:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.MeshStreaming:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.WireframeCullThreshold:5.000000]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.RayTracing:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.RayTracing.UseTextureLod:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SupportStationarySkylight:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SupportLowQualityLightmaps:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SupportPointLightWholeSceneShadows:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SupportAtmosphericFog:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SupportSkyAtmosphere:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SupportSkyAtmosphereAffectsHeightFog:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SkinCache.CompileShaders:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SkinCache.DefaultBehavior:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SkinCache.SceneMemoryLimitInMB:128.000000]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.EnableStaticAndCSMShadowReceivers:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.EnableMovableLightCSMShaderCulling:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.AllowDistanceFieldShadows:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.AllowMovableDirectionalLights:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.MobileNumDynamicPointLights:4]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.MobileDynamicPointLightsUseStaticBranch:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.EnableMovableSpotlights:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.EnableMovableSpotlightsShadow:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.GPUSkin.Support16BitBoneIndex:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.GPUSkin.Limit2BoneInfluences:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SupportDepthOnlyIndexBuffers:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.SupportReversedIndexBuffers:1]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.LightPropagationVolume:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.AmbientOcclusion:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.GPUSkin.UnlimitedBoneInfluences:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.GPUSkin.UnlimitedBoneInfluencesThreshold:8]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.PlanarReflectionMode:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Setting CVar [[r.Mobile.SupportsGen4TAA:0]]
[2024.01.29-23.05.36:891][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Engine.ini]
[2024.01.29-23.05.36:891][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Engine.ini]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.UseBackgroundLevelStreaming:1]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.UnregisterComponentsTimeLimit:1.0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[s.FlushStreamingOnExit:1]]
[2024.01.29-23.05.36:892][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Engine.ini]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.MaxObjectsNotConsideredByGC:1]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.SizeOfPermanentObjectPool:0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.FlushStreamingOnGC:0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.NumRetriesBeforeForcingGC:10]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.AllowParallelGC:1]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.MaxObjectsInEditor:25165824]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.IncrementalBeginDestroyEnabled:1]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.CreateGCClusters:1]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.MinGCClusterSize:5]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.ActorClusteringEnabled:0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.BlueprintClusteringEnabled:0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.UseDisregardForGCOnDedicatedServers:0]]
[2024.01.29-23.05.36:892][  0]LogConfig: Setting CVar [[gc.MultithreadedDestructionEnabled:1]]
[2024.01.29-23.05.36:892][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Engine.ini]
[2024.01.29-23.05.36:898][  0]LogInit: Initializing SDL.
[2024.01.29-23.05.36:977][  0]LogInit: Initialized SDL 2.0.12 revision: 13609 (hg-13609:34cc7d3b69d3) (compiled against 2.0.12)
[2024.01.29-23.05.36:977][  0]LogInit: Using SDL video driver 'x11'
[2024.01.29-23.05.36:978][  0]LogInit: Display metrics:
[2024.01.29-23.05.36:978][  0]LogInit:   PrimaryDisplayWidth: 1920
[2024.01.29-23.05.36:978][  0]LogInit:   PrimaryDisplayHeight: 1200
[2024.01.29-23.05.36:978][  0]LogInit:   PrimaryDisplayWorkAreaRect:
[2024.01.29-23.05.36:978][  0]LogInit:     Left=0, Top=0, Right=1920, Bottom=1200
[2024.01.29-23.05.36:978][  0]LogInit:   VirtualDisplayRect:
[2024.01.29-23.05.36:978][  0]LogInit:     Left=0, Top=0, Right=1920, Bottom=1200
[2024.01.29-23.05.36:978][  0]LogInit:   TitleSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000
[2024.01.29-23.05.36:978][  0]LogInit:   ActionSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000
[2024.01.29-23.05.36:978][  0]LogInit:   Number of monitors: 1
[2024.01.29-23.05.36:978][  0]LogInit:     Monitor 0
[2024.01.29-23.05.36:978][  0]LogInit:       Name: XWAYLAND0
[2024.01.29-23.05.36:978][  0]LogInit:       ID: display0
[2024.01.29-23.05.36:978][  0]LogInit:       NativeWidth: 1920
[2024.01.29-23.05.36:978][  0]LogInit:       NativeHeight: 1200
[2024.01.29-23.05.36:978][  0]LogInit:       bIsPrimary: true
[2024.01.29-23.05.36:981][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:981][  0]LogConfig: Setting CVar [[r.SkeletalMeshLODBias:0]]
[2024.01.29-23.05.36:981][  0]LogConfig: Setting CVar [[r.ViewDistanceScale:1.0]]
[2024.01.29-23.05.36:981][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:981][  0]LogConfig: Setting CVar [[r.PostProcessAAQuality:4]]
[2024.01.29-23.05.36:981][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:981][  0]LogConfig: Setting CVar [[r.LightFunctionQuality:1]]
[2024.01.29-23.05.36:981][  0]LogConfig: Setting CVar [[r.ShadowQuality:5]]
[2024.01.29-23.05.36:981][  0]LogConfig: Setting CVar [[r.Shadow.CSM.MaxCascades:10]]
[2024.01.29-23.05.36:981][  0]LogConfig: Setting CVar [[r.Shadow.MaxResolution:2048]]
[2024.01.29-23.05.36:981][  0]LogConfig: Setting CVar [[r.Shadow.MaxCSMResolution:2048]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Shadow.RadiusThreshold:0.01]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Shadow.DistanceScale:1.0]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Shadow.CSM.TransitionScale:1.0]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DistanceFieldShadowing:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DistanceFieldAO:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.AOQuality:2]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.VolumetricFog:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridPixelSize:8]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridSizeZ:128]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.LightMaxDrawDistanceScale:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.CapsuleShadows:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.MotionBlurQuality:4]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMaxQuality:100]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.AmbientOcclusionLevels:-1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.AmbientOcclusionRadiusScale:1.0]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DepthOfFieldQuality:2]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.RenderTargetPoolMin:400]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.LensFlareQuality:2]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.SceneColorFringeQuality:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.EyeAdaptationQuality:2]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.BloomQuality:5]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.FastBlurThreshold:100]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Upscale.Quality:3]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Tonemapper.GrainQuantization:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.LightShaftQuality:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Filter.SizeScale:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Tonemapper.Quality:5]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
[2024.01.29-23.05.36:982][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Streaming.MipBias:0]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Streaming.Boost:1]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.MaxAnisotropy:8]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.VT.MaxAnisotropy:8]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Streaming.PoolSize:1000]]
[2024.01.29-23.05.36:982][  0]LogConfig: Setting CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
[2024.01.29-23.05.36:982][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.TranslucencyLightingVolumeDim:64]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.RefractionQuality:2]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SSR.Quality:3]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SSR.HalfResSceneColor:0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SceneColorFormat:4]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.DetailMode:2]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.TranslucencyVolumeBlur:1]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.MaterialQualityLevel:1 ; High quality]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.AnisotropicMaterials:1]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SSS.Scale:1]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SSS.SampleSet:2]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SSS.Quality:1]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SSS.HalfRes:0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SSGI.Quality:3]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.EmitterSpawnRateScale:1.0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.ParticleLightQuality:2]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
[2024.01.29-23.05.36:983][  0]LogConfig: Setting CVar [[fx.Niagara.QualityLevel:3]]
[2024.01.29-23.05.36:985][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[foliage.DensityScale:1.0]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[grass.DensityScale:1.0]]
[2024.01.29-23.05.36:985][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.HairStrands.SkyAO.SampleCount:4]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
[2024.01.29-23.05.36:985][  0]LogLinux: Selected Device Profile: [LinuxNoEditor]
[2024.01.29-23.05.36:985][  0]LogInit: Applying CVar settings loaded from the selected device profile: [LinuxNoEditor]
[2024.01.29-23.05.36:985][  0]LogHAL: Display: Platform has ~ 4 GB [7947309056 / 4294967296 / 8], which maps to Smallest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.RHICmdBypass:0]]
[2024.01.29-23.05.36:985][  0]LogInit: Going up to parent DeviceProfile [Linux]
[2024.01.29-23.05.36:985][  0]LogInit: Going up to parent DeviceProfile []
[2024.01.29-23.05.36:985][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.SkeletalMeshLODBias:0]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.ViewDistanceScale:1.0]]
[2024.01.29-23.05.36:985][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.PostProcessAAQuality:4]]
[2024.01.29-23.05.36:985][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.LightFunctionQuality:1]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.ShadowQuality:5]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.Shadow.CSM.MaxCascades:10]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.Shadow.MaxResolution:2048]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.Shadow.MaxCSMResolution:2048]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.Shadow.RadiusThreshold:0.01]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.Shadow.DistanceScale:1.0]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.Shadow.CSM.TransitionScale:1.0]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.DistanceFieldShadowing:1]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.DistanceFieldAO:1]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.AOQuality:2]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.VolumetricFog:1]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridPixelSize:8]]
[2024.01.29-23.05.36:985][  0]LogConfig: Setting CVar [[r.VolumetricFog.GridSizeZ:128]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.LightMaxDrawDistanceScale:1]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.CapsuleShadows:1]]
[2024.01.29-23.05.36:986][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.MotionBlurQuality:4]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.AmbientOcclusionMaxQuality:100]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.AmbientOcclusionLevels:-1]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.AmbientOcclusionRadiusScale:1.0]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DepthOfFieldQuality:2]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.RenderTargetPoolMin:400]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.LensFlareQuality:2]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.SceneColorFringeQuality:1]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.EyeAdaptationQuality:2]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.BloomQuality:5]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.FastBlurThreshold:100]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Upscale.Quality:3]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Tonemapper.GrainQuantization:1]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.LightShaftQuality:1]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Filter.SizeScale:1]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Tonemapper.Quality:5]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
[2024.01.29-23.05.36:986][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Streaming.MipBias:0]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Streaming.Boost:1]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.MaxAnisotropy:8]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.VT.MaxAnisotropy:8]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Streaming.PoolSize:1000]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
[2024.01.29-23.05.36:986][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.TranslucencyLightingVolumeDim:64]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.RefractionQuality:2]]
[2024.01.29-23.05.36:986][  0]LogConfig: Setting CVar [[r.SSR.Quality:3]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SSR.HalfResSceneColor:0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SceneColorFormat:4]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.DetailMode:2]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.TranslucencyVolumeBlur:1]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.MaterialQualityLevel:1 ; High quality]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.AnisotropicMaterials:1]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SSS.Scale:1]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SSS.SampleSet:2]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SSS.Quality:1]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SSS.HalfRes:0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SSGI.Quality:3]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.EmitterSpawnRateScale:1.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.ParticleLightQuality:2]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[fx.Niagara.QualityLevel:3]]
[2024.01.29-23.05.36:987][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[foliage.DensityScale:1.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[grass.DensityScale:1.0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Scalability.ini]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.HairStrands.SkyAO.SampleCount:4]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
[2024.01.29-23.05.36:987][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[net.UseAdaptiveNetUpdateFrequency:0]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[p.chaos.AllowCreatePhysxBodies:1]]
[2024.01.29-23.05.36:987][  0]LogConfig: Setting CVar [[fx.SkipVectorVMBackendOptimizations:1]]
[2024.01.29-23.05.36:987][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [../../../UE_sandbox/Saved/Config/LinuxNoEditor/Engine.ini]
[2024.01.29-23.05.36:988][  0]LogConfig: Setting CVar [[g.TimeoutForBlockOnRenderFence:60000]]
[2024.01.29-23.05.36:988][  0]LogInit: Unix hardware info:
[2024.01.29-23.05.36:988][  0]LogInit:  - we are the first instance of this executable
[2024.01.29-23.05.36:988][  0]LogInit:  - this process' id (pid) is 152832, parent process' id (ppid) is 152825
[2024.01.29-23.05.36:988][  0]LogInit:  - we are not running under debugger
[2024.01.29-23.05.36:988][  0]LogInit:  - machine network name is 'mayo'
[2024.01.29-23.05.36:988][  0]LogInit:  - user name is 'user' (user)
[2024.01.29-23.05.36:988][  0]LogInit:  - we're logged in locally
[2024.01.29-23.05.36:988][  0]LogInit:  - we're running with rendering
[2024.01.29-23.05.36:988][  0]LogInit:  - CPU: AuthenticAMD 'AMD Ryzen 5 7530U with Radeon Graphics         ' (signature: 0xA50F00)
[2024.01.29-23.05.36:988][  0]LogInit:  - Number of physical cores available for the process: 6
[2024.01.29-23.05.36:988][  0]LogInit:  - Number of logical cores available for the process: 12
[2024.01.29-23.05.36:988][  0]LogInit:  - Cache line size: 64
[2024.01.29-23.05.36:988][  0]LogInit:  - Memory allocator used: binned2
[2024.01.29-23.05.36:988][  0]LogInit:  - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
[2024.01.29-23.05.36:988][  0]LogInit:  - This is an internal build.
[2024.01.29-23.05.36:988][  0]LogCore: Benchmarking clocks:
[2024.01.29-23.05.36:988][  0]LogCore:  - CLOCK_MONOTONIC (id=1) can sustain 39982262 (39982K, 40M) calls per second without zero deltas.
[2024.01.29-23.05.36:988][  0]LogCore:  - CLOCK_MONOTONIC_RAW (id=4) can sustain 39682381 (39682K, 40M) calls per second without zero deltas.
[2024.01.29-23.05.36:988][  0]LogCore:  - CLOCK_MONOTONIC_COARSE (id=6) can sustain 184357377 (184357K, 184M) calls per second with 99.999941% zero deltas.
[2024.01.29-23.05.36:988][  0]LogCore: Selected clock_id 1 (CLOCK_MONOTONIC) since it is the fastest support clock without zero deltas.
[2024.01.29-23.05.36:988][  0]LogInit: Unix-specific commandline switches:
[2024.01.29-23.05.36:988][  0]LogInit:  -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2024.01.29-23.05.36:988][  0]LogInit:  -jemalloc - use jemalloc for all memory allocation
[2024.01.29-23.05.36:988][  0]LogInit:  -binnedmalloc - use binned malloc  for all memory allocation
[2024.01.29-23.05.36:988][  0]LogInit:  -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2024.01.29-23.05.36:988][  0]LogInit:  -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2024.01.29-23.05.36:988][  0]LogInit:  -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2024.01.29-23.05.36:988][  0]LogInit:  -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2024.01.29-23.05.36:988][  0]LogInit:  -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2024.01.29-23.05.36:988][  0]LogInit:  -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2024.01.29-23.05.36:988][  0]LogInit:  -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2024.01.29-23.05.36:988][  0]LogInit:  -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2024.01.29-23.05.36:988][  0]LogInit:  - Physical RAM available (not considering process quota): 8 GB (7579 MB, 7761044 KB, 7947309056 bytes)
[2024.01.29-23.05.36:988][  0]LogInit:  - VirtualMemoryAllocator pools will grow at scale 1.4
[2024.01.29-23.05.36:988][  0]LogInit:  - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2024.01.29-23.05.37:329][  0]LogInit: Physics initialised using underlying interface: PhysX
[2024.01.29-23.05.37:331][  0]LogInit: Using OS detected language (en-US-POSIX).
[2024.01.29-23.05.37:331][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.01.29-23.05.37:332][  0]LogTextLocalizationManager: No specific localization for 'en-US-POSIX' exists, so the 'en' localization will be used.
[2024.01.29-23.05.37:386][  0]LogHAL: Warning: Splash screen image not found.
[2024.01.29-23.05.37:419][  0]LogSlate: New Slate User Created.  User Index 0, Is Virtual User: 0
[2024.01.29-23.05.37:419][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
[2024.01.29-23.05.37:429][  0]LogInit: Using SDL_WINDOW_VULKAN
[2024.01.29-23.05.37:497][  0]LogVulkanRHI: Display: - Found 3 instance layers
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_LAYER_INTEL_nullhw
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_LAYER_MESA_device_select
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_LAYER_MESA_overlay
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: - Found 20 instance extensions
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_EXT_acquire_drm_display
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_EXT_acquire_xlib_display
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_EXT_debug_report
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_EXT_debug_utils
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_EXT_direct_mode_display
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_EXT_display_surface_counter
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_EXT_swapchain_colorspace
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_device_group_creation
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_display
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_external_fence_capabilities
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_external_memory_capabilities
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_external_semaphore_capabilities
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_get_display_properties2
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_get_physical_device_properties2
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_get_surface_capabilities2
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_surface
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_surface_protected_capabilities
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_wayland_surface
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_xcb_surface
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_xlib_surface
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: Not using instance layers
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: Using instance extensions
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_surface
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_xlib_surface
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_external_memory_capabilities
[2024.01.29-23.05.37:498][  0]LogVulkanRHI: Display: * VK_KHR_get_physical_device_properties2
WARNING: dzn is not a conformant Vulkan implementation, testing use only.
[2024.01.29-23.05.37:648][  0]LogVulkanRHI: Display: Found 2 device(s)
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: Device 0: Microsoft Direct3D12 (AMD Radeon (TM) Graphics)
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: - API 1.2.267(0x40210b) Driver 0x5c03004 VendorId 0x1002
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: - DeviceID 0x15e7 Type Integrated GPU
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 8 Timestamps 1
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: - Device Properties driverName: Dozen
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: - Device Properties driverInfo: Mesa 23.3.4 - kisak-mesa PPA
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device layer VK_LAYER_MESA_device_select
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_descriptor_indexing
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_scalar_block_layout
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_separate_stencil_usage
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_ballot
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_vote
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_subgroup_size_control
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_vertex_attribute_divisor
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_16bit_storage
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_bind_memory2
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_create_renderpass2
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_dedicated_allocation
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_depth_stencil_resolve
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_descriptor_update_template
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_device_group
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_draw_indirect_count
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_driver_properties
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_dynamic_rendering
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory
[2024.01.29-23.05.37:651][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory_fd
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore_fd
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_get_memory_requirements2
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_image_format_list
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_imageless_framebuffer
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance1
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance2
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance3
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_multiview
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_relaxed_block_layout
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_mirror_clamp_to_edge
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_separate_depth_stencil_layouts
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_draw_parameters
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float16_int8
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float_controls
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_integer_dot_product
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_spirv_1_4
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_storage_buffer_storage_class
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_synchronization2
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_timeline_semaphore
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_uniform_buffer_standard_layout
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: Device 1: llvmpipe (LLVM 15.0.7, 256 bits)
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: - API 1.3.267(0x40310b) Driver 0x1 VendorId 0x10005
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: - DeviceID 0x0 Type CPU
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 8 Timestamps 1
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: - Device Properties driverName: llvmpipe
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: - Device Properties driverInfo: Mesa 23.3.4 - kisak-mesa PPA (LLVM 15.0.7)
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device layer VK_LAYER_MESA_device_select
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_AMDX_shader_enqueue
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_ARM_rasterization_order_attachment_access
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_4444_formats
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_attachment_feedback_loop_dynamic_state
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_attachment_feedback_loop_layout
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_border_color_swizzle
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_calibrated_timestamps
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_color_write_enable
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_conditional_rendering
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_custom_border_color
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_clip_control
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_clip_enable
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_depth_range_unrestricted
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_descriptor_buffer
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_descriptor_indexing
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_dynamic_rendering_unused_attachments
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_extended_dynamic_state
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_extended_dynamic_state2
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_extended_dynamic_state3
[2024.01.29-23.05.37:652][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_external_memory_host
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_graphics_pipeline_library
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_host_image_copy
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_host_query_reset
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_image_2d_view_of_3d
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_image_robustness
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_image_sliced_view_of_3d
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_index_type_uint8
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_inline_uniform_block
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_line_rasterization
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_load_store_op_none
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_memory_budget
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_memory_priority
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_mesh_shader
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_multi_draw
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_multisampled_render_to_single_sampled
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_mutable_descriptor_type
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_nested_command_buffer
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_non_seamless_cube_map
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pageable_device_local_memory
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_cache_control
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_pipeline_creation_feedback
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_post_depth_coverage
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_primitive_topology_list_restart
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_primitives_generated_query
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_private_data
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_provoking_vertex
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_rasterization_order_attachment_access
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_robustness2
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_sampler_filter_minmax
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_scalar_block_layout
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_separate_stencil_usage
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_atomic_float
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_atomic_float2
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_demote_to_helper_invocation
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_object
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_stencil_export
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_ballot
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_subgroup_vote
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_shader_viewport_index_layer
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_subgroup_size_control
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_texel_buffer_alignment
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_transform_feedback
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_vertex_attribute_divisor
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_vertex_input_dynamic_state
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_ycbcr_2plane_444_formats
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_EXT_ycbcr_image_arrays
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_GOOGLE_decorate_string
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_GOOGLE_hlsl_functionality1
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_16bit_storage
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_8bit_storage
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_bind_memory2
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_buffer_device_address
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_copy_commands2
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_create_renderpass2
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_dedicated_allocation
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_depth_stencil_resolve
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_descriptor_update_template
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_device_group
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_draw_indirect_count
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_driver_properties
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_dynamic_rendering
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_fence
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_memory_fd
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_external_semaphore
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_format_feature_flags2
[2024.01.29-23.05.37:653][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_get_memory_requirements2
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_image_format_list
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_imageless_framebuffer
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_incremental_present
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance1
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance2
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance3
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance4
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_maintenance5
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_map_memory2
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_multiview
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_pipeline_library
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_push_descriptor
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_relaxed_block_layout
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_mirror_clamp_to_edge
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_sampler_ycbcr_conversion
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_separate_depth_stencil_layouts
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_atomic_int64
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_clock
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_draw_parameters
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float16_int8
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_float_controls
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_integer_dot_product
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_non_semantic_info
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_subgroup_extended_types
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_shader_terminate_invocation
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_spirv_1_4
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_storage_buffer_storage_class
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_swapchain_mutable_format
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_synchronization2
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_timeline_semaphore
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_uniform_buffer_standard_layout
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_variable_pointers
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_vulkan_memory_model
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_KHR_zero_initialize_workgroup_memory
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: -    Found device extension VK_NV_device_generated_commands
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: Using Device 0: Geometry 1 Tessellation 0 BufferAtomic64 0
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: Found 2 Queue Families
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: Initializing Queue Family 0: 4 queues Gfx Compute Xfer
[2024.01.29-23.05.37:654][  0]LogVulkanRHI: Display: Skipping unnecessary Queue Family 1: 8 queues Compute Xfer
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: Using device layers
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: Using device extensions
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: * VK_KHR_driver_properties
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: * VK_KHR_get_memory_requirements2
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: * VK_KHR_dedicated_allocation
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: * VK_KHR_swapchain
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: * VK_KHR_maintenance1
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: * VK_KHR_maintenance2
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: * VK_EXT_scalar_block_layout
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: * VK_KHR_image_format_list
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: 1 Device Memory Heaps; Max memory allocations 4096
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display:  0: Flags 0x1 Size 8203139072 (7823.12 MB) GPU
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: 3 Device Memory Types (Not unified)
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display:  0: Flags 0x00007 Heap  0  Local HostVisible HostCoherent                
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display:  1: Flags 0x0000f Heap  0  Local HostVisible HostCoherent HostCached     
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display:  2: Flags 0x00001 Heap  0  Local                                         
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: Host Allocation Percentage   0.00% -          0.00MB /    0.000MB
[2024.01.29-23.05.37:749][  0]LogVulkanRHI: Display: Memory Budget unavailable
[2024.01.29-23.05.37:804][  0]LogVulkanRHI: Display: FVulkanPipelineStateCacheManager: Binary pipeline cache '../../../UE_sandbox/Saved/VulkanPSO.cache.1002.15e7' not found.
[2024.01.29-23.05.37:966][  0]LogRHI: Texture pool is 5476 MB (70% of 7823 MB)
[2024.01.29-23.05.37:966][  0]LogRendererCore: Ray tracing is disabled. Reason: r.RayTracing=0.
[2024.01.29-23.05.37:973][  0]LogShaderLibrary: Display: Using ../../../UE_sandbox/Content/ShaderArchive-Global-SF_VULKAN_SM5.ushaderbytecode for material shader code. Total 1868 unique shaders.
[2024.01.29-23.05.37:973][  0]LogShaderLibrary: Display: Cooked Context: Using Shared Shader Library Global
[2024.01.29-23.05.37:973][  0]LogShaderLibrary: Display: Logical shader library 'Global' has been created, components 1
[2024.01.29-23.05.37:973][  0]LogTemp: Warning: Clearing the OS Cache
[2024.01.29-23.05.37:973][  0]LogODSC: ODSC Thread active.
[2024.01.29-23.05.37:998][  0]LogPakFile: New pak file ../../../UE_sandbox/Content/Paks/UE_sandbox-LinuxNoEditor.pak added to pak precacher.
[2024.01.29-23.05.38:053][  0]LogSlate: Using FreeType 2.10.0
[2024.01.29-23.05.38:058][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2024.01.29-23.05.38:147][  0]LogShaderLibrary: Display: Using ../../../UE_sandbox/Content/ShaderArchive-UE_sandbox-SF_VULKAN_SM5.ushaderbytecode for material shader code. Total 2543 unique shaders.
[2024.01.29-23.05.38:147][  0]LogShaderLibrary: Display: Cooked Context: Using Shared Shader Library UE_sandbox
[2024.01.29-23.05.38:147][  0]LogShaderLibrary: Display: Logical shader library 'UE_sandbox' has been created, components 1
[2024.01.29-23.05.38:147][  0]LogRHI: Display: Opened pipeline cache after state change and enqueued 0 of 0 tasks for precompile.
[2024.01.29-23.05.38:148][  0]LogShaderLibrary: Display: Using ../../../UE_sandbox/Content/ShaderArchive-UE_sandbox-SF_VULKAN_SM5.ushaderbytecode for material shader code. Total 2543 unique shaders.
[2024.01.29-23.05.38:148][  0]LogShaderLibrary: Display: Cooked Context: Using Shared Shader Library UE_sandbox
[2024.01.29-23.05.38:148][  0]LogRHI: Display: Opened pipeline cache after state change and enqueued 0 of 0 tasks for precompile.
[2024.01.29-23.05.38:151][  0]LogRHI: Display: Failed to open default shader pipeline cache for UE_sandbox using shader platform 20.
[2024.01.29-23.05.38:151][  0]LogInit: Using OS detected language (en-US-POSIX).
[2024.01.29-23.05.38:151][  0]LogInit: Using OS detected locale (en-US-POSIX).
[2024.01.29-23.05.38:151][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the language.
[2024.01.29-23.05.38:151][  0]LogTextLocalizationManager: No localization for 'en-US-POSIX' exists, so 'en' will be used for the locale.
[2024.01.29-23.05.38:151][  0]LogSlate: FontCache flush requested. Reason: Culture for localization was changed
[2024.01.29-23.05.38:151][  0]LogSlate: FontCache flush requested. Reason: Culture for localization was changed
[2024.01.29-23.05.38:156][  0]LogTextLocalizationManager: Compacting localization data took   2.57ms
[2024.01.29-23.05.38:156][  0]LogAssetRegistry: FAssetRegistry took 0.0039 seconds to start up
[2024.01.29-23.05.38:374][  0]LogStreaming: Display: FlushAsyncLoading: 1 QueuedPackages, 0 AsyncPackages
[2024.01.29-23.05.38:375][  0]LogPackageLocalizationCache: Processed 18 localized package path(s) for 1 prioritized culture(s) in 0.000039 seconds
[2024.01.29-23.05.38:406][  0]LogSerialization: Display: AllowBulkDataInIoStore: 'true'
[2024.01.29-23.05.38:406][  0]LogLinux: Selected Device Profile: [LinuxNoEditor]
[2024.01.29-23.05.38:407][  0]LogInit: Active device profile: [0x7f20e37e6940][0x7f21430a4930 49] LinuxNoEditor
[2024.01.29-23.05.38:407][  0]LogInit: Profiles: [0x7f20e37e64c0][0x7f21430a0010 49] Linux, [0x7f20e37e6940][0x7f21430a4930 49] LinuxNoEditor, 
[2024.01.29-23.05.38:481][  0]LogNetVersion: UE_sandbox 1.0.0, NetCL: 17155196, EngineNetVer: 17, GameNetVer: 0 (Checksum: 2766572443)
[2024.01.29-23.05.38:678][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2024.01.29-23.05.38:678][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2024.01.29-23.05.38:823][  0]LogMoviePlayer: Initializing movie player
[2024.01.29-23.05.38:870][  0]LogVulkanRHI: Display: Requested PixelFormat 18 not supported by this swapchain! Falling back to supported swapchain format...
[2024.01.29-23.05.38:871][  0]LogVulkanRHI: Display: Queue Family 0: Supports Present
[2024.01.29-23.05.38:871][  0]LogVulkanRHI: Display: Queue Family 0: Supports Present
[2024.01.29-23.05.38:871][  0]LogVulkanRHI: Display: Found 4 Surface present modes:
[2024.01.29-23.05.38:871][  0]LogVulkanRHI: Display: - VK_PRESENT_MODE_IMMEDIATE_KHR (0)
[2024.01.29-23.05.38:871][  0]LogVulkanRHI: Display: - VK_PRESENT_MODE_MAILBOX_KHR (1)
[2024.01.29-23.05.38:871][  0]LogVulkanRHI: Display: - VK_PRESENT_MODE_FIFO_KHR (2)
[2024.01.29-23.05.38:871][  0]LogVulkanRHI: Display: - VK_PRESENT_MODE_FIFO_RELAXED_KHR (3)
[2024.01.29-23.05.38:871][  0]LogVulkanRHI: Display: Selected VkPresentModeKHR mode 1
[2024.01.29-23.05.38:872][  0]LogVulkanRHI: Creating new VK swapchain with present mode 1, format 44, color space 0, num images 3
[2024.01.29-23.05.39:137][  0]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
[2024.01.29-23.05.39:138][  0]LogSlate: Slate font cache was flushed
[2024.01.29-23.05.39:144][  0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: EC72280D8D954CED87C00E8D0EBA6227 | Instance: 40009FC16D19471F8B63EE16D9FAB812 (mayo-152832).
[2024.01.29-23.05.39:149][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
[2024.01.29-23.05.39:156][  0]LogUObjectArray: 14857 objects as part of root set at end of initial load.
[2024.01.29-23.05.39:156][  0]LogUObjectArray: 2 objects are not in the root set, but can never be destroyed because they are in the DisregardForGC set.
[2024.01.29-23.05.39:156][  0]LogUObjectAllocator: 3000376 out of 0 bytes used by permanent object pool.
[2024.01.29-23.05.39:156][  0]LogUObjectArray: CloseDisregardForGC: 14857/14857 objects in disregard for GC pool
[2024.01.29-23.05.39:158][  0]LogEngine: Initializing Engine...
[2024.01.29-23.05.39:163][  0]LogStats: UGameplayTagsManager::InitializeManager -  0.001 s
[2024.01.29-23.05.39:234][  0]LogInit: Initializing FReadOnlyCVARCache
[2024.01.29-23.05.39:234][  0]LogAudio: Display: Initializing Audio Device Manager...
[2024.01.29-23.05.39:234][  0]LogAudio: Display: Loading Default Audio Settings Objects...
[2024.01.29-23.05.39:235][  0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
[2024.01.29-23.05.39:235][  0]LogAudio: Display: Audio Device Manager Initialized
[2024.01.29-23.05.39:235][  0]LogAudio: Display: Creating Audio Device:                 Id: 1, Scope: Shared, Realtime: True
[2024.01.29-23.05.39:241][  0]LogAudioMixer: Display: Audio Mixer Platform Settings:
[2024.01.29-23.05.39:241][  0]LogAudioMixer: Display:   Sample Rate:                                              48000
[2024.01.29-23.05.39:241][  0]LogAudioMixer: Display:   Callback Buffer Frame Size Requested: 1024
[2024.01.29-23.05.39:241][  0]LogAudioMixer: Display:   Callback Buffer Frame Size To Use:        1024
[2024.01.29-23.05.39:241][  0]LogAudioMixer: Display:   Number of buffers to queue:                       2
[2024.01.29-23.05.39:241][  0]LogAudioMixer: Display:   Max Channels (voices):                            32
[2024.01.29-23.05.39:241][  0]LogAudioMixer: Display:   Number of Async Source Workers:           0
[2024.01.29-23.05.39:241][  0]LogAudio: Display: AudioDevice MaxSources: 32
[2024.01.29-23.05.39:242][  0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
[2024.01.29-23.05.39:242][  0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
[2024.01.29-23.05.39:242][  0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
[2024.01.29-23.05.39:242][  0]LogAudioMixer: Display: Initializing audio mixer.
[2024.01.29-23.05.39:333][  0]LogAudioMixerSDL: Display: Initialized SDL using pulseaudio platform API backend.
[2024.01.29-23.05.39:734][  0]LogAudioMixerSDL: Opening default audio device (device index -1)
[2024.01.29-23.05.39:738][  0]LogAudioMixer: Display: Using Audio Device Default Audio Device
[2024.01.29-23.05.39:739][  0]LogAudioMixer: Display: Initializing Sound Submixes...
[2024.01.29-23.05.39:741][  0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
[2024.01.29-23.05.39:741][  0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
[2024.01.29-23.05.39:742][  0]LogAudioMixer: Display: Creating Master Submix 'MasterEQSubmixDefault'
[2024.01.29-23.05.39:742][  0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144
[2024.01.29-23.05.39:743][  0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal()
[2024.01.29-23.05.39:743][  0]LogInit: FAudioDevice initialized.
[2024.01.29-23.05.39:744][  0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
[2024.01.29-23.05.39:744][  0]LogInit: Texture streaming: Enabled
[2024.01.29-23.05.39:823][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
[2024.01.29-23.05.39:824][  0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden
[2024.01.29-23.05.39:824][  0]LogInit: Display: Game Engine Initialized.
[2024.01.29-23.05.39:826][  0]LogInit: Display: Starting Game.
[2024.01.29-23.05.39:826][  0]LogNet: Browse: /Game/StarterContent/Maps/Minimal_Default?Name=Player
[2024.01.29-23.05.39:826][  0]LogLoad: LoadMap: /Game/StarterContent/Maps/Minimal_Default?Name=Player
[2024.01.29-23.05.39:826][  0]LogWorld: BeginTearingDown for /Temp/Untitled_0
[2024.01.29-23.05.39:828][  0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true
[2024.01.29-23.05.39:828][  0]LogSlate: InvalidateAllWidgets triggered.  All widgets were invalidated
[2024.01.29-23.05.39:833][  0]LogAudio: Display: Audio Device unregistered from world 'None'.
Ensure condition failed: (ImageCreateInfo.usage & VK_IMAGE_USAGE_SAMPLED_BIT) == 0 [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/VulkanRHI/Private/VulkanTexture.cpp] [Line: 427] 

[2024.01.29-23.05.39:930][  0]LogCore: 0x000000000653483a Dladdr: 0.322212ms Open: 1.019566ms Search: 9.363816ms
[2024.01.29-23.05.39:942][  0]LogCore: 0x0000000006534a70 Dladdr: 0.287946ms Open: 1.038664ms Search: 10.057694ms
[2024.01.29-23.05.39:952][  0]LogCore: 0x0000000006538d0d Dladdr: 0.284501ms Open: 0.978819ms Search: 8.687923ms
[2024.01.29-23.05.39:961][  0]LogCore: 0x000000000654cb7a Dladdr: 0.267528ms Open: 1.090001ms Search: 7.948780ms
[2024.01.29-23.05.39:975][  0]LogCore: 0x000000000673eb60 Dladdr: 0.281444ms Open: 0.930187ms Search: 12.062232ms
[2024.01.29-23.05.39:986][  0]LogCore: 0x000000000674043d Dladdr: 0.269252ms Open: 1.424325ms Search: 9.586940ms
[2024.01.29-23.05.39:997][  0]LogCore: 0x000000000542b671 Dladdr: 0.278830ms Open: 1.340938ms Search: 9.059900ms
[2024.01.29-23.05.40:009][  0]LogCore: 0x0000000006737649 Dladdr: 0.347189ms Open: 1.920977ms Search: 10.482124ms
[2024.01.29-23.05.40:021][  0]LogCore: 0x000000000676911c Dladdr: 0.281414ms Open: 1.142448ms Search: 10.194076ms
[2024.01.29-23.05.40:033][  0]LogCore: 0x0000000003e02f4a Dladdr: 0.295842ms Open: 1.562916ms Search: 9.495248ms
[2024.01.29-23.05.40:043][  0]LogCore: 0x0000000003e01a9d Dladdr: 0.306923ms Open: 1.293827ms Search: 9.256292ms
[2024.01.29-23.05.40:051][  0]LogCore: 0x00000000066fa67e Dladdr: 0.291303ms Open: 1.297423ms Search: 6.115898ms
[2024.01.29-23.05.40:062][  0]LogCore: 0x0000000006708771 Dladdr: 0.287606ms Open: 1.201573ms Search: 9.192822ms
[2024.01.29-23.05.40:075][  0]LogCore: 0x0000000003ec8306 Dladdr: 0.286233ms Open: 1.287506ms Search: 11.065590ms
[2024.01.29-23.05.40:087][  0]LogCore: 0x0000000003e5d6eb Dladdr: 0.361787ms Open: 1.509438ms Search: 10.887189ms
[2024.01.29-23.05.40:087][  0]LogCore: 0x00007f21a046bac2 Dladdr: 0.023013ms Open: 0.015871ms Search: 0.001082ms
[2024.01.29-23.05.40:088][  0]LogCore: 0x00007f21a04fd84f Dladdr: 0.020820ms Open: 0.002284ms Search: 0.000150ms
[2024.01.29-23.05.40:088][  0]LogStats: FPlatformStackWalk::StackWalkAndDump -  0.182 s
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: === Handled ensure: ===
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: 
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: Ensure condition failed: (ImageCreateInfo.usage & VK_IMAGE_USAGE_SAMPLED_BIT) == 0 [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/VulkanRHI/Private/VulkanTexture.cpp] [Line: 427]
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: 
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: Stack: 
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x000000000653483b UE_sandbox!FVulkanSurface::GenerateImageCreateInfo(FVulkanSurface::FImageCreateInfo&, FVulkanDevice&, VkImageViewType, EPixelFormat, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, ETextureCreateFlags, VkFormat*, VkFormat*, bool)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x0000000006534a71 UE_sandbox!FVulkanSurface::FVulkanSurface(FVulkanDevice&, FVulkanEvictable*, VkImageViewType, EPixelFormat, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, ETextureCreateFlags, ERHIAccess, FRHIResourceCreateInfo const&)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x0000000006538d0e UE_sandbox!FVulkanTextureBase::FVulkanTextureBase(FVulkanDevice&, VkImageViewType, EPixelFormat, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, ETextureCreateFlags, ERHIAccess, FRHIResourceCreateInfo const&)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x000000000654cb7b UE_sandbox!FVulkanDynamicRHI::RHICreateTexture2D_RenderThread(FRHICommandListImmediate&, unsigned int, unsigned int, unsigned char, unsigned int, unsigned int, ETextureCreateFlags, ERHIAccess, FRHIResourceCreateInfo&)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x000000000673eb61 UE_sandbox!FRenderTargetPool::FindFreeElementInternal(FRHICommandList&, FPooledRenderTargetDesc const&, char16_t const*, bool, bool)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x000000000674043e UE_sandbox!FRenderTargetPool::FindFreeElement(FRHICommandList&, FPooledRenderTargetDesc const&, TRefCountPtr<IPooledRenderTarget>&, char16_t const*, ERenderTargetTransience, bool)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x000000000542b672 UE_sandbox!FHZBOcclusionTester::InitDynamicRHI()()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x000000000673764a UE_sandbox!FRenderResource::InitResource()()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x000000000676911d UE_sandbox!TGraphTask<TEnqueueUniqueRenderCommandType<BeginInitResource(FRenderResource*)::InitCommandName, BeginInitResource(FRenderResource*)::$_2> >::ExecuteTask(TArray<FBaseGraphTask*, TSizedDefaultAllocator<32> >&, ENamedThreads::Type)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x0000000003e02f4b UE_sandbox!FNamedTaskThread::ProcessTasksNamedThread(int, bool)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x0000000003e01a9e UE_sandbox!FNamedTaskThread::ProcessTasksUntilQuit(int)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x00000000066fa67f UE_sandbox!RenderingThreadMain(FEvent*)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x0000000006708772 UE_sandbox!FRenderingThread::Run()()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x0000000003ec8307 UE_sandbox!FRunnableThreadPThread::Run()()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x0000000003e5d6ec UE_sandbox!FRunnableThreadPThread::_ThreadProc(void*)()
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x00007f21a046bac3 libc.so.6!UnknownFunction(0x94ac2)
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: [Callstack] 0x00007f21a04fd850 libc.so.6!UnknownFunction(0x12684f)
[2024.01.29-23.05.40:088][  0]LogOutputDevice: Error: 
[2024.01.29-23.05.40:088][  0]LogStats:                SubmitErrorReport -  0.000 s
[2024.01.29-23.05.40:329][  0]LogStats:                    SendNewReport -  0.241 s
[2024.01.29-23.05.40:329][  0]LogStats:             FDebug::EnsureFailed -  0.423 s
[2024.01.29-23.05.40:345][  0]LogUObjectHash: Compacting FUObjectHashTables data took   0.46ms
[2024.01.29-23.05.40:401][  0]LogVulkanRHI: Warning: Failed to allocate Device Memory, Requested=4194304.00Kb MemTypeIndex=0
[2024.01.29-23.05.40:401][  0]LogVulkanRHI: Warning: Failed to allocate Device Memory, Requested=4194304.00Kb MemTypeIndex=1
[2024.01.29-23.05.40:407][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Minimal_Default'.
[2024.01.29-23.05.40:409][  0]LogAIModule: Creating AISystem for world Minimal_Default
[2024.01.29-23.05.40:409][  0]LogLoad: Game class is 'GameModeBase'
[2024.01.29-23.05.40:411][  0]LogWorld: Bringing World /Game/StarterContent/Maps/Minimal_Default.Minimal_Default up for play (max tick rate 0) at 2024.01.30-08.05.40
[2024.01.29-23.05.40:412][  0]LogWorld: Bringing up level for play took: 0.001816
[2024.01.29-23.05.40:420][  0]LogLoad: Took 0.594144 seconds to LoadMap(/Game/StarterContent/Maps/Minimal_Default)
Assertion failed: !"Enclosing block should never be called" [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/VulkanRHI/Private/VulkanTexture.cpp] [Line: 675] 

Signal 11 caught.
Malloc Size=65538 LargeMemoryPoolOffset=65554 
CommonUnixCrashHandler: Signal=11
[2024.01.29-23.05.40:725][  0]LogCore: === Critical error: ===
Unhandled Exception: SIGSEGV: invalid attempt to write memory at address 0x0000000000000003

[2024.01.29-23.05.40:725][  0]LogCore: Assertion failed: !"Enclosing block should never be called" [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/VulkanRHI/Private/VulkanTexture.cpp] [Line: 675] 



0x0000000003e3f9dd UE_sandbox!FGenericPlatformMisc::RaiseException(unsigned int)()
0x000000000400ca7b UE_sandbox!FOutputDevice::LogfImpl(char16_t const*, ...)()
0x0000000003fb2344 UE_sandbox!AssertFailedImplV(char const*, char const*, int, char16_t const*, __va_list_tag*)()
0x0000000003fb21eb UE_sandbox!FDebug::CheckVerifyFailedImpl(char const*, char const*, int, char16_t const*, ...)()
0x0000000006534f12 UE_sandbox!FVulkanSurface::FVulkanSurface(FVulkanDevice&, FVulkanEvictable*, VkImageViewType, EPixelFormat, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, ETextureCreateFlags, ERHIAccess, FRHIResourceCreateInfo const&)()
0x0000000006538d0e UE_sandbox!FVulkanTextureBase::FVulkanTextureBase(FVulkanDevice&, VkImageViewType, EPixelFormat, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, ETextureCreateFlags, ERHIAccess, FRHIResourceCreateInfo const&)()
0x000000000654cb7b UE_sandbox!FVulkanDynamicRHI::RHICreateTexture2D_RenderThread(FRHICommandListImmediate&, unsigned int, unsigned int, unsigned char, unsigned int, unsigned int, ETextureCreateFlags, ERHIAccess, FRHIResourceCreateInfo&)()
0x0000000007aa4b8a UE_sandbox!FTexture2DResource::CreateTexture()()
0x0000000007a9fc9e UE_sandbox!FStreamableTextureResource::InitRHI()()
0x0000000006737653 UE_sandbox!FRenderResource::InitResource()()
0x000000000676911d UE_sandbox!TGraphTask<TEnqueueUniqueRenderCommandType<BeginInitResource(FRenderResource*)::InitCommandName, BeginInitResource(FRenderResource*)::$_2> >::ExecuteTask(TArray<FBaseGraphTask*, TSizedDefaultAllocator<32> >&, ENamedThreads::Type)()
0x0000000003e02f4b UE_sandbox!FNamedTaskThread::ProcessTasksNamedThread(int, bool)()
0x0000000003e01a9e UE_sandbox!FNamedTaskThread::ProcessTasksUntilQuit(int)()
0x00000000066fa67f UE_sandbox!RenderingThreadMain(FEvent*)()
0x0000000006708772 UE_sandbox!FRenderingThread::Run()()
0x0000000003ec8307 UE_sandbox!FRunnableThreadPThread::Run()()
0x0000000003e5d6ec UE_sandbox!FRunnableThreadPThread::_ThreadProc(void*)()
0x00007f21a046bac3 libc.so.6!UnknownFunction(0x94ac2)
0x00007f21a04fd850 libc.so.6!UnknownFunction(0x12684f)

[2024.01.29-23.05.40:737][  0]LogExit: Executing StaticShutdownAfterError
Malloc Size=131160 LargeMemoryPoolOffset=196744 
Malloc Size=131160 LargeMemoryPoolOffset=327928 
Malloc Size=96892 LargeMemoryPoolOffset=424844 
Engine crash handling finished; re-raising signal 11 for the default handler. Good bye.
Segmentation fault (core dumped)

It recognized my gpu and llvmpipe and chose the former, but went into crash with the critical error. I want to avoid using opengl instead of vulkan beacause I do not want to build UE from source code. Enable OpenGL, and disable Vulkan, in Unreal Engine 4.25 - Rhyce.dev

Does anyone have the solution?