Unreal Engine 5.5.1 Segmentation Fault on Linux (Ubuntu 24.10, Kernel 6.11, Intel Arc A770)

I downloaded the distribution-agnostic pre-compiled binaries of Unreal Engine 5.5.1 for Linux from the Unreal Engine website. When running the UnrealEditor i get the following error:


LoginId:4672774f723749479ff85a03d41082b4-000003e8

Caught signal 11 Segmentation fault

libc.so.6!pthread_mutex_lock(+0x4)

libUnrealEditor-Core.so!UE::LLMPrivate::FLLMThreadState::PopTag(ELLMTagSet) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/HAL/PThreadCriticalSection.h:51]

libUnrealEditor-Core.so!FMsg::LogV(char const*, int, FName const&, ELogVerbosity::Type, char16_t const*, __va_list_tag*) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/HAL/LowLevelMemTracker.h:943]

libUnrealEditor-Core.so!UE::Logging::Private::BasicLog(FLogCategoryBase const&, UE::Logging::Private::FStaticBasicLogRecord const*, ...) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/Core/Private/Logging/StructuredLog.cpp:1088]

libUnrealEditor-Core.so!OnMessageCallback(UE::Trace::FMessageEvent const&) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/Core/Private/ProfilingDebugging/TraceAuxiliary.cpp:112]

libUnrealEditor-TraceLog.so!UE::Trace::Private::Writer_UpdateControl() [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/TraceLog/Private/Trace/Message.cpp:31]

libUnrealEditor-TraceLog.so!UE::Trace::Private::Writer_WorkerUpdateInternal() [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/TraceLog/Private/Trace/Writer.cpp:691]

libUnrealEditor-TraceLog.so!UE::Trace::Private::Writer_WorkerThread() [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/TraceLog/Private/Trace/Writer.cpp:715]

libUnrealEditor-TraceLog.so!UE::Trace::Private::ThreadCreate(char const*, void (*)())::$_0::__invoke(void*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/TraceLog/Private/Trace/Detail/Unix/UnixTrace.cpp:30]

libc.so.6!UnknownFunction(0xa1e2d)

libc.so.6!UnknownFunction(0x133a4b)

I also clones the UE repository and built it on the same machine but the error remains. I tried a few kernels which didn’t make a difference.

Any idea how what the reason could be?

System:
Ubuntu 24.10
Kernel 6.11.0-13.14, 6.11.11, 6.12.3
Intel Arc A770

1 Like

from that output is really hard to know.
some random ideas are:

  • you’re calling a UE_LOG and you’re either missing a param, or passing a parameter that’s null. (e.g. a string but it’s null.)
  • a more likely thing would be to have a UE_LOG with a %s string, but then you _forgot to put it in the parameters. like UE_LOG(LogTemp, Log, “%s”) but i think on linux you might get a compilation error on this.
  • you could be running out of memory but im not sure as the linux kernel will kill other apps to give you more memory.

id recommend you look into your logs (and post them here) to try to narrow where the segfault is being triggered.

1 Like

Here’s the log output:

Log file open, 12/17/24 21:45:01
LogInit: Display: Running engine for game: MyProject
LogCore: UTS: Unreal Trace Server launched successfully
LogTrace: Initializing trace...
LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region'
LogTrace: Display: Display Control listening on port 33807
LogTrace: Finished trace initialization.
LogCsvProfiler: Display: Metadata set : platform="Linux"
LogCsvProfiler: Display: Metadata set : config="Development"
LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.5-CL-38445549"
LogCsvProfiler: Display: Metadata set : engineversion="5.5.1-38445549+++UE5+Release-5.5"
LogCsvProfiler: Display: Metadata set : os="Ubuntu 24.10 6.12.3-061203-generic"
LogCsvProfiler: Display: Metadata set : cpu="GenuineIntel|Intel(R) Core(TM) Ultra 9 285K"
LogCsvProfiler: Display: Metadata set : pgoenabled="0"
LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0"
LogCsvProfiler: Display: Metadata set : ltoenabled="0"
LogCsvProfiler: Display: Metadata set : asan="0"
LogCsvProfiler: Display: Metadata set : commandline="" /mnt/nm790/UnrealEngineProjects/MyProject/MyProject.uproject -vulkan -NoLLM -Log""
LogCsvProfiler: Display: Metadata set : loginid="4672774f723749479ff85a03d41082b4-000003e8"
LogCsvProfiler: Display: Metadata set : llm="0"
LogStats: Stats thread started at 0.063629
LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetActorFactory id: 0
LogIris: FNetObjectFactoryRegistry::UnregisterFactory is unregistering factory: None name: NetSubObjectFactory id: 1
LogICUInternationalization: OS requested locale 'en_US' is not supported. Using the OS requested language of 'en-US' as the locale.
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +8:00, Platform Override: ''
LogInit: Session CrashGUID >====================================================
         Session CrashGUID >   UECC-Linux-84EFAEB8E5B04CD78D1C0DCD1A83B530
         Session CrashGUID >====================================================
LogConfig: No local boot hotfix file found at: [../../../../UnrealEngineProjects/MyProject/Saved/PersistentDownloadDir/HotfixForNextBoot.txt]
LogAudio: Display: Pre-Initializing Audio Device Manager...
LogAudio: Display: AudioInfo: 'OPUS' Registered
LogAudio: Display: AudioInfo: 'OGG' Registered
LogAudio: Display: AudioInfo: 'ADPCM' Registered
LogAudio: Display: AudioInfo: 'PCM' Registered
LogAudio: Display: AudioInfo: 'BINKA' Registered
LogAudio: Display: AudioInfo: 'RADA' Registered
LogAudio: Display: Audio Device Manager Pre-Initialized
LogPluginManager: Looking for build plugins target receipt
LogPluginManager: Unable to find target receipt in path: ../../../../UnrealEngineProjects/MyProject/Binaries/Linux/*.target
LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Linux/UnrealEditor.target
LogPluginManager: Looking for enabled plugins target receipt
LogPluginManager: Unable to find target receipt in path: ../../../../UnrealEngineProjects/MyProject/Binaries/Linux/*.target
LogConfig: Display: Loading VulkanPC ini files took 0.06 seconds
LogConfig: Display: Loading IOS ini files took 0.07 seconds
LogConfig: Display: Loading Android ini files took 0.07 seconds
LogConfig: Display: Loading Mac ini files took 0.07 seconds
LogConfig: Display: Loading Windows ini files took 0.08 seconds
LogConfig: Display: Loading TVOS ini files took 0.08 seconds
LogConfig: Display: Loading Unix ini files took 0.08 seconds
LogConfig: Display: Loading VisionOS ini files took 0.09 seconds
LogConfig: Display: Loading Linux ini files took 0.09 seconds
LogConfig: Display: Loading LinuxArm64 ini files took 0.09 seconds
LogPluginManager: Found matching target receipt: ../../../Engine/Binaries/Linux/UnrealEditor.target
LogPluginManager: Mounting Engine plugin UbaController
LogPluginManager: Mounting Engine plugin XGEController
LogPluginManager: Mounting Engine plugin EnhancedInput
LogPluginManager: Mounting Engine plugin ChaosCloth
LogPluginManager: Mounting Engine plugin RenderGraphInsights
LogPluginManager: Mounting Engine plugin FastBuildController
LogPluginManager: Mounting Engine plugin WorldMetrics
LogPluginManager: Mounting Engine plugin ChaosVD
LogPluginManager: Mounting Engine plugin TraceUtilities
LogPluginManager: Mounting Engine plugin MeshPainting
LogPluginManager: Mounting Engine plugin CmdLinkServer
LogPluginManager: Mounting Engine plugin Takes
LogPluginManager: Mounting Engine plugin SequencerScripting
LogPluginManager: Mounting Engine plugin ActorSequence
LogPluginManager: Mounting Engine plugin TemplateSequence
LogPluginManager: Mounting Engine plugin LevelSequenceEditor
LogPluginManager: Mounting Engine plugin Paper2D
LogPluginManager: Mounting Engine plugin EngineCameras
LogPluginManager: Mounting Engine plugin CameraShakePreviewer
LogPluginManager: Mounting Engine plugin GameplayCameras
LogPluginManager: Mounting Engine plugin VariantManager
LogPluginManager: Mounting Engine plugin GLTFExporter
LogPluginManager: Mounting Engine plugin VariantManagerContent
LogPluginManager: Mounting Engine plugin DatasmithContent
LogPluginManager: Mounting Engine plugin AlembicImporter
LogPluginManager: Mounting Engine plugin ProceduralMeshComponent
LogPluginManager: Mounting Engine plugin RigVM
LogPluginManager: Mounting Engine plugin ComputeFramework
LogPluginManager: Mounting Engine plugin SignificanceManager
LogPluginManager: Mounting Engine plugin MeshModelingToolset
LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector
LogPluginManager: Mounting Engine plugin WindowsMoviePlayer
LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector
LogPluginManager: Mounting Engine plugin AudioCapture
LogPluginManager: Mounting Engine plugin GeometryCache
LogPluginManager: Mounting Engine plugin CustomMeshComponent
LogPluginManager: Mounting Engine plugin Synthesis
LogPluginManager: Mounting Engine plugin AssetTags
LogPluginManager: Mounting Engine plugin AndroidFileServer
LogPluginManager: Mounting Engine plugin ChunkDownloader
LogPluginManager: Mounting Engine plugin MobilePatchingUtils
LogPluginManager: Mounting Engine plugin AppleImageUtils
LogPluginManager: Mounting Engine plugin AndroidPermission
LogPluginManager: Mounting Engine plugin ArchVisCharacter
LogPluginManager: Mounting Engine plugin HairStrands
LogPluginManager: Mounting Engine plugin WaveTable
LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector
LogPluginManager: Mounting Engine plugin ActorLayerUtilities
LogPluginManager: Mounting Engine plugin AppleMoviePlayer
LogPluginManager: Mounting Engine plugin GeometryProcessing
LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary
LogPluginManager: Mounting Engine plugin USDCore
LogPluginManager: Mounting Engine plugin GoogleCloudMessaging
LogPluginManager: Mounting Engine plugin MsQuic
LogPluginManager: Mounting Engine plugin StateTree
LogPluginManager: Mounting Engine plugin AudioWidgets
LogPluginManager: Mounting Engine plugin ResonanceAudio
LogPluginManager: Mounting Engine plugin Metasound
LogPluginManager: Mounting Engine plugin InputDebugging
LogPluginManager: Mounting Engine plugin CableComponent
LogPluginManager: Mounting Engine plugin AudioSynesthesia
LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector
LogPluginManager: Mounting Engine plugin GooglePAD
LogPluginManager: Mounting Engine plugin PropertyAccessEditor
LogPluginManager: Mounting Engine plugin SoundFields
LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector
LogPluginManager: Mounting Engine plugin WebMMoviePlayer
LogPluginManager: Mounting Engine plugin AndroidMoviePlayer
LogPluginManager: Mounting Engine plugin NiagaraSimCaching
LogPluginManager: Mounting Engine plugin OodleNetwork
LogPluginManager: Mounting Engine plugin Niagara
LogPluginManager: Mounting Engine plugin InterchangeTests
LogPluginManager: Mounting Engine plugin ChaosCaching
LogPluginManager: Mounting Engine plugin NFORDenoise
LogPluginManager: Mounting Engine plugin ChaosSolverPlugin
LogPluginManager: Mounting Engine plugin EditorPerformance
LogPluginManager: Mounting Engine plugin ChaosEditor
LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin
LogPluginManager: Mounting Engine plugin EditorDataStorage
LogPluginManager: Mounting Engine plugin Fracture
LogPluginManager: Mounting Engine plugin ChaosUserDataPT
LogPluginManager: Mounting Engine plugin AdvancedRenamer
LogPluginManager: Mounting Engine plugin LocalizableMessage
LogPluginManager: Mounting Engine plugin LowLevelNetTrace
LogPluginManager: Mounting Engine plugin PlanarCut
LogPluginManager: Mounting Engine plugin ChaosNiagara
LogPluginManager: Mounting Engine plugin GeometryFlow
LogPluginManager: Mounting Engine plugin CharacterAI
LogPluginManager: Mounting Engine plugin EditorTelemetry
LogPluginManager: Mounting Engine plugin PlatformCrypto
LogPluginManager: Mounting Engine plugin StudioTelemetry
LogPluginManager: Mounting Engine plugin ToolPresets
LogPluginManager: Mounting Engine plugin SkeletalReduction
LogPluginManager: Mounting Engine plugin FullBodyIK
LogPluginManager: Mounting Engine plugin AutomationUtils
LogPluginManager: Mounting Engine plugin PythonScriptPlugin
LogPluginManager: Mounting Engine plugin Dataflow
LogPluginManager: Mounting Engine plugin BackChannel
LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp
LogPluginManager: Mounting Engine plugin AISupport
LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor
LogPluginManager: Mounting Engine plugin Interchange
LogPluginManager: Mounting Engine plugin InterchangeAssets
LogPluginManager: Mounting Engine plugin InterchangeEditor
LogPluginManager: Mounting Engine plugin ImgMedia
LogPluginManager: Mounting Engine plugin MediaPlayerEditor
LogPluginManager: Mounting Engine plugin MediaPlate
LogPluginManager: Mounting Engine plugin AvfMedia
LogPluginManager: Mounting Engine plugin WmfMedia
LogPluginManager: Mounting Engine plugin WebMMedia
LogPluginManager: Mounting Engine plugin AndroidMedia
LogPluginManager: Mounting Engine plugin MediaCompositing
LogPluginManager: Mounting Engine plugin TcpMessaging
LogPluginManager: Mounting Engine plugin UdpMessaging
LogPluginManager: Mounting Engine plugin OnlineSubsystem
LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils
LogPluginManager: Mounting Engine plugin OnlineServices
LogPluginManager: Mounting Engine plugin OnlineBase
LogPluginManager: Mounting Engine plugin OnlineSubsystemNull
LogPluginManager: Mounting Engine plugin PixWinPlugin
LogPluginManager: Mounting Engine plugin DumpGPUServices
LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess
LogPluginManager: Mounting Engine plugin GitSourceControl
LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess
LogPluginManager: Mounting Engine plugin TextureFormatOodle
LogPluginManager: Mounting Engine plugin RenderDocPlugin
LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess
LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess
LogPluginManager: Mounting Engine plugin PropertyAccessNode
LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess
LogPluginManager: Mounting Engine plugin PlasticSourceControl
LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess
LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess
LogPluginManager: Mounting Engine plugin SubversionSourceControl
LogPluginManager: Mounting Engine plugin AnimationSharing
LogPluginManager: Mounting Engine plugin NullSourceCodeAccess
LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess
LogPluginManager: Mounting Engine plugin PerforceSourceControl
LogPluginManager: Mounting Engine plugin PluginUtils
LogPluginManager: Mounting Engine plugin UObjectPlugin
LogPluginManager: Mounting Engine plugin LauncherChunkInstaller
LogPluginManager: Mounting Engine plugin NNERuntimeORT
LogPluginManager: Mounting Engine plugin NNEDenoiser
LogPluginManager: Mounting Engine plugin CryptoKeys
LogPluginManager: Mounting Engine plugin ProxyLODPlugin
LogPluginManager: Mounting Engine plugin StylusInput
LogPluginManager: Mounting Engine plugin GameplayTagsEditor
LogPluginManager: Mounting Engine plugin CurveEditorTools
LogPluginManager: Mounting Engine plugin AssetManagerEditor
LogPluginManager: Mounting Engine plugin GeometryMode
LogPluginManager: Mounting Engine plugin PluginBrowser
LogPluginManager: Mounting Engine plugin SpeedTreeImporter
LogPluginManager: Mounting Engine plugin ColorGrading
LogPluginManager: Mounting Engine plugin SequencerAnimTools
LogPluginManager: Mounting Engine plugin MaterialAnalyzer
LogPluginManager: Mounting Engine plugin UMGWidgetPreview
LogPluginManager: Mounting Engine plugin ChangelistReview
LogPluginManager: Mounting Engine plugin EditorDebugTools
LogPluginManager: Mounting Engine plugin MacGraphicsSwitching
LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard
LogPluginManager: Mounting Engine plugin EngineAssetDefinitions
LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode
LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities
LogPluginManager: Mounting Engine plugin FacialAnimation
LogPluginManager: Mounting Engine plugin DataValidation
LogPluginManager: Mounting Engine plugin BlueprintHeaderView
LogPluginManager: Mounting Engine plugin MeshLODToolset
LogPluginManager: Mounting Engine plugin EditorScriptingUtilities
LogPluginManager: Mounting Engine plugin UVEditor
LogPluginManager: Mounting Engine plugin ControlRig
LogPluginManager: Mounting Engine plugin DeformerGraph
LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis
LogPluginManager: Mounting Engine plugin IKRig
LogPluginManager: Mounting Engine plugin ControlRigSpline
LogPluginManager: Mounting Engine plugin ACLPlugin
LogPluginManager: Mounting Engine plugin AnimationData
LogPluginManager: Mounting Engine plugin ControlRigModules
LogPluginManager: Mounting Engine plugin LiveLink
LogPluginManager: Mounting Engine plugin AnimationModifierLibrary
LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS
LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor
LogPluginManager: Mounting Engine plugin ConcertMain
LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource
LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource
LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource
LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource
LogPluginManager: Mounting Engine plugin SQLiteCore
LogPluginManager: Mounting Engine plugin XInputDevice
LogPluginManager: Mounting Engine plugin HoldoutComposite
LogPluginManager: Mounting Engine plugin SkeletalMeshModelingTools
LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay
LogPluginManager: Mounting Engine plugin ObjectMixer
LogPluginManager: Mounting Engine plugin LightMixer
LogPluginManager: Mounting Engine plugin ConcertSyncCore
LogPluginManager: Mounting Engine plugin ConcertSyncClient
SourceControl: Revision control is disabled
SourceControl: Revision control is disabled
SourceControl: Revision control is disabled
LogNFORDenoise: NFORDenoise function starting up
LogStudioTelemetry: Display: Starting StudioTelemetry Module
LogStudioTelemetry: Started StudioTelemetry Session
LogInit: Using libcurl 8.4.0
LogInit:  - built for x86_64-unknown-linux-gnu
LogInit:  - supports SSL with OpenSSL/1.1.1t
LogInit:  - supports HTTP deflate (compression) using libz 1.3
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:      CURL_VERSION_HTTP2
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
LogInit: CreateHttpThread using FCurlMultiPollEventLoopHttpThread
LogInit: Creating http thread with maximum 2147483647 concurrent requests
LogWebSockets: Warning: Lws(Error): OOM allocating 1073741816 fds 
LogWebSockets: Warning: Lws(Error): ZERO RANDOM FD 
LogWebSockets: Error: Failed to initialize libwebsockets
LogOnline: OSS: Created online subsystem instance for: NULL
LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL]
LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine]
RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings.
LogInit: ExecutableName: UnrealEditor
LogInit: Build: ++UE5+Release-5.5-CL-38445549
LogInit: Platform=LinuxEditor
LogInit: MachineId=4672774f723749479ff85a03d41082b4-000003e8
LogInit: DeviceId=
LogInit: Engine Version: 5.5.1-38445549+++UE5+Release-5.5
LogInit: Compatible Engine Version: 5.5.0-37670630+++UE5+Release-5.5
LogInit: Net CL: 37670630
LogInit: OS: Ubuntu 24.10 (6.12.3-061203-generic), CPU: Intel(R) Core(TM) Ultra 9 285K, GPU: UnknownVendor
LogInit: Compiled (64-bit): Nov 28 2024 00:57:56
LogInit: Architecture: x64
LogInit: Compiled with Clang: 18.1.0rc (github.com/llvm/llvm-project 461274b81d8641eab64d494accddc81d7db8a09e)
LogInit: Build Configuration: Development
LogInit: Branch Name: ++UE5+Release-5.5
LogInit: Command Line: -vulkan -NoLLM -Log
LogInit: Base Directory: /mnt/nm790/UnrealEngine551/Engine/Binaries/Linux/
LogInit: Allocator: Mimalloc
LogInit: Installed Engine Build: 1
LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
LogDevObjectVersion: Number of dev versions registered: 36
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): 20
LogDevObjectVersion:   Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0
LogDevObjectVersion:   Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 49
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): 170
LogDevObjectVersion:   FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8
LogDevObjectVersion:   FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 13
LogDevObjectVersion:   FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 15
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:   UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119
LogDevObjectVersion:   UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51
LogDevObjectVersion:   UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8
LogDevObjectVersion:   Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2
LogDevObjectVersion:   Dev-NaniteResearch (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1
LogDevObjectVersion:   Dev-ComputeFramework (6304A3E7-0059-4F59-8CFC-21BD7721FD4E): 0
LogConfig: Branch 'EditorLayout' had been unloaded. Reloading on-demand took 0.24ms
LogConfig: Branch 'UbaController' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'XGEController' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ChaosCloth' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'RenderGraphInsights' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'FastBuildController' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'WorldMetrics' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'MeshPainting' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'CmdLinkServer' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'SequencerScripting' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ActorSequence' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'TemplateSequence' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'LevelSequenceEditor' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'EngineCameras' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'CameraShakePreviewer' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'VariantManager' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AlembicImporter' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ProceduralMeshComponent' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ComputeFramework' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'SignificanceManager' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'MeshModelingToolset' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'IOSDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'WindowsMoviePlayer' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AndroidDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AudioCapture' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'GeometryCache' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'CustomMeshComponent' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AssetTags' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AndroidFileServer' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ChunkDownloader' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'MobilePatchingUtils' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AppleImageUtils' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AndroidPermission' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ArchVisCharacter' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'WaveTable' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'LinuxDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ActorLayerUtilities' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AppleMoviePlayer' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'GeometryProcessing' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'LocationServicesBPLibrary' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'GoogleCloudMessaging' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'MsQuic' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'AudioWidgets' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ResonanceAudio' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'InputDebugging' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'CableComponent' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AudioSynesthesia' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ExampleDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'GooglePAD' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'PropertyAccessEditor' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'SoundFields' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'WindowsDeviceProfileSelector' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'WebMMoviePlayer' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'AndroidMoviePlayer' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'NiagaraSimCaching' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'OodleNetwork' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'InterchangeTests' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ChaosCaching' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'NFORDenoise' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'ChaosSolverPlugin' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'EditorPerformance' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ChaosEditor' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'GeometryCollectionPlugin' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'EditorDataStorage' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'Fracture' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ChaosUserDataPT' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AdvancedRenamer' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'LocalizableMessage' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'LowLevelNetTrace' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'PlanarCut' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'ChaosNiagara' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'GeometryFlow' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'CharacterAI' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'EditorTelemetry' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'PlatformCrypto' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'StudioTelemetry' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'SkeletalReduction' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AutomationUtils' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'PythonScriptPlugin' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'Dataflow' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'BackChannel' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'MeshModelingToolsetExp' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AISupport' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'EnvironmentQueryEditor' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'InterchangeEditor' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ImgMedia' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'MediaPlayerEditor' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'MediaPlate' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'AvfMedia' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'WmfMedia' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'WebMMedia' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'AndroidMedia' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'MediaCompositing' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'TcpMessaging' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'UdpMessaging' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'OnlineSubsystem' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'OnlineSubsystemUtils' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'OnlineServices' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'OnlineBase' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'OnlineSubsystemNull' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'PixWinPlugin' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'DumpGPUServices' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'N10XSourceCodeAccess' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'GitSourceControl' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'VisualStudioSourceCodeAccess' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'TextureFormatOodle' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'RenderDocPlugin' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'VisualStudioCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'KDevelopSourceCodeAccess' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'PropertyAccessNode' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'CLionSourceCodeAccess' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'PlasticSourceControl' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'XCodeSourceCodeAccess' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'CodeLiteSourceCodeAccess' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'SubversionSourceControl' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AnimationSharing' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'NullSourceCodeAccess' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'RiderSourceCodeAccess' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'PerforceSourceControl' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'PluginUtils' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'UObjectPlugin' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'LauncherChunkInstaller' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'NNERuntimeORT' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'NNEDenoiser' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'CryptoKeys' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'ProxyLODPlugin' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'StylusInput' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'GameplayTagsEditor' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'CurveEditorTools' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'AssetManagerEditor' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'GeometryMode' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'PluginBrowser' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'SpeedTreeImporter' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'ColorGrading' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'SequencerAnimTools' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'MaterialAnalyzer' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'UMGWidgetPreview' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'ChangelistReview' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'EditorDebugTools' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'MacGraphicsSwitching' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'MobileLauncherProfileWizard' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'EngineAssetDefinitions' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ModelingToolsEditorMode' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'WorldPartitionHLODUtilities' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'FacialAnimation' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'DataValidation' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'BlueprintHeaderView' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'MeshLODToolset' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'UVEditor' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'BlendSpaceMotionAnalysis' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ControlRigSpline' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ACLPlugin' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'AnimationData' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ControlRigModules' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'AnimationModifierLibrary' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'OnlineSubsystemIOS' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'BaseCharacterFXEditor' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ConcertMain' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'PortableObjectFileDataSource' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ContentBrowserFileDataSource' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ContentBrowserAssetDataSource' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ContentBrowserClassDataSource' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'SQLiteCore' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'XInputDevice' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'SkeletalMeshModelingTools' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'OnlineSubsystemGooglePlay' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'ObjectMixer' had been unloaded. Reloading on-demand took 0.03ms
LogConfig: Branch 'LightMixer' had been unloaded. Reloading on-demand took 0.02ms
LogConfig: Branch 'ConcertSyncClient' had been unloaded. Reloading on-demand took 0.03ms
LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC.
LogStreaming: Display: AsyncLoading2 - Created: Event Driven Loader: false, Async Loading Thread: false, Async Post Load: false
LogStreaming: Display: AsyncLoading2 - Initialized
LogInit: Object subsystem initialized
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[con.DebugEarlyDefault:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created
[2024.12.17-13.45.02:366][  0]LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created
[2024.12.17-13.45.02:366][  0]LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.setres:1280x720]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.VSync:0]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.RHICmdBypass:0]]
[2024.12.17-13.45.02:366][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine]
[2024.12.17-13.45.02:366][  0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created
[2024.12.17-13.45.02:366][  0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]]
[2024.12.17-13.45.02:366][  0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.AllowStaticLighting:0]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.ReflectionMethod:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.RayTracing:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]]
[2024.12.17-13.45.02:366][  0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine]
[2024.12.17-13.45.02:367][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]]
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.AllowParallelGC:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.CreateGCClusters:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]]
[2024.12.17-13.45.02:367][  0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]]
[2024.12.17-13.45.02:367][  0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine]
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine]
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[DefaultASTCQualityBySizeHQ:4]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:AmbientSound]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created
[2024.12.17-13.45.02:367][  0]LogInit: Initializing SDL.
[2024.12.17-13.45.02:390][  0]LogInit: Initialized SDL 2.30.6 revision: SDL-2.30.6-no-vcs (compiled against 2.30.6)
[2024.12.17-13.45.02:391][  0]LogInit: Using SDL video driver 'x11'
[2024.12.17-13.45.02:391][  0]LogInit: Display metrics:
[2024.12.17-13.45.02:391][  0]LogInit:   PrimaryDisplayWidth: 3840
[2024.12.17-13.45.02:391][  0]LogInit:   PrimaryDisplayHeight: 2160
[2024.12.17-13.45.02:391][  0]LogInit:   PrimaryDisplayWorkAreaRect:
[2024.12.17-13.45.02:391][  0]LogInit:     Left=66, Top=32, Right=3840, Bottom=2160
[2024.12.17-13.45.02:391][  0]LogInit:   VirtualDisplayRect:
[2024.12.17-13.45.02:391][  0]LogInit:     Left=66, Top=32, Right=3840, Bottom=2160
[2024.12.17-13.45.02:391][  0]LogInit:   TitleSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000
[2024.12.17-13.45.02:391][  0]LogInit:   ActionSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000
[2024.12.17-13.45.02:391][  0]LogInit:   Number of monitors: 1
[2024.12.17-13.45.02:391][  0]LogInit:     Monitor 0
[2024.12.17-13.45.02:391][  0]LogInit:       Name: Odyssey G70NC 43"
[2024.12.17-13.45.02:391][  0]LogInit:       ID: display0
[2024.12.17-13.45.02:391][  0]LogInit:       NativeWidth: 3840
[2024.12.17-13.45.02:391][  0]LogInit:       NativeHeight: 2160
[2024.12.17-13.45.02:391][  0]LogInit:       bIsPrimary: true
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.FXAA.Quality:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TSR.ReprojectionField:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TSR.Resurrection:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.LightFunctionQuality:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.ShadowQuality:5]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.VolumetricFog:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.CapsuleShadows:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DistanceFieldAO:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.AOQuality:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.RayTracing.Scene.BuildMode:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SSR.Quality:3]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.MaxRoughnessToEvaluateRoughSpecularForFoliage:0.8]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapMode:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.MinWeight:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.MotionBlurQuality:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.LensFlareQuality:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.BloomQuality:5]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.FastBlurThreshold:100]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Upscale.Quality:3]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.LightShaftQuality:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Filter.SizeScale:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2         ; lower gathering resolution]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1        ; higher gathering accumulator quality]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1          ; Median3x3 postfilering method]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0       ; no bokeh simulation when gathering]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4                 ; medium number of samples when gathering]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1    ; additive foreground scattering]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2    ; additive background scattering]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1      ; bokeh simulation when scattering]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1         ; only a maximum of 10% of scattered bokeh]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1                ; cheap slight out of focus]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0    ; no bokeh simulation on slight out of focus]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1                ; more stable temporal accumulation]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Streaming.MipBias:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Streaming.Boost:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.MaxAnisotropy:8]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.RefractionQuality:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SceneColorFormat:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.DetailMode:3]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SSS.Scale:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SSS.SampleSet:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SSS.Quality:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SSS.HalfRes:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SSGI.Quality:3]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.ParticleLightQuality:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.HeterogeneousVolumes.DownsampleFactor:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.HeterogeneousVolumes.MaxStepCount:512]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.HeterogeneousVolumes.Shadows.Resolution:512]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[foliage.DensityScale:1.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[grass.DensityScale:1.0]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]]
[2024.12.17-13.45.02:391][  0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]]
[2024.12.17-13.45.02:391][  0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability]
[2024.12.17-13.45.02:391][  0]LogLinux: Selected Device Profile: [LinuxEditor]
[2024.12.17-13.45.02:391][  0]LogInit: Selected Device Profile: [LinuxEditor]
[2024.12.17-13.45.02:391][  0]LogHAL: Display: Platform has ~ 92 GB [98056802304 / 137438953472 / 92], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0)
[2024.12.17-13.45.02:392][  0]LogDeviceProfileManager: Going up to parent DeviceProfile [Linux]
[2024.12.17-13.45.02:392][  0]LogDeviceProfileManager: Going up to parent DeviceProfile []
[2024.12.17-13.45.02:392][  0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.RasterizationMode:Bitmap -> Msdf]]
[2024.12.17-13.45.02:392][  0]LogDeviceProfileManager: Pushing Device Profile CVar: [[UI.SlateSDFText.ResolutionLevel:2 -> 2]]
[2024.12.17-13.45.02:392][  0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini]
[2024.12.17-13.45.02:392][  0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]]
[2024.12.17-13.45.02:392][  0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]]
[2024.12.17-13.45.02:392][  0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]]
[2024.12.17-13.45.02:392][  0]LogConfig: CVar [[ds.CADTranslator.Meshing.ActivateThinZoneMeshing:0]] deferred - dummy variable created
[2024.12.17-13.45.02:392][  0]LogConfig: CVar [[ds.CADTranslator.Stitching.RemoveThinFaces:0]] deferred - dummy variable created
[2024.12.17-13.45.02:392][  0]LogConfig: Applying CVar settings from Section [Startup_Linux] File [../../../Engine/Config/ConsoleVariables.ini]
[2024.12.17-13.45.02:392][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
[2024.12.17-13.45.02:392][  0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]]
[2024.12.17-13.45.02:392][  0]LogConfig: Set CVar [[g.TimeoutForBlockOnRenderFence:60000]]
[2024.12.17-13.45.02:392][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [/mnt/nm790/UnrealEngineProjects/MyProject/Saved/Config/LinuxEditor/Editor.ini]
[2024.12.17-13.45.02:392][  0]LogInit: Unix hardware info:
[2024.12.17-13.45.02:392][  0]LogInit:  - we are not the first instance of this executable
[2024.12.17-13.45.02:392][  0]LogInit:  - this process' id (pid) is 7926, parent process' id (ppid) is 7519
[2024.12.17-13.45.02:392][  0]LogInit:  - we are not running under debugger
[2024.12.17-13.45.02:392][  0]LogInit:  - machine network name is '285K'
[2024.12.17-13.45.02:392][  0]LogInit:  - user name is 'sascha' (sascha)
[2024.12.17-13.45.02:392][  0]LogInit:  - we're logged in locally
[2024.12.17-13.45.02:392][  0]LogInit:  - we're running with rendering
[2024.12.17-13.45.02:392][  0]LogInit:  - CPU: GenuineIntel 'Intel(R) Core(TM) Ultra 9 285K' (signature: 0xC0662)
[2024.12.17-13.45.02:392][  0]LogInit:  - Number of physical cores available for the process: 24
[2024.12.17-13.45.02:392][  0]LogInit:  - Number of logical cores available for the process: 24
[2024.12.17-13.45.02:392][  0]LogInit:  - GPU Brand Info: UnknownVendor
[2024.12.17-13.45.02:392][  0]LogInit:  - Memory allocator used: Mimalloc
[2024.12.17-13.45.02:392][  0]LogInit:  - This is an internal build.
[2024.12.17-13.45.02:392][  0]LogCore: Benchmarking clocks:
[2024.12.17-13.45.02:392][  0]LogCore:  - CLOCK_MONOTONIC (id=1) can sustain 73716373 (73716K, 74M) calls per second without zero deltas.
[2024.12.17-13.45.02:392][  0]LogCore:  - CLOCK_MONOTONIC_RAW (id=4) can sustain 74285612 (74286K, 74M) calls per second without zero deltas.
[2024.12.17-13.45.02:392][  0]LogCore:  - CLOCK_MONOTONIC_COARSE (id=6) can sustain 500868932 (500869K, 501M) calls per second with 99.999798% zero deltas.
[2024.12.17-13.45.02:392][  0]LogCore: Selected clock_id 4 (CLOCK_MONOTONIC_RAW) since it is the fastest support clock without zero deltas.
[2024.12.17-13.45.02:392][  0]LogInit: Unix-specific commandline switches:
[2024.12.17-13.45.02:392][  0]LogInit:  -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2024.12.17-13.45.02:392][  0]LogInit:  -jemalloc - use jemalloc for all memory allocation
[2024.12.17-13.45.02:392][  0]LogInit:  -binnedmalloc - use binned malloc  for all memory allocation
[2024.12.17-13.45.02:392][  0]LogInit:  -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2024.12.17-13.45.02:392][  0]LogInit:  -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2024.12.17-13.45.02:392][  0]LogInit:  -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2024.12.17-13.45.02:392][  0]LogInit:  -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2024.12.17-13.45.02:392][  0]LogInit:  -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2024.12.17-13.45.02:392][  0]LogInit:  -crashhandlerstacksize - Allows setting crash handler stack sizes (204800)
[2024.12.17-13.45.02:392][  0]LogInit:  -noexclusivelockonwrite - disables marking files created by the engine as exclusive locked while the engine has them opened
[2024.12.17-13.45.02:392][  0]LogInit:  -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2024.12.17-13.45.02:392][  0]LogInit:  -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2024.12.17-13.45.02:392][  0]LogInit:  -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2024.12.17-13.45.02:392][  0]LogInit:  -allowsyscallfilterfile=PATH_TO_FILE - sets up a system call filter allow list. any invalid syscall in this list *will* cause a crash
[2024.12.17-13.45.02:392][  0]LogInit:  - Physical RAM available (not considering process quota): 92 GB (93514 MB, 95758596 KB, 98056802304 bytes)
[2024.12.17-13.45.02:392][  0]LogInit:  - VirtualMemoryAllocator pools will grow at scale 1.4
[2024.12.17-13.45.02:392][  0]LogInit:  - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2024.12.17-13.45.02:392][  0]LogInit:  - PageSize 4096
[2024.12.17-13.45.02:392][  0]LogInit:  - BinnedPageSize 65536
[2024.12.17-13.45.02:392][  0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0"
[2024.12.17-13.45.02:394][  0]LogChaosDD: Chaos Debug Draw Startup
[2024.12.17-13.45.02:394][  0]LogInit: Physics initialised using underlying interface: Chaos
[2024.12.17-13.45.02:405][  0]LogInit: Using OS detected language (en-US).
[2024.12.17-13.45.02:405][  0]LogInit: Using OS detected locale (en-US).
[2024.12.17-13.45.02:406][  0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language.
[2024.12.17-13.45.02:656][  0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
[2024.12.17-13.45.02:656][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
[2024.12.17-13.45.02:910][  0]LogVulkanRHI: Display: Found existing RADV_DEBUG, it will not be overwritten.
[2024.12.17-13.45.02:910][  0]LogVulkanRHI: Display: Found VULKAN_SDK=
[2024.12.17-13.45.02:910][  0]LogVulkanRHI: Display: Registering provided Vulkan validation layers
[2024.12.17-13.45.02:910][  0]LogVulkanRHI: Display: Updated VK_LAYER_PATH=../../../Engine/Binaries/ThirdParty/Vulkan/Linux:../../../Engine/Binaries/ThirdParty/Vulkan/Linux
[2024.12.17-13.45.02:910][  0]LogVulkanRHI: Display: Updated LD_LIBRARY_PATH=../../../Engine/Binaries/ThirdParty/Vulkan/Linux:../../../Engine/Binaries/ThirdParty/Vulkan/Linux
[2024.12.17-13.45.02:910][  0]LogInit: Using SDL_WINDOW_VULKAN
[2024.12.17-13.45.02:910][  0]LogVulkanRHI: Display: Vulkan RHI ShaderPlatform for SM6: VULKAN_SM6.
[2024.12.17-13.45.02:910][  0]LogVulkanRHI: Vulkan PSO Precaching = 1, PipelineFileCache = 0
[2024.12.17-13.45.02:910][  0]LogVulkanRHI: Display: Built with Vulkan header version 1.3.290
[2024.12.17-13.45.02:910][  0]LogVulkanRHI: Starting Vulkan Profile check for VP_UE_Vulkan_SM6_RT:
[2024.12.17-13.45.02:952][  0]LogVulkanRHI:    - Unsupported extension: VK_EXT_shader_image_atomic_int64
[2024.12.17-13.45.02:952][  0]LogVulkanRHI:    - Unsupported feature condition: VkPhysicalDeviceMeshShaderFeaturesEXT::multiviewMeshShader == VK_TRUE
[2024.12.17-13.45.02:952][  0]LogVulkanRHI:    - Unsupported feature condition: VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT::shaderImageInt64Atomics == VK_TRUE
[2024.12.17-13.45.02:952][  0]LogVulkanRHI:    - Unsupported properties condition: VkPhysicalDeviceProperties2KHR::properties.limits.maxBoundDescriptorSets >= 9
[2024.12.17-13.45.02:952][  0]LogVulkanRHI:    - Unsupported properties condition: VkPhysicalDeviceProperties2KHR::properties.limits.maxBoundDescriptorSets >= 9
[2024.12.17-13.45.02:952][  0]LogVulkanRHI: Vulkan Profile check complete.
[2024.12.17-13.45.02:953][  0]LogVulkanRHI: Display: Vulkan RayTracing disabled because of failed profile check.
[2024.12.17-13.45.02:953][  0]LogVulkanRHI: Using API Version 1.3.
[2024.12.17-13.45.02:954][  0]LogVulkanRHI: Display: Found 24 available instance extensions :
[2024.12.17-13.45.02:954][  0]LogVulkanRHI: Display:   - VK_EXT_acquire_drm_display
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_EXT_acquire_xlib_display
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_EXT_debug_report
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   + VK_EXT_debug_utils
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_EXT_direct_mode_display
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_EXT_display_surface_counter
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_EXT_headless_surface
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_EXT_surface_maintenance1
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   + VK_EXT_swapchain_colorspace
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_device_group_creation
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_display
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_external_fence_capabilities
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_external_memory_capabilities
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_external_semaphore_capabilities
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_get_display_properties2
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_get_physical_device_properties2
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_get_surface_capabilities2
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_portability_enumeration
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   + VK_KHR_surface
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_surface_protected_capabilities
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_wayland_surface
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_KHR_xcb_surface
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   + VK_KHR_xlib_surface
[2024.12.17-13.45.02:955][  0]LogVulkanRHI: Display:   - VK_LUNARG_direct_driver_loading
[2024.12.17-13.45.02:963][  0]LogVulkanRHI: Display: Found 6 available instance layers :
[2024.12.17-13.45.02:963][  0]LogVulkanRHI: Display:   * VK_LAYER_KHRONOS_profiles
[2024.12.17-13.45.02:963][  0]LogVulkanRHI: Display:   * VK_LAYER_KHRONOS_synchronization2
[2024.12.17-13.45.02:963][  0]LogVulkanRHI: Display:   * VK_LAYER_KHRONOS_validation
[2024.12.17-13.45.02:963][  0]LogVulkanRHI: Display:   * VK_LAYER_LUNARG_api_dump
[2024.12.17-13.45.02:963][  0]LogVulkanRHI: Display:   * VK_LAYER_LUNARG_gfxreconstruct
[2024.12.17-13.45.02:963][  0]LogVulkanRHI: Display:   * VK_LAYER_MESA_device_select
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Creating Vulkan Device using VkPhysicalDevice 0x29238940.
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: - DeviceName: Intel(R) Arc(tm) A770 Graphics (DG2)
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: - API=1.3.289 (0x403121) Driver=0x6002003 VendorId=0x8086
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: - DeviceID=0x56a0 Type=VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 8, Timestamps 1
[2024.12.17-13.45.02:972][  0]LogVulkanRHI:      API Version: 1.3.289
[2024.12.17-13.45.02:972][  0]LogRHI: RHI Adapter Info:
[2024.12.17-13.45.02:972][  0]LogRHI:             Name: Intel(R) Arc(tm) A770 Graphics (DG2)
[2024.12.17-13.45.02:972][  0]LogRHI:   Driver Version: 24.2.3 (internal:24.2.3, unified:)
[2024.12.17-13.45.02:972][  0]LogRHI:      Driver Date: 01-01-01
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: Found 170 available device extensions :
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_AMD_buffer_marker
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_4444_formats
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_attachment_feedback_loop_dynamic_state
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_attachment_feedback_loop_layout
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_border_color_swizzle
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_buffer_device_address
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_EXT_calibrated_timestamps
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_color_write_enable
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_conditional_rendering
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_conservative_rasterization
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_custom_border_color
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_depth_bias_control
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_depth_clamp_zero_one
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_depth_clip_control
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_depth_clip_enable
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_EXT_descriptor_buffer
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_EXT_descriptor_indexing
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_display_control
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_dynamic_rendering_unused_attachments
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_extended_dynamic_state
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_extended_dynamic_state2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_extended_dynamic_state3
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_external_memory_dma_buf
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_external_memory_host
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_fragment_shader_interlock
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_global_priority
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_global_priority_query
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_graphics_pipeline_library
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_EXT_host_query_reset
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_image_2d_view_of_3d
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_image_drm_format_modifier
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_image_robustness
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_image_sliced_view_of_3d
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_image_view_min_lod
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_index_type_uint8
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_inline_uniform_block
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_legacy_dithering
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_legacy_vertex_attributes
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_line_rasterization
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_EXT_load_store_op_none
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_map_memory_placed
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_EXT_memory_budget
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_EXT_mesh_shader
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_multi_draw
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_mutable_descriptor_type
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_nested_command_buffer
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_non_seamless_cube_map
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_pci_bus_info
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_physical_device_drm
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_EXT_pipeline_creation_cache_control
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_pipeline_creation_feedback
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_pipeline_library_group_handles
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_pipeline_robustness
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_post_depth_coverage
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_primitive_topology_list_restart
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_primitives_generated_query
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_private_data
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_provoking_vertex
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_queue_family_foreign
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_robustness2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_sample_locations
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_sampler_filter_minmax
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_EXT_scalar_block_layout
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_separate_stencil_usage
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_shader_atomic_float
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_shader_atomic_float2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_EXT_shader_demote_to_helper_invocation
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_shader_module_identifier
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_shader_replicated_composites
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_shader_stencil_export
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_shader_subgroup_ballot
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_shader_subgroup_vote
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_EXT_shader_viewport_index_layer
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_EXT_subgroup_size_control
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_swapchain_maintenance1
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_texel_buffer_alignment
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_tooling_info
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_transform_feedback
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_vertex_attribute_divisor
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_vertex_input_dynamic_state
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_EXT_ycbcr_image_arrays
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_GOOGLE_decorate_string
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_GOOGLE_hlsl_functionality1
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_GOOGLE_user_type
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_INTEL_shader_integer_functions2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_16bit_storage
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_8bit_storage
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_acceleration_structure
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_bind_memory2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_buffer_device_address
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_calibrated_timestamps
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_cooperative_matrix
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_copy_commands2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_create_renderpass2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_dedicated_allocation
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_deferred_host_operations
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_depth_stencil_resolve
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_descriptor_update_template
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_device_group
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_draw_indirect_count
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_driver_properties
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_dynamic_rendering
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_external_fence
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_external_fence_fd
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_external_memory
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_external_memory_fd
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_external_semaphore
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_external_semaphore_fd
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_format_feature_flags2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_fragment_shading_rate
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_get_memory_requirements2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_global_priority
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_image_format_list
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_imageless_framebuffer
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_incremental_present
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_index_type_uint8
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_line_rasterization
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_load_store_op_none
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_maintenance1
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_maintenance2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_maintenance3
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_maintenance4
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_maintenance5
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_maintenance6
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_maintenance7
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_map_memory2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_multiview
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_pipeline_executable_properties
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_pipeline_library
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_present_id
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_present_wait
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_push_descriptor
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_ray_query
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_ray_tracing_maintenance1
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_ray_tracing_pipeline
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_ray_tracing_position_fetch
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_relaxed_block_layout
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_sampler_mirror_clamp_to_edge
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_sampler_ycbcr_conversion
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_separate_depth_stencil_layouts
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_shader_atomic_int64
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_clock
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_draw_parameters
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_expect_assume
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_shader_float16_int8
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_shader_float_controls
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_float_controls2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_integer_dot_product
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_maximal_reconvergence
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_non_semantic_info
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_quad_control
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_subgroup_extended_types
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_subgroup_rotate
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_subgroup_uniform_control_flow
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_shader_terminate_invocation
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_spirv_1_4
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_storage_buffer_storage_class
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_swapchain
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_swapchain_mutable_format
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_KHR_synchronization2
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_KHR_timeline_semaphore
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_uniform_buffer_standard_layout
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_variable_pointers
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_vertex_attribute_divisor
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_vulkan_memory_model
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_workgroup_memory_explicit_layout
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_KHR_zero_initialize_workgroup_memory
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_MESA_image_alignment_control
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   + VK_NV_compute_shader_derivatives
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   - VK_VALVE_mutable_descriptor_type
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: Found 1 available device layers :
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display:   * VK_LAYER_MESA_device_select
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: Vulkan Physical Device Driver Properties:
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: - driverName: Intel open-source Mesa driver
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: - driverInfo: Mesa 24.2.3-1ubuntu1
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: Vulkan Variable Rate Shading choice: 0.
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: Device properties: Geometry 1 BufferAtomic64 1 ImageAtomic64 0
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: Enabling Vulkan Descriptor Buffers with: allowSamplerImageViewPostSubmitCreation=1, maxDescriptorBufferBindings=8, maxSamplerDescriptorBufferBindings=8, maxResourceDescriptorBufferBindings=8, samplerDescriptorBufferAddressSpaceSize=2147483648, resourceDescriptorBufferAddressSpaceSize=2147483648, maxSamplerDescriptorBufferRange=2147483648, maxResourceDescriptorBufferRange=2147483648, descriptorBufferAddressSpaceSize=2147483648, descriptorBufferOffsetAlignment=64, samplerDescriptorSize=32
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: Found 1 Queue Families
[2024.12.17-13.45.02:972][  0]LogVulkanRHI: Display: Initializing Queue Family 0: 1 queues Gfx Compute Xfer Sparse
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: Using 0 device layers.
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: Using 32 device extensions:
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_swapchain
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_memory_budget
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_create_renderpass2
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_deferred_host_operations
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_spirv_1_4
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_shader_float_controls
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_image_format_list
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_load_store_op_none
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_driver_properties
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_maintenance4
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_maintenance5
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_shader_atomic_int64
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_scalar_block_layout
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_shader_viewport_index_layer
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_separate_depth_stencil_layouts
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_synchronization2
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_fragment_shading_rate
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_multiview
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_get_memory_requirements2
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_descriptor_indexing
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_host_query_reset
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_subgroup_size_control
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_calibrated_timestamps
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_descriptor_buffer
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_shader_demote_to_helper_invocation
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_depth_stencil_resolve
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_pipeline_creation_cache_control
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_NV_compute_shader_derivatives
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_sampler_ycbcr_conversion
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_timeline_semaphore
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_EXT_mesh_shader
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: * VK_KHR_buffer_device_address
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: Max memory allocations 4294967295.
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: 2 Device Memory Heaps:
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display:   0: Flags 0x1 - Size 17079205888 (16288.00 MB) - Used 0 (0.00%) - DeviceLocal - PrimaryHeap
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display:   1: Flags 0x0 - Size 49028401152 (46757.12 MB) - Used 0 (0.00%)
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: 6 Device Memory Types (Not unified):
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display:   0: Flags 0x00001 - Heap  0 - VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display:   2: Flags 0x00007 - Heap  0 - VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT|VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT|VK_MEMORY_PROPERTY_HOST_COHERENT_BIT
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display:   3: Flags 0x00001 - Heap  0 - VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display:   5: Flags 0x00007 - Heap  0 - VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT|VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT|VK_MEMORY_PROPERTY_HOST_COHERENT_BIT
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display:   1: Flags 0x0000e - Heap  1 - VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT|VK_MEMORY_PROPERTY_HOST_COHERENT_BIT|VK_MEMORY_PROPERTY_HOST_CACHED_BIT
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display:   4: Flags 0x0000e - Heap  1 - VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT|VK_MEMORY_PROPERTY_HOST_COHERENT_BIT|VK_MEMORY_PROPERTY_HOST_CACHED_BIT
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: Memory Budget Extension:
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: 	         | Usage                     | Budget          | Size            |
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: 	---------|------------------------------------------------------------------|
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: 	 HEAP 00 |   0.00% /          0.00 MB |      14659.00 MB |      16288.00 MB |
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: 	 HEAP 01 |   0.00% /          0.00 MB |      42081.00 MB |      46757.12 MB |
[2024.12.17-13.45.02:973][  0]LogVulkanRHI: Display: 	---------|------------------------------------------------------------------|
[2024.12.17-13.45.02:973][  0]LogRHI: Warning: Bindless descriptor were requested but NOT enabled because of insufficient property support.
[2024.12.17-13.45.02:977][  0]LogVulkanRHI: Display: FVulkanPipelineStateCacheManager: Binary pipeline cache '../../../../UnrealEngineProjects/MyProject/Saved/VulkanPSO.cache.8086.56a0' not found.
[2024.12.17-13.45.02:978][  0]LogVulkanRHI: Display: Wave Operations have been ENABLED (wave size: min=8 max=32).
[2024.12.17-13.45.02:984][  0]LogVRS: Current RHI supports per-draw and screenspace Variable Rate Shading
[2024.12.17-13.45.02:985][  0]LogRHI: Texture pool is 11401 MB (70% of 16288 MB)
[2024.12.17-13.45.02:985][  0]LogInit: Initializing FReadOnlyCVARCache
[2024.12.17-13.45.02:989][  0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="/mnt/nm790/UnrealEngineProjects/MyProject/MyProject.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="/mnt/nm790/UnrealEngineProjects/MyProject/Intermediate/TurnkeyReport_0.log" -log="/mnt/nm790/UnrealEngineProjects/MyProject/Intermediate/TurnkeyLog_0.log" -project="/mnt/nm790/UnrealEngineProjects/MyProject/MyProject.uproject"  -platform=all'
[2024.12.17-13.45.02:989][  0]LogMonitoredProcess: Running Serialized UAT: [ /usr/bin/env  -- "/mnt/nm790/UnrealEngine551/Engine/Build/BatchFiles/RunUAT.sh"  -ScriptsForProject="/mnt/nm790/UnrealEngineProjects/MyProject/MyProject.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="/mnt/nm790/UnrealEngineProjects/MyProject/Intermediate/TurnkeyReport_0.log" -log="/mnt/nm790/UnrealEngineProjects/MyProject/Intermediate/TurnkeyLog_0.log" -project="/mnt/nm790/UnrealEngineProjects/MyProject/MyProject.uproject"  -platform=all ]
[2024.12.17-13.45.02:992][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC
[2024.12.17-13.45.02:992][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT
[2024.12.17-13.45.02:992][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2
[2024.12.17-13.45.02:992][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp
[2024.12.17-13.45.02:992][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed
[2024.12.17-13.45.02:992][  0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12
[2024.12.17-13.45.02:992][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: liboo2texlinux64.2.9.12.so
[2024.12.17-13.45.02:992][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: liboo2texlinux64.2.9.5.so
[2024.12.17-13.45.02:992][  0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle
[2024.12.17-13.45.03:015][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64'
[2024.12.17-13.45.03:015][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server'
[2024.12.17-13.45.03:015][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi'
[2024.12.17-13.45.03:022][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient'
[2024.12.17-13.45.03:031][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux'
[2024.12.17-13.45.03:031][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor'
[2024.12.17-13.45.03:031][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer'
[2024.12.17-13.45.03:031][  0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient'
[2024.12.17-13.45.03:031][  0]LogTargetPlatformManager: Display: Building Assets For LinuxEditor
[2024.12.17-13.45.03:041][  0]LogTargetPlatformManager: Unable to find shader format SF_VULKAN_SM6 from hinted modules, loading all potential format modules to find it
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager:   GLSL_150_ES31
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager:   GLSL_ES3_1_ANDROID
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager:   VVM_1_0
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager:   SF_VULKAN_SM5
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager:   SF_VULKAN_ES31_ANDROID
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager:   SF_VULKAN_ES31
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager:   SF_VULKAN_SM5_ANDROID
[2024.12.17-13.45.03:042][  0]LogTargetPlatformManager:   SF_VULKAN_SM6
[2024.12.17-13.45.03:042][  0]LogRendererCore: Ray tracing is disabled. Reason: not supported by current RHI.
[2024.12.17-13.45.03:043][  0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB
[2024.12.17-13.45.03:043][  0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../UnrealEngineProjects/MyProject/DerivedDataCache/DDC.ddp not found, will not use a pak cache.
[2024.12.17-13.45.03:043][  0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy.
[2024.12.17-13.45.03:043][  0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../UnrealEngineProjects/MyProject/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
[2024.12.17-13.45.03:043][  0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy.
[2024.12.17-13.45.03:083][  0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (1466 MiB)
[2024.12.17-13.45.03:083][  0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache.
[2024.12.17-13.45.03:083][  0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy.
[2024.12.17-13.45.03:083][  0]LogZenServiceInstance: Found Zen config default=/home/sascha/.config/Epic/UnrealEngine/Common/Zen/Data
[2024.12.17-13.45.03:083][  0]LogZenServiceInstance: InTree version at '/mnt/nm790/UnrealEngine551/Engine/Binaries/Linux/zenserver' is '5.5.7-202409112142-linux-x86_64-release-f523a01'
[2024.12.17-13.45.03:083][  0]LogZenServiceInstance: Installed version at '/home/sascha/.config/Epic/UnrealEngine/Common/Zen/Install/zenserver' is '5.5.7-202409112142-linux-x86_64-release-f523a01'
[2024.12.17-13.45.03:084][  0]LogZenServiceInstance: Found existing instance running on port 8558 matching our settings, no actions needed
[2024.12.17-13.45.03:085][  0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!.
[2024.12.17-13.45.03:085][  0]LogZenServiceInstance: Local ZenServer AutoLaunch initialization completed in 0.001 seconds
[2024.12.17-13.45.03:085][  0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!.
[2024.12.17-13.45.03:086][  0]LogDerivedDataCache: /home/sascha/.config/Epic/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.00 seconds.
[2024.12.17-13.45.03:086][  0]LogDerivedDataCache: Display: /home/sascha/.config/Epic/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.00ms. RandomReadSpeed=6329.44MBs, RandomWriteSpeed=1429.89MBs. Assigned SpeedClass 'Local'
[2024.12.17-13.45.03:086][  0]LogDerivedDataCache: Local: Using data cache path /home/sascha/.config/Epic/UnrealEngine/Common/DerivedDataCache: DeleteOnly
[2024.12.17-13.45.03:086][  0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None'
[2024.12.17-13.45.03:086][  0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy.
[2024.12.17-13.45.03:086][  0]LogDerivedDataCache: Shared: Disabled because no path is configured.
[2024.12.17-13.45.03:086][  0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy.
[2024.12.17-13.45.03:086][  0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None'
[2024.12.17-13.45.03:086][  0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy.
[2024.12.17-13.45.03:087][  0]LogShaderCompilers: Guid format shader working directory is 15 characters bigger than the processId version (../../../../UnrealEngineProjects/MyProject/Intermediate/Shaders/WorkingDirectory/7926/).
[2024.12.17-13.45.03:087][  0]LogShaderCompilers: Cleaned the shader compiler working directory '../../../../UnrealEngineProjects/MyProject/Intermediate/Shaders/tmp/CAB0636B823A4585AE7605DF695CD0CC/'.
[2024.12.17-13.45.03:087][  0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers.
[2024.12.17-13.45.03:087][  0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../UnrealEngineProjects/MyProject/Intermediate/ShaderAutogen/VULKAN_SM6/AutogenShaderHeaders.ush
[2024.12.17-13.45.03:088][  0]LogShaderCompilers: Display: Failed to delete old shader autogen file: ../../../../UnrealEngineProjects/MyProject/Intermediate/ShaderAutogen/VULKAN_SM6/AutogenShaderHeaders.ush
[2024.12.17-13.45.03:088][  0]LogShaderCompilers: Display: Shader autogen file written: ../../../../UnrealEngineProjects/MyProject/Intermediate/ShaderAutogen/VULKAN_SM6/AutogenShaderHeaders.ush
[2024.12.17-13.45.03:319][  0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0
[2024.12.17-13.45.03:870][  0]LogSlate: Using FreeType 2.10.0
[2024.12.17-13.45.03:870][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2024.12.17-13.45.03:871][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error.
[2024.12.17-13.45.03:871][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png
[2024.12.17-13.45.03:871][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error.
[2024.12.17-13.45.03:871][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png
[2024.12.17-13.45.03:871][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error.
[2024.12.17-13.45.03:871][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png
[2024.12.17-13.45.03:885][  0]LogAssetRegistry: FAssetRegistry took 0.0012 seconds to start up
[2024.12.17-13.45.03:890][  0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../UnrealEngineProjects/MyProject/Intermediate/CachedAssetRegistry_*.bin.
[2024.12.17-13.45.04:080][  0]LogEditorDomain: Display: EditorDomain is Disabled
[2024.12.17-13.45.04:173][  0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages
[2024.12.17-13.45.04:174][  0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor).
[2024.12.17-13.45.04:174][  0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal
[2024.12.17-13.45.04:174][  0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled
[2024.12.17-13.45.04:187][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found.
[2024.12.17-13.45.04:187][  0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found.
[2024.12.17-13.45.04:198][  0]LogLinux: Selected Device Profile: [LinuxEditor]
[2024.12.17-13.45.04:198][  0]LogDeviceProfileManager: Active device profile: [0xa1d18c72400][0xa1d18c9a000 66] LinuxEditor
[2024.12.17-13.45.04:198][  0]LogCsvProfiler: Display: Metadata set : deviceprofile="LinuxEditor"
[2024.12.17-13.45.04:199][  0]LogTurnkeySupport: Turnkey Platform: Android: (Status=Invalid, MinAllowed_Sdk=r25b, MaxAllowed_Sdk=r27, Current_Sdk=, Allowed_AutoSdk=r25b, Current_AutoSdk=, Flags="Platform_InvalidHostPrerequisites, Support_FullSdk", Error="Android Studio is not installed correctly.")
[2024.12.17-13.45.04:199][  0]LogTurnkeySupport: Turnkey Platform: Linux: (Status=Valid, Allowed_Sdk=v23_clang-18.1.0-rockylinux8, Current_Sdk=v23_clang-18.1.0-rockylinux8, Allowed_AutoSdk=v23_clang-18.1.0-rockylinux8, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists, Sdk_HasBestVersion")
[2024.12.17-13.45.04:199][  0]LogTurnkeySupport: Turnkey Platform: LinuxArm64: (Status=Valid, Allowed_Sdk=v23_clang-18.1.0-rockylinux8, Current_Sdk=v23_clang-18.1.0-rockylinux8, Allowed_AutoSdk=v23_clang-18.1.0-rockylinux8, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists, Sdk_HasBestVersion")
[2024.12.17-13.45.04:201][  0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="/mnt/nm790/UnrealEngineProjects/MyProject/MyProject.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="/mnt/nm790/UnrealEngineProjects/MyProject/Intermediate/TurnkeyReport_1.log" -log="/mnt/nm790/UnrealEngineProjects/MyProject/Intermediate/TurnkeyLog_1.log" -project="/mnt/nm790/UnrealEngineProjects/MyProject/MyProject.uproject"  -Device=Linux@285K'
[2024.12.17-13.45.04:201][  0]LogMonitoredProcess: Running Serialized UAT: [ /usr/bin/env  -- "/mnt/nm790/UnrealEngine551/Engine/Build/BatchFiles/RunUAT.sh"  -ScriptsForProject="/mnt/nm790/UnrealEngineProjects/MyProject/MyProject.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="/mnt/nm790/UnrealEngineProjects/MyProject/Intermediate/TurnkeyReport_1.log" -log="/mnt/nm790/UnrealEngineProjects/MyProject/Intermediate/TurnkeyLog_1.log" -project="/mnt/nm790/UnrealEngineProjects/MyProject/MyProject.uproject"  -Device=Linux@285K -nocompile -nocompileuat ]
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 18 to allow recursive sync load to finish
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 19 to allow recursive sync load to finish
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/WorldGridMaterial
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 20 to allow recursive sync load to finish
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 21 to allow recursive sync load to finish
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/WorldGridMaterial
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 23 to allow recursive sync load to finish
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 24 to allow recursive sync load to finish
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial
[2024.12.17-13.45.04:229][  0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 26 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 27 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: WaitingForIo) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDiffuse with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness has reached state ExportsDone > CreateLinkerLoadExports, releasing request 29 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/PowerToRoughness with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Flushing package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec has reached state ExportsDone > CreateLinkerLoadExports, releasing request 30 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions01/Shading/ConvertFromDiffSpec with requester package /Engine/EngineMaterials/DefaultPostProcessMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/Functions/Engine_MaterialFunctions02/Utility/BreakOutFloat2Components with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 28 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultPostProcessMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultPostProcessMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 31 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultPostProcessMaterial with requester package /Engine/EngineMaterials/DefaultLightFunctionMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 25 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultLightFunctionMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultLightFunctionMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 32 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultLightFunctionMaterial with requester package /Engine/EngineMaterials/DefaultDeferredDecalMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 22 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Flushing package /Engine/EngineMaterials/DefaultDeferredDecalMaterial (state: ExportsDone) recursively from another package /Engine/EngineMaterials/WorldGridMaterial (state: CreateLinkerLoadExports) will result in a partially loaded package to avoid a deadlock.
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Package /Engine/EngineMaterials/DefaultDeferredDecalMaterial has reached state ExportsDone > CreateLinkerLoadExports, releasing request 33 to allow recursive sync load to finish
[2024.12.17-13.45.04:230][  0]LogStreaming: Display: Merging postload groups of package /Engine/EngineMaterials/DefaultDeferredDecalMaterial with requester package /Engine/EngineMaterials/WorldGridMaterial
[2024.12.17-13.45.04:296][  0]LogMaterial: Display: Missing cached shadermap for WorldGridMaterial in VULKAN_SM6, Default, SM6, Editor (DDC key hash: 2b3bb978c2790ced92388043d5b068858c19461c), compiling. Is special engine material.
[2024.12.17-13.45.04:336][  0]LogMaterial: Display: Missing cached shadermap for DefaultDeferredDecalMaterial in VULKAN_SM6, Default, SM6, Editor (DDC key hash: 1b0ce65727bcd415d40e38baf0594df9729e04fd), compiling. 
[2024.12.17-13.45.04:349][  0]LogMaterial: Display: Missing cached shadermap for DefaultLightFunctionMaterial in VULKAN_SM6, Default, SM6, Editor (DDC key hash: fbc32ddf0b26cc1489dd433e85d196c4aa4f88ee), compiling. 
[2024.12.17-13.45.04:585][  0]LogTurnkeySupport: Completed device detection: Code = 0
[2024.12.17-13.45.04:853][  0]LogMaterial: Display: Missing cached shadermap for DefaultPostProcessMaterial in VULKAN_SM6, Default, SM6, Editor (DDC key hash: 048e2a0a4bf77e2358bcf27a33e405a2b0ae8ac8), compiling. 
[2024.12.17-13.45.04:896][  0]LogMeshReduction: Display: HLOD mesh reduction module (r.ProxyLODMeshReductionModule) set to "ProxyLODMeshReduction" which doesn't exist.
[2024.12.17-13.45.04:902][  0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction
[2024.12.17-13.45.04:902][  0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction
[2024.12.17-13.45.04:902][  0]LogMeshReduction: Display: No automatic mesh merging module available
[2024.12.17-13.45.04:902][  0]LogMeshReduction: Display: No distributed automatic mesh merging module available
[2024.12.17-13.45.04:902][  0]LogMeshMerging: No automatic mesh merging module available
[2024.12.17-13.45.04:902][  0]LogMeshMerging: No distributed automatic mesh merging module available
[2024.12.17-13.45.05:020][  0]LogConfig: Branch 'TemplateDefs' had been unloaded. Reloading on-demand took 0.18ms
[2024.12.17-13.45.05:023][  0]LogConfig: Branch 'TemplateCategories' had been unloaded. Reloading on-demand took 0.18ms
[2024.12.17-13.45.05:049][  0]LogConfig: Branch 'GameplayTagsList' had been unloaded. Reloading on-demand took 0.18ms
[2024.12.17-13.45.05:060][  0]LogConfig: Branch 'PIEPreviewSettings' had been unloaded. Reloading on-demand took 0.18ms
[2024.12.17-13.45.05:137][  0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None
[2024.12.17-13.45.05:137][  0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled
[2024.12.17-13.45.05:144][  0]LogHAL: Linux SourceCodeAccessSettings: VisualStudioCode
[2024.12.17-13.45.05:160][  0]LogSlate: Border
[2024.12.17-13.45.05:160][  0]LogSlate: BreadcrumbButton
[2024.12.17-13.45.05:160][  0]LogSlate: Brushes.Title
[2024.12.17-13.45.05:160][  0]LogSlate: Default
[2024.12.17-13.45.05:160][  0]LogSlate: Icons.Save
[2024.12.17-13.45.05:160][  0]LogSlate: Icons.Toolbar.Settings
[2024.12.17-13.45.05:160][  0]LogSlate: ListView
[2024.12.17-13.45.05:160][  0]LogSlate: SoftwareCursor_CardinalCross
[2024.12.17-13.45.05:160][  0]LogSlate: SoftwareCursor_Grab
[2024.12.17-13.45.05:160][  0]LogSlate: TableView.DarkRow
[2024.12.17-13.45.05:160][  0]LogSlate: TableView.Row
[2024.12.17-13.45.05:160][  0]LogSlate: TreeView
[2024.12.17-13.45.05:215][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started...
[2024.12.17-13.45.05:216][  0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 967 us
[2024.12.17-13.45.05:222][  0]LogConfig: Branch 'Mass' had been unloaded. Reloading on-demand took 0.17ms
[2024.12.17-13.45.05:230][  0]LogInit: XR: Instanced Stereo Rendering is Disabled
[2024.12.17-13.45.05:230][  0]LogInit: XR: MultiViewport is Disabled
[2024.12.17-13.45.05:230][  0]LogInit: XR: Mobile Multiview is Disabled
[2024.12.17-13.45.05:230][  0]LogTurnkeySupport: Turnkey Device: Linux@285K: (Name=285K, Type=Computer, Status=Valid, Allowed=, Current=Ubuntu 24.10, Flags="Device_InstallSoftwareValid")
[2024.12.17-13.45.05:363][  0]LogMetaSound: Display: MetaSound Page Target Initialized to 'Default'
[2024.12.17-13.45.05:365][  0]LogAudio: Display: Registering Engine Module Parameter Interfaces...
[2024.12.17-13.45.05:375][  0]LogMetaSound: MetaSound Engine Initialized
[2024.12.17-13.45.05:427][  0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: DD8A7307E81040238000000000005000 | Instance: 8393614376C64C089EC0AAF954ECA54C (285K-7926).
[2024.12.17-13.45.05:465][  0]LogConfig: Branch 'TranslationPickerSettings' had been unloaded. Reloading on-demand took 0.19ms
[2024.12.17-13.45.05:658][  0]LogTcpMessaging: Initializing TcpMessaging bridge
[2024.12.17-13.45.05:659][  0]LogUdpMessaging: Display: Work queue size set to 1024.
[2024.12.17-13.45.05:659][  0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666.
[2024.12.17-13.45.05:659][  0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:53322'.
[2024.12.17-13.45.05:659][  0]LogUdpMessaging: Display: Added local interface '192.168.1.129' to multicast group '230.0.0.1:6666'
[2024.12.17-13.45.05:859][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2024.12.17-13.45.05:859][  0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent.
[2024.12.17-13.45.05:877][  0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance
[2024.12.17-13.45.05:895][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/hdGp/resources/plugInfo.json'
[2024.12.17-13.45.05:895][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdSkel/resources/plugInfo.json'
[2024.12.17-13.45.05:895][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdSkelImaging/resources/plugInfo.json'
[2024.12.17-13.45.05:895][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdVolImaging/resources/plugInfo.json'
[2024.12.17-13.45.05:895][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/hio/resources/plugInfo.json'
[2024.12.17-13.45.05:895][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/ar/resources/plugInfo.json'
[2024.12.17-13.45.05:895][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usd/resources/plugInfo.json'
[2024.12.17-13.45.05:895][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdShade/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdPhysics/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/ndr/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/hd/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdVol/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdImaging/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdShaders/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdGeom/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdRender/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdRiPxrImaging/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdUI/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdLux/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/sdrGlslfx/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdProcImaging/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/sdf/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdProc/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdAbc/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdMedia/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdHydra/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdMtlx/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usdRi/resources/plugInfo.json'
[2024.12.17-13.45.05:896][  0]LogUsd: Updated LibraryPaths for USD plugInfo.json file '/mnt/nm790/UnrealEngine551/Engine/Binaries/ThirdParty/USD/UsdResources/Linux/plugins/usd/resources/codegenTemplates/plugInfo.json'
[2024.12.17-13.45.06:063][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png' error.
[2024.12.17-13.45.06:063][  0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Interchange/Editor/Content/Old/Tiles/Outer/alertSolid.png
[2024.12.17-13.45.06:081][  0]SourceControl: Revision control is disabled
[2024.12.17-13.45.06:595][  0]SourceControl: Revision control is disabled
[2024.12.17-13.45.06:604][  0]LogConfig: Applying CVar settings from Section [/Script/NNEDenoiser.NNEDenoiserSettings] File [Engine]
[2024.12.17-13.45.06:611][  0]LogConfig: Branch 'Crypto' had been unloaded. Reloading on-demand took 0.18ms
[2024.12.17-13.45.06:639][  0]LogConfig: Branch 'ObjectMixerSerializedData' had been unloaded. Reloading on-demand took 0.19ms
[2024.12.17-13.45.06:726][  0]LogCollectionManager: Loaded 0 collections in 0.000933 seconds
[2024.12.17-13.45.06:727][  0]LogFileCache: Scanning file cache for directory '/mnt/nm790/UnrealEngineProjects/MyProject/Saved/Collections/' took 0.00s
[2024.12.17-13.45.06:727][  0]LogFileCache: Scanning file cache for directory '/mnt/nm790/UnrealEngineProjects/MyProject/Content/Developers/sascha/Collections/' took 0.00s
[2024.12.17-13.45.06:727][  0]LogFileCache: Scanning file cache for directory '/mnt/nm790/UnrealEngineProjects/MyProject/Content/Collections/' took 0.00s
[2024.12.17-13.45.06:781][  0]LogUObjectArray: 43367 objects as part of root set at end of initial load.
[2024.12.17-13.45.06:781][  0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool
[2024.12.17-13.45.06:787][  0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 36088 public script object entries (979.38 KB)
[2024.12.17-13.45.06:787][  0]LogStreaming: Display: AsyncLoading2 - Thread Started: false, IsInitialLoad: false
[2024.12.17-13.45.06:870][  0]LogEngine: Initializing Engine...
[2024.12.17-13.45.06:872][  0]LogStylusInput: Initializing StylusInput subsystem.
[2024.12.17-13.45.06:872][  0]LogStylusInput: StylusInput not supported on this platform.
[2024.12.17-13.45.06:872][  0]LogStats: UGameplayTagsManager::InitializeManager -  0.000 s
[2024.12.17-13.45.06:915][  0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: liboo2texlinux64.2.9.11.so
[2024.12.17-13.45.06:925][  0]LogChaosDD: Creating Chaos Debug Draw Scene for world Untitled
[2024.12.17-13.45.06:935][  0]LogRenderer: SceneCulling instance hierarchy is disabled as UseNanite(VULKAN_SM6) returned false, for scene: 'World /Temp/Untitled_0.Untitled'.
[2024.12.17-13.45.06:944][  0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use.
[2024.12.17-13.45.06:944][  0]LogInit: Texture streaming: Enabled
[2024.12.17-13.45.06:945][  0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.5.1-38445549+++UE5+Release-5.5
[2024.12.17-13.45.06:950][  0]LogAudio: Display: Initializing Audio Device Manager...
[2024.12.17-13.45.06:950][  0]LogAudio: Display: Loading Default Audio Settings Objects...
[2024.12.17-13.45.06:950][  0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load).
[2024.12.17-13.45.06:952][  0]LogAudio: Display: Audio Device Manager Initialized
[2024.12.17-13.45.06:952][  0]LogAudio: Display: Creating Audio Device:                 Id: 1, Scope: Shared, Realtime: True
[2024.12.17-13.45.06:952][  0]LogAudioMixer: Display: Audio Mixer Platform Settings:
[2024.12.17-13.45.06:952][  0]LogAudioMixer: Display: 	Sample Rate:						  48000
[2024.12.17-13.45.06:952][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size Requested: 1024
[2024.12.17-13.45.06:952][  0]LogAudioMixer: Display: 	Callback Buffer Frame Size To Use:	  1024
[2024.12.17-13.45.06:952][  0]LogAudioMixer: Display: 	Number of buffers to queue:			  2
[2024.12.17-13.45.06:952][  0]LogAudioMixer: Display: 	Max Channels (voices):				  32
[2024.12.17-13.45.06:952][  0]LogAudioMixer: Display: 	Number of Async Source Workers:		  0
[2024.12.17-13.45.06:952][  0]LogAudio: Display: AudioDevice MaxSources: 32
[2024.12.17-13.45.06:952][  0]LogAudio: Display: Audio Spatialization Plugin: None (built-in).
[2024.12.17-13.45.06:952][  0]LogAudio: Display: Audio Reverb Plugin: None (built-in).
[2024.12.17-13.45.06:952][  0]LogAudio: Display: Audio Occlusion Plugin: None (built-in).
[2024.12.17-13.45.06:956][  0]LogAudioMixerSDL: Display: Initialized SDL using pulseaudio platform API backend.
[2024.12.17-13.45.06:956][  0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'SDL2'
[2024.12.17-13.45.07:276][  0]LogAudioMixerSDL: Opening default audio device (device index -1)
[2024.12.17-13.45.07:298][  0]LogAudioMixer: Display: Using Audio Hardware Device DG2 Audio Controller Digital Stereo (HDMI)
[2024.12.17-13.45.07:298][  0]LogAudioMixer: Display: Initializing Sound Submixes...
[2024.12.17-13.45.07:300][  0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault'
[2024.12.17-13.45.07:300][  0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault'
[2024.12.17-13.45.07:301][  0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144, InstanceID=1
[2024.12.17-13.45.07:301][  0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1
[2024.12.17-13.45.07:301][  0]LogInit: FAudioDevice initialized with ID 1.
[2024.12.17-13.45.07:304][  0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'.
[2024.12.17-13.45.07:304][  0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1
[2024.12.17-13.45.07:324][  0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1"
[2024.12.17-13.45.07:332][  0]LogInit: Undo buffer set to 256 MB
[2024.12.17-13.45.07:332][  0]LogInit: Transaction tracking system initialized
[2024.12.17-13.45.07:441][  0]LogConfig: Branch 'LocalizationServiceSettings' had been unloaded. Reloading on-demand took 0.21ms
[2024.12.17-13.45.07:442][  0]LocalizationService: Localization service is disabled
[2024.12.17-13.45.07:456][  0]LogTimingProfiler: Initialize
[2024.12.17-13.45.07:456][  0]LogTimingProfiler: OnSessionChanged
[2024.12.17-13.45.07:456][  0]LoadingProfiler: Initialize
[2024.12.17-13.45.07:456][  0]LoadingProfiler: OnSessionChanged
[2024.12.17-13.45.07:456][  0]LogNetworkingProfiler: Initialize
[2024.12.17-13.45.07:456][  0]LogNetworkingProfiler: OnSessionChanged
[2024.12.17-13.45.07:456][  0]LogMemoryProfiler: Initialize
[2024.12.17-13.45.07:456][  0]LogMemoryProfiler: OnSessionChanged
[2024.12.17-13.45.07:521][  0]LogCore: === Critical error: ===
Unhandled Exception: SIGSEGV: unaligned memory access (SIMD vectors?)

[2024.12.17-13.45.07:521][  0]LogCore: Fatal error!

0x00007f4811a697e4 libvulkan_intel.so!UnknownFunction(0x697e4)
0x00007f4811a70b6c libvulkan_intel.so!UnknownFunction(0x70b6b)
0x00007f4811a7abe2 libvulkan_intel.so!UnknownFunction(0x7abe1)
0x00007f4811a7db40 libvulkan_intel.so!UnknownFunction(0x7db3f)
0x00007f4811a804ca libvulkan_intel.so!UnknownFunction(0x804c9)
0x00007f481cdeccd5 libUnrealEditor-VulkanRHI.so!FVulkanPipelineStateCacheManager::CreateComputePipelineFromShader(TVulkanBaseShader<FRHIComputeShader, (EShaderFrequency)5>*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/VulkanRHI/Private/VulkanPipeline.cpp:2328]
0x00007f481cdec3d8 libUnrealEditor-VulkanRHI.so!FVulkanPipelineStateCacheManager::GetOrCreateComputePipeline(TVulkanBaseShader<FRHIComputeShader, (EShaderFrequency)5>*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/VulkanRHI/Private/VulkanPipeline.cpp:2257]
0x00007f481cdec813 libUnrealEditor-VulkanRHI.so!FVulkanDynamicRHI::RHICreateComputePipelineState(FRHIComputeShader*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/VulkanRHI/Private/VulkanPipeline.cpp:2227]
0x00007f48d59251cb libUnrealEditor-RHI.so!PipelineStateCache::GetAndOrCreateComputePipelineState(FRHIComputeCommandList&, FRHIComputeShader*, bool) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/RHI/Public/DynamicRHI.h:1138]
0x00007f48d5925b62 libUnrealEditor-RHI.so!SetComputePipelineState(FRHIComputeCommandList&, FRHIComputeShader*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RHI/Private/PipelineStateCache.cpp:1206]
0x00007f481cea0efa libUnrealEditor-VulkanRHI.so!void ClearUAVShader_T<(EClearReplacementResourceType)0, (EClearReplacementValueType)1, 4u, false>(FRHIComputeCommandList&, FRHIUnorderedAccessView*, unsigned int, unsigned int, unsigned int, TClearReplacementTypeSelector<(EClearReplacementValueType)1>::Type const (&) [4u]) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/RenderCore/Public/ClearReplacementShaders.h:397]
0x00007f481ce71644 libUnrealEditor-VulkanRHI.so!FVulkanUnorderedAccessView::Clear(TRHICommandList_RecursiveHazardous<FVulkanCommandListContext>&, void const*, bool) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/RenderCore/Public/ClearReplacementShaders.h:446]
0x00007f481ce718a2 libUnrealEditor-VulkanRHI.so!FVulkanCommandListContext::RHIClearUAVUint(FRHIUnorderedAccessView*, UE::Math::TIntVector4<unsigned int> const&) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/VulkanRHI/Private/VulkanUAV.cpp:669]
0x00007f48d97ce280 libUnrealEditor-Engine.so!FRHICommand<FRHICommandClearUAVUint, FRHICommandClearUAVUintString2139>::ExecuteAndDestruct(FRHICommandListBase&) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/RHI/Public/RHICommandList.h:1471]
0x00007f48d599800d libUnrealEditor-RHI.so!FRHICommandListBase::Execute() [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RHI/Private/RHICommandList.cpp:429]
0x00007f48d5999f84 libUnrealEditor-RHI.so!FRHICommandListExecutor::FTranslateState::Translate(FRHICommandListBase*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RHI/Private/RHICommandList.cpp:902]
0x00007f48d59c1569 libUnrealEditor-RHI.so!UE::Core::Private::Function::TFunctionRefCaller<FRHICommandListExecutor::FSubmitState::Dispatch(FRHICommandListBase*)::$_0, void>::Call(void*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RHI/Private/RHICommandList.cpp:871]
0x00007f48d59987c5 libUnrealEditor-RHI.so!FRHICommandListExecutor::FTaskPipe::Execute(FRHICommandListExecutor::FTaskPipe::FTask*, TRefCountPtr<FBaseGraphTask> const&) const [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/Templates/Function.h:470]
0x00007f48dd8630b7 libUnrealEditor-Core.so!TGraphTask<TFunctionGraphTaskImpl<void (ENamedThreads::Type, TRefCountPtr<FBaseGraphTask> const&), (ESubsequentsMode::Type)0> >::ExecuteTask() [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/Templates/Function.h:470]
0x00007f48dd1c8fa5 libUnrealEditor-Core.so!UE::Tasks::Private::FTaskBase::TryExecuteTask() [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h:504]
0x00007f48dd1c7efd libUnrealEditor-Core.so!FNamedTaskThread::ProcessTasksNamedThread(int, bool) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h:482]
0x00007f48dd1c6d5f libUnrealEditor-Core.so!FNamedTaskThread::ProcessTasksUntilQuit(int) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/Core/Private/Async/TaskGraph.cpp:667]
0x00007f48d5ce859c libUnrealEditor-RenderCore.so!FRHIThread::Run() [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RenderCore/Private/RenderingThread.cpp:269]
0x00007f48dd385a26 libUnrealEditor-Core.so!FRunnableThreadPThread::Run() [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/Core/Private/HAL/PThreadRunnableThread.cpp:25]
0x00007f48dd2dc2ea libUnrealEditor-Core.so!FRunnableThreadPThread::_ThreadProc(void*) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Private/HAL/PThreadRunnableThread.h:187]
0x00007f48d08a1e2e libc.so.6!UnknownFunction(0xa1e2d)
0x00007f48d0933a4c libc.so.6!UnknownFunction(0x133a4b)

[2024.12.17-13.45.07:530][  0]LogExit: Executing StaticShutdownAfterError

And the CRC log:

Log file open, 12/17/24 21:45:07
LogICUInternationalization: OS requested locale 'en_US' is not supported. Using the OS requested language of 'en-US' as the locale.
LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +8:00, Platform Override: ''
LogConfig: No local boot hotfix file found at: [/home/sascha/.config/Epic/CrashReportClient/Saved/PersistentDownloadDir/HotfixForNextBoot.txt]
LogInit: ExecutableName: CrashReportClientEditor
LogInit: Build: ++UE5+Release-5.5-CL-38445549
LogInit: Platform=Linux
LogInit: MachineId=4672774f723749479ff85a03d41082b4-000003e8
LogInit: DeviceId=
LogInit: Engine Version: 5.5.1-38445549+++UE5+Release-5.5
LogInit: Compatible Engine Version: 5.5.0-37670630+++UE5+Release-5.5
LogInit: Net CL: 37670630
LogInit: OS: Ubuntu 24.10 (6.12.3-061203-generic), CPU: Intel(R) Core(TM) Ultra 9 285K, GPU: UnknownVendor
LogInit: Compiled (64-bit): Nov 28 2024 01:00:14
LogInit: Architecture: x64
LogInit: Compiled with Clang: 18.1.0rc (github.com/llvm/llvm-project 461274b81d8641eab64d494accddc81d7db8a09e)
LogInit: Build Configuration: Shipping
LogInit: Branch Name: ++UE5+Release-5.5
LogInit: Command Line:  -Abslog="/mnt/nm790/UnrealEngineProjects/MyProject/Saved/Logs/MyProject-CRC.log" "/mnt/nm790/UnrealEngineProjects/MyProject/Saved/Crashes/crashinfo-MyProject-pid-7926-CC76FED9C8A94EB2BB847E857EE98FBE/"
LogInit: Base Directory: /mnt/nm790/UnrealEngine551/Engine/Binaries/Linux/
LogInit: Allocator: Mimalloc
LogInit: Installed Engine Build: 1
LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no
LogInit: Presizing for max 2097152 objects, including 1 objects not considered by GC.
LogStreaming: Display: AsyncLoading2 - Created: Event Driven Loader: false, Async Loading Thread: true, Async Post Load: true
LogStreaming: Display: AsyncLoading2 - Initialized
LogInit: Object subsystem initialized
[2024.12.17-13.45.07:607][  0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine]
[2024.12.17-13.45.07:607][  0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]]
[2024.12.17-13.45.07:607][  0]LogInit: Unix hardware info:
[2024.12.17-13.45.07:607][  0]LogInit:  - we are the first instance of this executable
[2024.12.17-13.45.07:607][  0]LogInit:  - this process' id (pid) is 8220, parent process' id (ppid) is 7926
[2024.12.17-13.45.07:607][  0]LogInit:  - we are not running under debugger
[2024.12.17-13.45.07:607][  0]LogInit:  - machine network name is '285K'
[2024.12.17-13.45.07:607][  0]LogInit:  - user name is 'sascha' (sascha)
[2024.12.17-13.45.07:607][  0]LogInit:  - we're logged in locally
[2024.12.17-13.45.07:607][  0]LogInit:  - we're running with rendering
[2024.12.17-13.45.07:607][  0]LogInit:  - CPU: GenuineIntel 'Intel(R) Core(TM) Ultra 9 285K' (signature: 0xC0662)
[2024.12.17-13.45.07:607][  0]LogInit:  - Number of physical cores available for the process: 24
[2024.12.17-13.45.07:607][  0]LogInit:  - Number of logical cores available for the process: 24
[2024.12.17-13.45.07:607][  0]LogInit:  - GPU Brand Info: UnknownVendor
[2024.12.17-13.45.07:607][  0]LogInit:  - Memory allocator used: Mimalloc
[2024.12.17-13.45.07:607][  0]LogInit:  - This is an internal build.
[2024.12.17-13.45.07:607][  0]LogCore: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_MONOTONIC will be used.
[2024.12.17-13.45.07:607][  0]LogInit: Unix-specific commandline switches:
[2024.12.17-13.45.07:607][  0]LogInit:  -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence)
[2024.12.17-13.45.07:607][  0]LogInit:  -jemalloc - use jemalloc for all memory allocation
[2024.12.17-13.45.07:607][  0]LogInit:  -binnedmalloc - use binned malloc  for all memory allocation
[2024.12.17-13.45.07:607][  0]LogInit:  -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache
[2024.12.17-13.45.07:607][  0]LogInit:  -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF)
[2024.12.17-13.45.07:607][  0]LogInit:  -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF)
[2024.12.17-13.45.07:607][  0]LogInit:  -preloadmodulesymbols - Loads the main module symbols file into memory (OFF)
[2024.12.17-13.45.07:607][  0]LogInit:  -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal
[2024.12.17-13.45.07:607][  0]LogInit:  -crashhandlerstacksize - Allows setting crash handler stack sizes (204800)
[2024.12.17-13.45.07:607][  0]LogInit:  -noexclusivelockonwrite - disables marking files created by the engine as exclusive locked while the engine has them opened
[2024.12.17-13.45.07:607][  0]LogInit:  -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl)
[2024.12.17-13.45.07:608][  0]LogInit:  -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl)
[2024.12.17-13.45.07:608][  0]LogInit:  -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini)
[2024.12.17-13.45.07:608][  0]LogInit:  -allowsyscallfilterfile=PATH_TO_FILE - sets up a system call filter allow list. any invalid syscall in this list *will* cause a crash
[2024.12.17-13.45.07:608][  0]LogInit:  - Physical RAM available (not considering process quota): 92 GB (93514 MB, 95758596 KB, 98056802304 bytes)
[2024.12.17-13.45.07:608][  0]LogInit:  - VirtualMemoryAllocator pools will grow at scale 1
[2024.12.17-13.45.07:608][  0]LogInit:  - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change)
[2024.12.17-13.45.07:608][  0]LogInit:  - PageSize 4096
[2024.12.17-13.45.07:608][  0]LogInit:  - BinnedPageSize 65536
[2024.12.17-13.45.07:609][  0]LogUObjectArray: 547 objects as part of root set at end of initial load.
[2024.12.17-13.45.07:609][  0]LogUObjectArray: 0 objects are not in the root set, but can never be destroyed because they are in the DisregardForGC set.
[2024.12.17-13.45.07:609][  0]LogUObjectArray: CloseDisregardForGC: 547/547 objects in disregard for GC pool
[2024.12.17-13.45.07:609][  0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 539 public script object entries (18.63 KB)
[2024.12.17-13.45.07:609][  0]LogStreaming: Display: AsyncLoading2 - Thread Started: true, IsInitialLoad: false
[2024.12.17-13.45.07:609][  0]LogInit: Using OS detected language (en-US).
[2024.12.17-13.45.07:609][  0]LogInit: Using OS detected locale (en-US).
[2024.12.17-13.45.07:609][  0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language.
[2024.12.17-13.45.07:627][  0]LogInit: Using OS detected language (en-US).
[2024.12.17-13.45.07:627][  0]LogInit: Using OS detected locale (en-US).
[2024.12.17-13.45.07:627][  0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the language.
[2024.12.17-13.45.07:627][  0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the locale.
[2024.12.17-13.45.07:627][  0]LogPackageLocalizationCache: Processed 2 localized package path(s) for 1 prioritized culture(s) in 0.000013 seconds
[2024.12.17-13.45.07:633][  0]LogInit: Using libcurl 8.4.0
[2024.12.17-13.45.07:633][  0]LogInit:  - built for x86_64-unknown-linux-gnu
[2024.12.17-13.45.07:633][  0]LogInit:  - supports SSL with OpenSSL/1.1.1t
[2024.12.17-13.45.07:633][  0]LogInit:  - supports HTTP deflate (compression) using libz 1.3
[2024.12.17-13.45.07:633][  0]LogInit:  - other features:
[2024.12.17-13.45.07:633][  0]LogInit:      CURL_VERSION_SSL
[2024.12.17-13.45.07:633][  0]LogInit:      CURL_VERSION_LIBZ
[2024.12.17-13.45.07:633][  0]LogInit:      CURL_VERSION_IPV6
[2024.12.17-13.45.07:633][  0]LogInit:      CURL_VERSION_ASYNCHDNS
[2024.12.17-13.45.07:633][  0]LogInit:      CURL_VERSION_LARGEFILE
[2024.12.17-13.45.07:633][  0]LogInit:      CURL_VERSION_TLSAUTH_SRP
[2024.12.17-13.45.07:633][  0]LogInit:      CURL_VERSION_HTTP2
[2024.12.17-13.45.07:633][  0]LogInit:  CurlRequestOptions (configurable via config and command line):
[2024.12.17-13.45.07:633][  0]LogInit:  - bVerifyPeer = false  - Libcurl will NOT verify peer certificate
[2024.12.17-13.45.07:633][  0]LogInit:  - bUseHttpProxy = false  - Libcurl will NOT use HTTP proxy
[2024.12.17-13.45.07:633][  0]LogInit:  - bDontReuseConnections = false  - Libcurl will reuse connections
[2024.12.17-13.45.07:633][  0]LogInit:  - MaxHostConnections = 16  - Libcurl will limit the number of connections to a host
[2024.12.17-13.45.07:633][  0]LogInit:  - LocalHostAddr = Default
[2024.12.17-13.45.07:633][  0]LogInit:  - BufferSize = 65536
[2024.12.17-13.45.07:633][  0]LogInit: CreateHttpThread using FCurlMultiPollEventLoopHttpThread
[2024.12.17-13.45.07:633][  0]LogInit: Creating http thread with maximum 2147483647 concurrent requests
[2024.12.17-13.45.07:633][  0]LogAnalytics: Display: [CrashReporter.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = ++UE5+Release-5.5-CL-38445549
[2024.12.17-13.45.07:634][  0]CrashReportCoreLog: Display: Applying project settings from '/mnt/nm790/UnrealEngineProjects/MyProject/Saved/Crashes/crashinfo-MyProject-pid-7926-CC76FED9C8A94EB2BB847E857EE98FBE/CrashReportClient.ini'.
[2024.12.17-13.45.07:634][  0]CrashReportCoreLog: CrashReportClientVersion=1.0
[2024.12.17-13.45.07:634][  0]CrashReportCoreLog: CrashReportReceiver disabled
[2024.12.17-13.45.07:634][  0]CrashReportCoreLog: DataRouterUrl: https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data
[2024.12.17-13.45.07:634][  0]LogInit: Initializing SDL.
[2024.12.17-13.45.07:660][  0]LogInit: Initialized SDL 2.30.6 revision: SDL-2.30.6-no-vcs (compiled against 2.30.6)
[2024.12.17-13.45.07:660][  0]LogInit: Using SDL video driver 'x11'
[2024.12.17-13.45.07:661][  0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0
[2024.12.17-13.45.07:661][  0]LogSlate: Slate User Registered.  User Index 0, Is Virtual User: 0
[2024.12.17-13.45.07:667][  0]LogSlate: Using FreeType 2.10.0
[2024.12.17-13.45.07:667][  0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1
[2024.12.17-13.45.07:667][  0]LogInit: Using SDL_WINDOW_OPENGL
[2024.12.17-13.45.07:704][  0]LogInit: FSlateOpenGLContext::Initialize - creating OpenGL 2.1 context
[2024.12.17-13.45.07:713][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error.
[2024.12.17-13.45.07:713][  0]LogSlateOpenGL: Could not find file for Slate texture: [../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png] '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png'
[2024.12.17-13.45.07:713][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error.
[2024.12.17-13.45.07:713][  0]LogSlateOpenGL: Could not find file for Slate texture: [../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png] '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png'
[2024.12.17-13.45.07:713][  0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error.
[2024.12.17-13.45.07:713][  0]LogSlateOpenGL: Could not find file for Slate texture: [../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png] '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png'
[2024.12.17-13.45.07:724][  0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.12.17-13.45.07:724][  0]CrashReportCoreLog: Initial state = Unknown UploadState value
[2024.12.17-13.45.07:737][  0]LogInit: FSlateOpenGLContext::Initialize - creating OpenGL 2.1 context
[2024.12.17-13.45.07:739][  0]LogSlate: Took 0.000028 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K)
[2024.12.17-13.45.07:739][  0]LogSlate: Took 0.000024 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K)
[2024.12.17-13.45.07:740][  0]LogSlate: Took 0.000022 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K)

I’m getting actually another crash report now:


Caught signal 11 Segmentation fault

libvulkan_intel.so!UnknownFunction(0x697e4)
libvulkan_intel.so!UnknownFunction(0x70b6b)
libvulkan_intel.so!UnknownFunction(0x7abe1)
libvulkan_intel.so!UnknownFunction(0x7db3f)
libvulkan_intel.so!UnknownFunction(0x804c9)
libUnrealEditor-VulkanRHI.so!FVulkanPipelineStateCacheManager::CreateComputePipelineFromShader(TVulkanBaseShader<FRHIComputeShader, (EShaderFrequency)5>*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/VulkanRHI/Private/VulkanPipeline.cpp:2328]
libUnrealEditor-VulkanRHI.so!FVulkanPipelineStateCacheManager::GetOrCreateComputePipeline(TVulkanBaseShader<FRHIComputeShader, (EShaderFrequency)5>*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/VulkanRHI/Private/VulkanPipeline.cpp:2257]
libUnrealEditor-VulkanRHI.so!FVulkanDynamicRHI::RHICreateComputePipelineState(FRHIComputeShader*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/VulkanRHI/Private/VulkanPipeline.cpp:2227]
libUnrealEditor-RHI.so!PipelineStateCache::GetAndOrCreateComputePipelineState(FRHIComputeCommandList&, FRHIComputeShader*, bool) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/RHI/Public/DynamicRHI.h:1138]
libUnrealEditor-RHI.so!SetComputePipelineState(FRHIComputeCommandList&, FRHIComputeShader*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RHI/Private/PipelineStateCache.cpp:1206]
libUnrealEditor-VulkanRHI.so!void ClearUAVShader_T<(EClearReplacementResourceType)0, (EClearReplacementValueType)1, 4u, false>(FRHIComputeCommandList&, FRHIUnorderedAccessView*, unsigned int, unsigned int, unsigned int, TClearReplacementTypeSelector<(EClearReplacementValueType)1>::Type const (&) [4u]) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/RenderCore/Public/ClearReplacementShaders.h:397]
libUnrealEditor-VulkanRHI.so!FVulkanUnorderedAccessView::Clear(TRHICommandList_RecursiveHazardous<FVulkanCommandListContext>&, void const*, bool) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/RenderCore/Public/ClearReplacementShaders.h:446]
libUnrealEditor-VulkanRHI.so!FVulkanCommandListContext::RHIClearUAVUint(FRHIUnorderedAccessView*, UE::Math::TIntVector4<unsigned int> const&) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/VulkanRHI/Private/VulkanUAV.cpp:669]
libUnrealEditor-Engine.so!FRHICommand<FRHICommandClearUAVUint, FRHICommandClearUAVUintString2139>::ExecuteAndDestruct(FRHICommandListBase&) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/RHI/Public/RHICommandList.h:1471]
libUnrealEditor-RHI.so!FRHICommandListBase::Execute() [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RHI/Private/RHICommandList.cpp:429]
libUnrealEditor-RHI.so!FRHICommandListExecutor::FTranslateState::Translate(FRHICommandListBase*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RHI/Private/RHICommandList.cpp:902]
libUnrealEditor-RHI.so!UE::Core::Private::Function::TFunctionRefCaller<FRHICommandListExecutor::FSubmitState::Dispatch(FRHICommandListBase*)::$_0, void>::Call(void*) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RHI/Private/RHICommandList.cpp:871]
libUnrealEditor-RHI.so!FRHICommandListExecutor::FTaskPipe::Execute(FRHICommandListExecutor::FTaskPipe::FTask*, TRefCountPtr<FBaseGraphTask> const&) const [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/Templates/Function.h:470]
libUnrealEditor-Core.so!TGraphTask<TFunctionGraphTaskImpl<void (ENamedThreads::Type, TRefCountPtr<FBaseGraphTask> const&), (ESubsequentsMode::Type)0> >::ExecuteTask() [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/Templates/Function.h:470]
libUnrealEditor-Core.so!UE::Tasks::Private::FTaskBase::TryExecuteTask() [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h:504]
libUnrealEditor-Core.so!FNamedTaskThread::ProcessTasksNamedThread(int, bool) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Public/Async/TaskGraphInterfaces.h:482]
libUnrealEditor-Core.so!FNamedTaskThread::ProcessTasksUntilQuit(int) [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/Core/Private/Async/TaskGraph.cpp:667]
libUnrealEditor-RenderCore.so!FRHIThread::Run() [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/RenderCore/Private/RenderingThread.cpp:269]
libUnrealEditor-Core.so!FRunnableThreadPThread::Run() [/mnt/horde/++UE5/Sync/Engine/Source/./Runtime/Core/Private/HAL/PThreadRunnableThread.cpp:25]
libUnrealEditor-Core.so!FRunnableThreadPThread::_ThreadProc(void*) [/mnt/horde/++UE5/Sync/Engine/Source/Runtime/Core/Private/HAL/PThreadRunnableThread.h:187]
libc.so.6!UnknownFunction(0xa1e2d)
libc.so.6!UnknownFunction(0x133a4b)

to be honest from those logs i don’t really know what could be the issue.
i wonder if it’s related to the video card you’re using. maybe vulkan is not working correctly.

are you using x11 right?
did ue worked with that card before?

I doubt it’s related to the video card or the nvidia driver you’re using. I have tried two of my machines (both have different cards) and multiple different nvidia driver versions. Both machines crash in the exact same way.

My bet is on this being a 5.5.1 bug and we’ll just have to wait. Hopefully, in one of the next releases, they’ll pay a little more attention to Linux stability/functionality. For me, 5.5.1 is basically unusable on linux, I can’t do anything.

you’re highjacking the thread.
i understand you have had no luck with the engine, and i’m sorry about that. maybe open a new thread for your issues, or report the bug to epic team if you believe is a bug on the engine.
just to add some context, most of the people i know working with 5.5 on linux have no issue that comes from the engine. the few ones that do is because of their environment.
i haven’t come across this issue before, specially on ubuntu.

anyway, i’d like to know the progress from the original poster to see if we can fix that.

How am I highjacking the thread?

I was just saying that I have a very similar issue with 5.5.1, and that I’ve tried different hardware and drivers (something you were curious about) with no luck. The segfault still persists.

When everything in my project worked perfectly on 5.4 and upgrading to 5.5.1 with no other changes produces a segfault upon loading any map, this leads me to believe it’s a problem with the engine built for Linux and not my environment. Additionally, I can open my project with 5.5.1 on windows without issue.

Or would you rather me create a new thread and get called out for creating duplicate issues?

How am I highjacking the thread?
you’re hijacking it by turning this thread into your issue. which might or not be the same.
if it’s the same then cool, if it’s not then you’d get better results with a new thread.
i’m not gonna say what you should do, just suggesting.

you missed that statement from your previous post. sorry i could not have known that.
another suggestion to avoid misunderstandings would be to

  • state your environment (distro, version, kernel, x11/wayland, DE, drivers, gpu brand, etc)
  • provide the logs to see if it’s the same or not, or to dig deeper.

since i’ve seen many ubuntu 24 working with unreal it seems to me this is related to hardware configuration or environment.
of course ultimately this could/need to be handled by ue code at some point. but we’ll have to pinpoint the cause, and that seems to be environment to me.