carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.18k stars 3.61k forks source link

UE Editor: LoadErrors BuildingMaster : Failed import for Property (Town04) #7193

Open Daraan opened 7 months ago

Daraan commented 7 months ago

I am using


Problem you have experienced: When building Carla and loading Town04_Opt I always get three errors in the pip-op UE Message log:

LoadErrors: Error: /Game/Carla/Blueprints/LevelDesign/BuildingMaster  : Failed import for BoolProperty, ObjectProperty, StructProperty

Full Error Output

[2024.02.28-17.03.02:787][  0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Buildings) is flushing async loading
# ------------ Errors:
[2024.02.28-17.03.03:090][  0]LoadErrors: Error: /Game/Carla/Blueprints/LevelDesign/BuildingMaster  : Failed import for BoolProperty /Game/Carla/Blueprints/LevelDesign/BuildingSpawnableItems.BuildingSpawnableItems:BlockSpawn_12_4FEC57D947F4B49EA11F31A19F18EB48 Referenced by export Function /Game/Carla/Blueprints/LevelDesign/BuildingMaster.BuildingMaster_C:PlaceItems
[2024.02.28-17.03.03:090][  0]LoadErrors: Error: /Game/Carla/Blueprints/LevelDesign/BuildingMaster  : Failed import for ObjectProperty /Game/Carla/Blueprints/LevelDesign/BuildingSpawnableItems.BuildingSpawnableItems:Item_16_6D77EDC54B56B5883D9DC7809D6C704A Referenced by export Function /Game/Carla/Blueprints/LevelDesign/BuildingMaster.BuildingMaster_C:PlaceItems
[2024.02.28-17.03.03:090][  0]LoadErrors: Error: /Game/Carla/Blueprints/LevelDesign/BuildingMaster  : Failed import for StructProperty /Game/Carla/Blueprints/LevelDesign/BuildingSpawnableItems.BuildingSpawnableItems:Transform_5_626174554EFC313F198DA2AED94C7F1B Referenced by export Function /Game/Carla/Blueprints/LevelDesign/BuildingMaster.BuildingMaster_C:PlaceItems
# ------------ 
[2024.02.28-17.03.03:102][  0]Warning:  applied to a non-external Texture2D sampler. This may work by chance on some platforms but is not portable. Please change sampler type to 'External'. Parameter 'EmissiveMap' (slot 1) in material 'M_BuildingMaterial'
[2024.02.28-17.03.03:102][  0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Rendering_and_Lighting_components) is flushing async loading

Other information (documentation you consulted, workarounds you tried):

I tried to download the dev-assets, removed them again, checking out the normal 0.9.15 tag, always at least using make clean, and did a complete new build setup in a new folder, nothing fixed this error.

Especially as checking out a tag where I did not have the error before forwarding to a dev version could imply that it is related to some ignored files?

Daraan commented 5 months ago

Hello thank you for the reply,

for now it is still a problem.

Full log ```sh XXX:~CARLA-0.9.15$ make launch Util/BuildTools/Linux.mk:163: warning: overriding recipe for target 'downloadplugins' Util/BuildTools/Linux.mk:142: warning: ignoring old recipe for target 'downloadplugins' Setup.sh: boost-1.80.0-c10 already installed. Setup.sh: rpclib-v2.2.1_c5-c10 already installed. Setup.sh: gtest-1.8.1-c10 already installed. Setup.sh: recast-c10 already installed. Setup.sh: Libpng already installed. Setup.sh: Xerces-c already installed. Setup.sh: Eigen already installed. Setup.sh: Sqlite already installed. Setup.sh: PROJ already installed. Setup.sh: Patchelf already installed. Setup.sh: CARLA version RSSCompiles-111-g08c9df5b5-dirty. Setup.sh: Generating CMake configuration files. Setup.sh: Success! BuildLibCarla.sh: Building LibCarla "Server.Release" configuration. ninja: no work to do. [0/1] Install the project... -- Install configuration: "Server" BuildLibCarla.sh: Success! BuildOSM2ODR.sh: Building OSM2ODR. HEAD is now at 1835e1e9538 Remove logs -- Eclipse version is set to 3.6 (Helios). Adjust CMAKE_ECLIPSE_VERSION if this is wrong. -- CMAKE_BINARY_DIR: XXX/CARLA-0.9.15/Build/libosm2dr-build -- CMAKE_SOURCE_DIR: XXX/CARLA-0.9.15/Build/libosm2dr-source -- -- Platform: -- Host: Linux-6.5.0-27-generic x86_64 -- Target: Linux-6.5.0-27-generic x86_64 -- CMake: 3.22.1 -- CMake generator: Ninja -- CMake build tool: /usr/bin/ninja -- Compiler: Clang 10.0.1 -- -- Found Proj: XXX/CARLA-0.9.15/Build/proj-install/lib/libproj.a -- Enabled features: Linux-6.5.0-27-generic x86_64 Clang 10.0.1 Release Proj -- Configuring done -- Generating done -- Build files have been written to: XXX/CARLA-0.9.15/Build/libosm2dr-build ninja: no work to do. [0/1] Install the project... -- Install configuration: "Release" -- Up-to-date: XXX/CARLA-0.9.15/PythonAPI/carla/dependencies/lib/libosm2odr.a -- Up-to-date: XXX/CARLA-0.9.15/PythonAPI/carla/dependencies/include/OSM2ODR.h /home/XXX/UnrealEngine_4.26/Engine/Source/ThirdParty/Linux/LibCxx/include/c++/v1 /home/XXX/UnrealEngine_4.26/Engine/Source/ThirdParty/Linux/LibCxx/lib/Linux/x86_64-unknown-linux-gnu -- Eclipse version is set to 3.6 (Helios). Adjust CMAKE_ECLIPSE_VERSION if this is wrong. -- CMAKE_BINARY_DIR: XXX/CARLA-0.9.15/Build/libosm2dr-build-server -- CMAKE_SOURCE_DIR: XXX/CARLA-0.9.15/Build/libosm2dr-source -- -- Platform: -- Host: Linux-6.5.0-27-generic x86_64 -- Target: Linux-6.5.0-27-generic x86_64 -- CMake: 3.22.1 -- CMake generator: Ninja -- CMake build tool: /usr/bin/ninja -- Compiler: Clang 10.0.1 -- -- Found Proj: XXX/CARLA-0.9.15/Build/proj-install-server/lib/libproj.a -- Enabled features: Linux-6.5.0-27-generic x86_64 Clang 10.0.1 Release Proj -- Configuring done -- Generating done -- Build files have been written to: XXX/CARLA-0.9.15/Build/libosm2dr-build-server ninja: no work to do. [0/1] Install the project... -- Install configuration: "Release" -- Up-to-date: XXX/CARLA-0.9.15/Unreal/CarlaUE4/Plugins/Carla/CarlaDependencies/lib/libosm2odr.a -- Up-to-date: XXX/CARLA-0.9.15/Unreal/CarlaUE4/Plugins/Carla/CarlaDependencies/include/OSM2ODR.h -- Eclipse version is set to 3.6 (Helios). Adjust CMAKE_ECLIPSE_VERSION if this is wrong. -- CMAKE_BINARY_DIR: XXX/CARLA-0.9.15/Build/libosm2dr-build-server -- CMAKE_SOURCE_DIR: XXX/CARLA-0.9.15/Build/libosm2dr-source -- -- Platform: -- Host: Linux-6.5.0-27-generic x86_64 -- Target: Linux-6.5.0-27-generic x86_64 -- CMake: 3.22.1 -- CMake generator: Ninja -- CMake build tool: /usr/bin/ninja -- Compiler: Clang 10.0.1 -- -- Found Proj: XXX/CARLA-0.9.15/Build/proj-install-server/lib/libproj.a -- Enabled features: Linux-6.5.0-27-generic x86_64 Clang 10.0.1 Release Proj -- Configuring done -- Generating done -- Build files have been written to: XXX/CARLA-0.9.15/Build/libosm2dr-build-server ninja: no work to do. [0/1] Install the project... -- Install configuration: "Release" -- Up-to-date: XXX/CARLA-0.9.15/Unreal/CarlaUE4/Plugins/Carla/CarlaDependencies/lib/libosm2odr.a -- Up-to-date: XXX/CARLA-0.9.15/Unreal/CarlaUE4/Plugins/Carla/CarlaDependencies/include/OSM2ODR.h BuildOSM2ODR.sh: OSM2ODR Success! BuildUE4Plugins.sh: Downloading STREETMAP plugin. HEAD is now at 260273d Correct descriptor BuildUE4Plugins.sh: StreetMap Success! BuildUE4Plugins.sh: Downloading STREETMAP plugin. HEAD is now at 260273d Correct descriptor BuildUE4Plugins.sh: StreetMap Success! BuildCarlaUE4.sh: Using Unreal Engine at '/home/XXX/UnrealEngine_4.26' BuildCarlaUE4.sh: Build CarlaUE4 project. make[1]: Entering directory 'XXX/CARLA-0.9.15/Unreal/CarlaUE4' bash "/home/XXX/UnrealEngine_4.26/Engine/Build/BatchFiles/Linux/RunMono.sh" "/home/XXX/UnrealEngine_4.26/Engine/Binaries/DotNET/UnrealBuildTool.exe" CarlaUE4Editor Linux Development -project="XXX/CARLA-0.9.15/Unreal/CarlaUE4/CarlaUE4.uproject" Running Mono... Fixing inconsistent case in filenames. Setting up Mono ~/UnrealEngine_4.26/Engine ~/TeamProject/CARLA-0.9.15/Unreal/CarlaUE4 Using 'git status' to determine working set for adaptive non-unity build (/home/XXX/UnrealEngine_4.26). Waiting for 'git status' command to complete Target is up to date Total execution time: 1.85 seconds make[1]: Leaving directory 'XXX/CARLA-0.9.15/Unreal/CarlaUE4' BuildCarlaUE4.sh: Launching UE4Editor... Increasing per-process limit of core file size to infinity. LogInit: LLM is enabled LogInit: LLM CsvWriter: off TraceWriter: off LogInit: Display: Running engine for game: CarlaUE4 LogPlatformFile: Not using cached read wrapper LogInit: NumberOfWorkerThreadsToSpawn: LogInit: - Number of physical cores available for the process: 16 LogInit: - Number of logical cores available for the process: 24 LogInit: - Worker number by default: 15 (you can change this number with the command line parameter '-workersthreadpool X', for a max of 26 threads) LogTaskGraph: Started task graph with 5 named threads and 50 total threads with 3 sets of task threads. LogStats: Stats thread started at 0.223163 LogInit: NumberOfWorkerThreadsToSpawn: LogInit: - Number of physical cores available for the process: 16 LogInit: - Number of logical cores available for the process: 24 LogInit: - Worker number by default: 15 (you can change this number with the command line parameter '-workersthreadpool X', for a max of 26 threads) LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: '' LogPluginManager: Mounting plugin MeshPainting LogPluginManager: Mounting plugin XGEController LogPluginManager: Mounting plugin CameraShakePreviewer LogPluginManager: Mounting plugin UdpMessaging LogPluginManager: Mounting plugin TcpMessaging LogPluginManager: Mounting plugin Niagara LogPluginManager: Mounting plugin AISupport LogPluginManager: Mounting plugin EnvironmentQueryEditor LogPluginManager: Mounting plugin SkeletalReduction LogPluginManager: Mounting plugin GeometryCollectionPlugin LogPluginManager: Mounting plugin GeometryCache LogPluginManager: Mounting plugin ChaosEditor LogPluginManager: Mounting plugin MotoSynth LogPluginManager: Mounting plugin ChaosCloth LogPluginManager: Mounting plugin GeometryProcessing LogPluginManager: Mounting plugin ChaosClothEditor LogPluginManager: Mounting plugin ChaosSolverPlugin LogPluginManager: Mounting plugin PythonScriptPlugin LogPluginManager: Mounting plugin ChaosNiagara LogPluginManager: Mounting plugin PlatformCrypto LogPluginManager: Mounting plugin PlanarCut LogPluginManager: Mounting plugin BackChannel LogPluginManager: Mounting plugin CharacterAI LogPluginManager: Mounting plugin AlembicImporter LogPluginManager: Mounting plugin ProxyLODPlugin LogPluginManager: Mounting plugin AutomationUtils LogPluginManager: Mounting plugin ActorSequence LogPluginManager: Mounting plugin LevelSequenceEditor LogPluginManager: Mounting plugin MatineeToLevelSequence LogPluginManager: Mounting plugin TemplateSequence LogPluginManager: Mounting plugin PerforceSourceControl LogPluginManager: Mounting plugin CodeLiteSourceCodeAccess LogPluginManager: Mounting plugin SubversionSourceControl LogPluginManager: Mounting plugin CLionSourceCodeAccess LogPluginManager: Mounting plugin KDevelopSourceCodeAccess LogPluginManager: Mounting plugin RiderSourceCodeAccess LogPluginManager: Mounting plugin PlasticSourceControl LogPluginManager: Mounting plugin PluginUtils LogPluginManager: Mounting plugin VisualStudioSourceCodeAccess LogPluginManager: Mounting plugin VisualStudioCodeSourceCodeAccess LogPluginManager: Mounting plugin XCodeSourceCodeAccess LogPluginManager: Mounting plugin RenderDocPlugin LogPluginManager: Mounting plugin GitSourceControl LogPluginManager: Mounting plugin NullSourceCodeAccess LogPluginManager: Mounting plugin PropertyAccessNode LogPluginManager: Mounting plugin AnimationSharing LogPluginManager: Mounting plugin OnlineSubsystemUtils LogPluginManager: Mounting plugin OnlineSubsystem LogPluginManager: Mounting plugin OnlineSubsystemNull LogPluginManager: Mounting plugin Paper2D LogPluginManager: Mounting plugin LightPropagationVolume LogPluginManager: Mounting plugin PerformanceMonitor LogPluginManager: Mounting plugin LauncherChunkInstaller LogPluginManager: Mounting plugin VariantManagerContent LogPluginManager: Mounting plugin DatasmithContent LogPluginManager: Mounting plugin WebMMedia LogPluginManager: Mounting plugin WmfMedia LogPluginManager: Mounting plugin AlembicHairImporter LogPluginManager: Mounting plugin ImgMedia LogPluginManager: Mounting plugin AvfMedia LogPluginManager: Mounting plugin MediaCompositing LogPluginManager: Mounting plugin MediaPlayerEditor LogPluginManager: Mounting plugin AudioSynesthesia LogPluginManager: Mounting plugin ChunkDownloader LogPluginManager: Mounting plugin ProceduralMeshComponent LogPluginManager: Mounting plugin LinuxDeviceProfileSelector LogPluginManager: Mounting plugin SoundFields LogPluginManager: Mounting plugin HairStrands LogPluginManager: Mounting plugin CableComponent LogPluginManager: Mounting plugin PhysXVehicles LogPluginManager: Mounting plugin Synthesis LogPluginManager: Mounting plugin ArchVisCharacter LogPluginManager: Mounting plugin AudioCapture LogPluginManager: Mounting plugin WindowsMoviePlayer LogPluginManager: Mounting plugin ActorLayerUtilities LogPluginManager: Mounting plugin WebMMoviePlayer LogPluginManager: Mounting plugin CustomMeshComponent LogPluginManager: Mounting plugin MacGraphicsSwitching LogPluginManager: Mounting plugin CurveEditorTools LogPluginManager: Mounting plugin GameplayTagsEditor LogPluginManager: Mounting plugin MaterialAnalyzer LogPluginManager: Mounting plugin PropertyAccessEditor LogPluginManager: Mounting plugin EditorScriptingUtilities LogPluginManager: Mounting plugin GeometryMode LogPluginManager: Mounting plugin PostSplashScreen LogPluginManager: Mounting plugin RuntimePhysXCooking LogPluginManager: Mounting plugin AppleImageUtils LogPluginManager: Mounting plugin GooglePAD LogPluginManager: Mounting plugin SignificanceManager LogPluginManager: Mounting plugin DataValidation LogPluginManager: Mounting plugin CryptoKeys LogPluginManager: Mounting plugin EditableMesh LogPluginManager: Mounting plugin FacialAnimation LogPluginManager: Mounting plugin AssetManagerEditor LogPluginManager: Mounting plugin PluginBrowser LogPluginManager: Mounting plugin ScreenshotTools LogPluginManager: Mounting plugin MLSDK LogPluginManager: Mounting plugin MagicLeapMedia LogPluginManager: Mounting plugin MagicLeap LogPluginManager: Mounting plugin MagicLeapLightEstimation LogPluginManager: Mounting plugin LuminPlatformFeatures LogPluginManager: Mounting plugin MagicLeapPassableWorld LogPluginManager: Mounting plugin SpeedTreeImporter LogPluginManager: Mounting plugin AssetTags LogPluginManager: Mounting plugin OnlineSubsystemIOS LogPluginManager: Mounting plugin ContentBrowserFileDataSource LogPluginManager: Mounting plugin ContentBrowserClassDataSource LogPluginManager: Mounting plugin ContentBrowserAssetDataSource LogPluginManager: Mounting plugin Carla LogPluginManager: Mounting plugin StreetMap LogPluginManager: Mounting plugin CarlaTools LogPluginManager: Mounting plugin CarlaExporter LogPluginManager: Mounting plugin HoudiniEngine LogInit: Using libcurl 7.65.3-DEV LogInit: - built for x86_64-unknown-linux-gnu LogInit: - supports SSL with OpenSSL/1.1.1c LogInit: - supports HTTP deflate (compression) using libz 1.2.8 LogInit: - other features: LogInit: CURL_VERSION_SSL LogInit: CURL_VERSION_LIBZ LogInit: CURL_VERSION_IPV6 LogInit: CURL_VERSION_ASYNCHDNS LogInit: CURL_VERSION_LARGEFILE LogInit: CURL_VERSION_TLSAUTH_SRP LogInit: CurlRequestOptions (configurable via config and command line): LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy LogInit: - bDontReuseConnections = false - Libcurl will reuse connections LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host LogInit: - LocalHostAddr = Default LogInit: - BufferSize = 65536 LogOnline: OSS: Creating online subsystem instance for: NULL LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL] LogInit: Build: ++UE4+Release-4.26-CL-0 LogInit: Engine Version: 4.26.2-0+++UE4+Release-4.26 LogInit: Compatible Engine Version: 4.26.0-0+++UE4+Release-4.26 LogInit: Net CL: 0 LogInit: OS: GenericOSVersionLabel (GenericOSSubVersionLabel), CPU: 12th Gen Intel(R) Core(TM) i9-12900, GPU: GenericGPUBrand LogInit: Compiled (64-bit): Feb 15 2024 21:33:13 LogInit: Compiled with Clang: 10.0.1 LogInit: Build Configuration: Development LogInit: Branch Name: ++UE4+Release-4.26 LogInit: Command Line: -vulkan LogInit: Base Directory: /home/XXX/UnrealEngine_4.26/Engine/Binaries/Linux/ LogInit: Allocator: binned2 LogInit: Installed Engine Build: 0 LogDevObjectVersion: Number of dev versions registered: 29 LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 4 LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 44 LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 12 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): 43 LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 1 LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 40 LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool. LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Engine.ini] LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]] LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]] LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]] LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]] LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]] LogConfig: Setting CVar [[s.UseBackgroundLevelStreaming:1]] LogConfig: Setting CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] LogConfig: Setting CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] LogConfig: Setting CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] LogConfig: Setting CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] LogConfig: Setting CVar [[s.UnregisterComponentsTimeLimit:1.0]] LogConfig: Setting CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] LogConfig: Setting CVar [[s.FlushStreamingOnExit:1]] LogInit: Object subsystem initialized LogConfig: Setting CVar [[con.DebugEarlyDefault:1]] LogConfig: Setting CVar [[r.setres:1280x720]] LogConfig: Setting CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.VSync:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.RHICmdBypass:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Engine.ini] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.GPUCrashDebugging:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DefaultFeature.MotionBlur:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.BasePassOutputsVelocity:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.BasePassForceOutputsVelocity:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.AllowStaticLighting:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DiscardUnusedQuality:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DefaultFeature.Bloom:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DefaultFeature.AmbientOcclusion:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DefaultFeature.AutoExposure:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.CustomDepth:3]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.Streaming.PoolSize:4000]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.TextureStreaming:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.GenerateMeshDistanceFields:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DistanceFieldBuild.EightBit:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DistanceFieldBuild.Compress:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DistanceFields.AtlasSizeXY:1024]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DistanceFields.AtlasSizeZ:2048]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.DefaultFeature.AntiAliasing:2]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[r.VirtualTextures:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Engine.ini] [2024.05.03-12.54.06:012][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Engine.ini] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[s.UseBackgroundLevelStreaming:1]] [2024.05.03-12.54.06:012][ 0]LogConfig: Setting CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[s.UnregisterComponentsTimeLimit:1.0]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[s.FlushStreamingOnExit:1]] [2024.05.03-12.54.06:013][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Engine.ini] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.MaxObjectsNotConsideredByGC:1]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.SizeOfPermanentObjectPool:0]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.FlushStreamingOnGC:0]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.NumRetriesBeforeForcingGC:10]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.AllowParallelGC:1]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.MaxObjectsInEditor:25165824]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.IncrementalBeginDestroyEnabled:1]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.CreateGCClusters:1]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.MinGCClusterSize:5]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.ActorClusteringEnabled:0]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.BlueprintClusteringEnabled:0]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.UseDisregardForGCOnDedicatedServers:0]] [2024.05.03-12.54.06:013][ 0]LogConfig: Setting CVar [[gc.MultithreadedDestructionEnabled:1]] [2024.05.03-12.54.06:013][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Engine.ini] [2024.05.03-12.54.06:013][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Engine.ini] [2024.05.03-12.54.06:013][ 0]LogInit: Initializing SDL. [2024.05.03-12.54.06:033][ 0]LogInit: Initialized SDL 2.0.12 revision: 13609 (hg-13609:34cc7d3b69d3) (compiled against 2.0.12) [2024.05.03-12.54.06:033][ 0]LogInit: Using SDL video driver 'x11' [2024.05.03-12.54.06:033][ 0]LogInit: Display metrics: [2024.05.03-12.54.06:033][ 0]LogInit: PrimaryDisplayWidth: 1920 [2024.05.03-12.54.06:033][ 0]LogInit: PrimaryDisplayHeight: 1200 [2024.05.03-12.54.06:033][ 0]LogInit: PrimaryDisplayWorkAreaRect: [2024.05.03-12.54.06:033][ 0]LogInit: Left=70, Top=27, Right=1920, Bottom=1200 [2024.05.03-12.54.06:033][ 0]LogInit: VirtualDisplayRect: [2024.05.03-12.54.06:033][ 0]LogInit: Left=70, Top=0, Right=3840, Bottom=1200 [2024.05.03-12.54.06:033][ 0]LogInit: TitleSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000 [2024.05.03-12.54.06:033][ 0]LogInit: ActionSafePaddingSize: X=0.000 Y=0.000 Z=0.000 W=0.000 [2024.05.03-12.54.06:033][ 0]LogInit: Number of monitors: 2 [2024.05.03-12.54.06:033][ 0]LogInit: Monitor 0 [2024.05.03-12.54.06:033][ 0]LogInit: Name: PB248 24" [2024.05.03-12.54.06:033][ 0]LogInit: ID: display0 [2024.05.03-12.54.06:033][ 0]LogInit: NativeWidth: 1920 [2024.05.03-12.54.06:033][ 0]LogInit: NativeHeight: 1200 [2024.05.03-12.54.06:033][ 0]LogInit: bIsPrimary: true [2024.05.03-12.54.06:033][ 0]LogInit: Monitor 1 [2024.05.03-12.54.06:033][ 0]LogInit: Name: X2485 24" [2024.05.03-12.54.06:033][ 0]LogInit: ID: display1 [2024.05.03-12.54.06:033][ 0]LogInit: NativeWidth: 1920 [2024.05.03-12.54.06:033][ 0]LogInit: NativeHeight: 1200 [2024.05.03-12.54.06:033][ 0]LogInit: bIsPrimary: false [2024.05.03-12.54.06:034][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkeletalMeshLODBias:0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.ViewDistanceScale:1.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.PostProcessAAQuality:4]] [2024.05.03-12.54.06:034][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.LightFunctionQuality:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.ShadowQuality:5]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Shadow.CSM.MaxCascades:10]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Shadow.MaxResolution:2048]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Shadow.MaxCSMResolution:2048]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Shadow.RadiusThreshold:0.01]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Shadow.DistanceScale:1.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Shadow.CSM.TransitionScale:1.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DistanceFieldShadowing:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DistanceFieldAO:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.AOQuality:2]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.VolumetricFog:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.VolumetricFog.GridPixelSize:8]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.VolumetricFog.GridSizeZ:128]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.LightMaxDrawDistanceScale:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.CapsuleShadows:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.MotionBlurQuality:4]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.AmbientOcclusionMaxQuality:100]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.AmbientOcclusionLevels:-1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.AmbientOcclusionRadiusScale:1.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DepthOfFieldQuality:2]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.RenderTargetPoolMin:400]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.LensFlareQuality:2]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SceneColorFringeQuality:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.EyeAdaptationQuality:2]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.BloomQuality:5]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.FastBlurThreshold:100]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Upscale.Quality:3]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Tonemapper.GrainQuantization:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.LightShaftQuality:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Filter.SizeScale:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Tonemapper.Quality:5]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] [2024.05.03-12.54.06:034][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Streaming.MipBias:0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Streaming.Boost:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.MaxAnisotropy:8]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.VT.MaxAnisotropy:8]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Streaming.PoolSize:1000]] [2024.05.03-12.54.06:034][ 0]LogConsoleManager: Warning: Setting the console variable 'r.Streaming.PoolSize' with 'SetByScalability' was ignored as it is lower priority than the previous 'SetByProjectSetting'. Value remains '4000' [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.Streaming.MaxEffectiveScreenSize:0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.TranslucencyLightingVolumeDim:64]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.RefractionQuality:2]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SSR.Quality:3]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SSR.HalfResSceneColor:0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SceneColorFormat:4]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.DetailMode:2]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.TranslucencyVolumeBlur:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.MaterialQualityLevel:1 ; High quality]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.AnisotropicMaterials:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SSS.Scale:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SSS.SampleSet:2]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SSS.Quality:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SSS.HalfRes:0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SSGI.Quality:3]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.EmitterSpawnRateScale:1.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.ParticleLightQuality:2]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT:1]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[fx.Niagara.QualityLevel:3]] [2024.05.03-12.54.06:034][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[foliage.DensityScale:1.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[grass.DensityScale:1.0]] [2024.05.03-12.54.06:034][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.HairStrands.SkyAO.SampleCount:4]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] [2024.05.03-12.54.06:034][ 0]LogConfig: Setting CVar [[r.HairStrands.Interpolation.UseSingleGuide:0]] [2024.05.03-12.54.06:034][ 0]LogLinux: Selected Device Profile: [Linux] [2024.05.03-12.54.06:034][ 0]LogInit: Applying CVar settings loaded from the selected device profile: [Linux] [2024.05.03-12.54.06:035][ 0]LogHAL: Display: Platform has ~ 4 GB [67072352256 / 4294967296 / 63], which maps to Smallest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) [2024.05.03-12.54.06:035][ 0]LogInit: Going up to parent DeviceProfile [] [2024.05.03-12.54.06:035][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkeletalMeshLODBias:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.ViewDistanceScale:1.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.PostProcessAAQuality:4]] [2024.05.03-12.54.06:035][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.LightFunctionQuality:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.ShadowQuality:5]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Shadow.CSM.MaxCascades:10]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Shadow.MaxResolution:2048]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Shadow.MaxCSMResolution:2048]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Shadow.RadiusThreshold:0.01]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Shadow.DistanceScale:1.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Shadow.CSM.TransitionScale:1.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DistanceFieldShadowing:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DistanceFieldAO:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.AOQuality:2]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.VolumetricFog:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.VolumetricFog.GridPixelSize:8]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.VolumetricFog.GridSizeZ:128]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.LightMaxDrawDistanceScale:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.CapsuleShadows:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.MotionBlurQuality:4]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.AmbientOcclusionMaxQuality:100]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.AmbientOcclusionLevels:-1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.AmbientOcclusionRadiusScale:1.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DepthOfFieldQuality:2]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.RenderTargetPoolMin:400]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.LensFlareQuality:2]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SceneColorFringeQuality:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.EyeAdaptationQuality:2]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.BloomQuality:5]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.FastBlurThreshold:100]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Upscale.Quality:3]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Tonemapper.GrainQuantization:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.LightShaftQuality:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Filter.SizeScale:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Tonemapper.Quality:5]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] [2024.05.03-12.54.06:035][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Streaming.MipBias:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Streaming.Boost:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.MaxAnisotropy:8]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.VT.MaxAnisotropy:8]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Streaming.PoolSize:1000]] [2024.05.03-12.54.06:035][ 0]LogConsoleManager: Warning: Setting the console variable 'r.Streaming.PoolSize' with 'SetByScalability' was ignored as it is lower priority than the previous 'SetByProjectSetting'. Value remains '4000' [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.Streaming.MaxEffectiveScreenSize:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.TranslucencyLightingVolumeDim:64]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.RefractionQuality:2]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SSR.Quality:3]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SSR.HalfResSceneColor:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SceneColorFormat:4]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.DetailMode:2]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.TranslucencyVolumeBlur:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.MaterialQualityLevel:1 ; High quality]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.AnisotropicMaterials:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SSS.Scale:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SSS.SampleSet:2]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SSS.Quality:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SSS.HalfRes:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SSGI.Quality:3]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.EmitterSpawnRateScale:1.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.ParticleLightQuality:2]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT:1]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[fx.Niagara.QualityLevel:3]] [2024.05.03-12.54.06:035][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[foliage.DensityScale:1.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[grass.DensityScale:1.0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Scalability.ini] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.HairStrands.SkyAO.SampleCount:4]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] [2024.05.03-12.54.06:035][ 0]LogConfig: Setting CVar [[r.HairStrands.Interpolation.UseSingleGuide:0]] [2024.05.03-12.54.06:035][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] [2024.05.03-12.54.06:036][ 0]LogConfig: Setting CVar [[net.UseAdaptiveNetUpdateFrequency:0]] [2024.05.03-12.54.06:036][ 0]LogConfig: Setting CVar [[p.chaos.AllowCreatePhysxBodies:1]] [2024.05.03-12.54.06:036][ 0]LogConfig: Setting CVar [[fx.SkipVectorVMBackendOptimizations:1]] [2024.05.03-12.54.06:036][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Engine.ini] [2024.05.03-12.54.06:036][ 0]LogConfig: Setting CVar [[g.TimeoutForBlockOnRenderFence:60000]] [2024.05.03-12.54.06:036][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Config/Linux/Editor.ini] [2024.05.03-12.54.06:036][ 0]LogInit: Unix hardware info: [2024.05.03-12.54.06:036][ 0]LogInit: - we are the first instance of this executable [2024.05.03-12.54.06:036][ 0]LogInit: - this process' id (pid) is 57198, parent process' id (ppid) is 56969 [2024.05.03-12.54.06:036][ 0]LogInit: - we are not running under debugger [2024.05.03-12.54.06:036][ 0]LogInit: - machine network name is 'YYYY' [2024.05.03-12.54.06:036][ 0]LogInit: - user name is 'dDaraan' (dDaraan) [2024.05.03-12.54.06:036][ 0]LogInit: - we're logged in locally [2024.05.03-12.54.06:036][ 0]LogInit: - we're running with rendering [2024.05.03-12.54.06:036][ 0]LogInit: - CPU: GenuineIntel '12th Gen Intel(R) Core(TM) i9-12900' (signature: 0x90672) [2024.05.03-12.54.06:036][ 0]LogInit: - Number of physical cores available for the process: 16 [2024.05.03-12.54.06:036][ 0]LogInit: - Number of logical cores available for the process: 24 [2024.05.03-12.54.06:036][ 0]LogInit: - Cache line size: 64 [2024.05.03-12.54.06:036][ 0]LogInit: - Memory allocator used: binned2 [2024.05.03-12.54.06:036][ 0]LogInit: - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no [2024.05.03-12.54.06:036][ 0]LogInit: - This is an internal build. [2024.05.03-12.54.06:036][ 0]LogCore: Benchmarking clocks: [2024.05.03-12.54.06:036][ 0]LogCore: - CLOCK_MONOTONIC (id=1) can sustain 87820095 (87820K, 88M) calls per second without zero deltas. [2024.05.03-12.54.06:036][ 0]LogCore: - CLOCK_MONOTONIC_RAW (id=4) can sustain 86645433 (86645K, 87M) calls per second without zero deltas. [2024.05.03-12.54.06:036][ 0]LogCore: - CLOCK_MONOTONIC_COARSE (id=6) can sustain 369780176 (369780K, 370M) calls per second with 99.999930% zero deltas. [2024.05.03-12.54.06:036][ 0]LogCore: Selected clock_id 1 (CLOCK_MONOTONIC) since it is the fastest support clock without zero deltas. [2024.05.03-12.54.06:036][ 0]LogInit: Unix-specific commandline switches: [2024.05.03-12.54.06:036][ 0]LogInit: -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence) [2024.05.03-12.54.06:036][ 0]LogInit: -jemalloc - use jemalloc for all memory allocation [2024.05.03-12.54.06:036][ 0]LogInit: -binnedmalloc - use binned malloc for all memory allocation [2024.05.03-12.54.06:036][ 0]LogInit: -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache [2024.05.03-12.54.06:036][ 0]LogInit: -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF) [2024.05.03-12.54.06:036][ 0]LogInit: -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF) [2024.05.03-12.54.06:036][ 0]LogInit: -preloadmodulesymbols - Loads the main module symbols file into memory (OFF) [2024.05.03-12.54.06:036][ 0]LogInit: -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal [2024.05.03-12.54.06:036][ 0]LogInit: -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl) [2024.05.03-12.54.06:036][ 0]LogInit: -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl) [2024.05.03-12.54.06:036][ 0]LogInit: -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini) [2024.05.03-12.54.06:036][ 0]LogInit: - Physical RAM available (not considering process quota): 63 GB (63965 MB, 65500344 KB, 67072352256 bytes) [2024.05.03-12.54.06:036][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4 [2024.05.03-12.54.06:036][ 0]LogInit: - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change) [2024.05.03-12.54.06:057][ 0]LogInit: Physics initialised using underlying interface: PhysX [2024.05.03-12.54.06:305][ 0]LogInit: Using OS detected language (en-US). [2024.05.03-12.54.06:305][ 0]LogInit: Using OS detected locale (en-US). [2024.05.03-12.54.06:306][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so the 'en' localization will be used. [2024.05.03-12.54.06:497][ 0]LogSlate: New Slate User Created. User Index 0, Is Virtual User: 0 [2024.05.03-12.54.06:497][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 [2024.05.03-12.54.06:946][ 0]LogInit: Using SDL_WINDOW_VULKAN [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: - Found 4 instance layers [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_LAYER_INTEL_nullhw [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_LAYER_MESA_device_select [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_LAYER_MESA_overlay [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_LAYER_NV_optimus [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: - Found 20 instance extensions [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_EXT_acquire_drm_display [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_EXT_acquire_xlib_display [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_EXT_debug_report [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_EXT_debug_utils [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_EXT_direct_mode_display [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_EXT_display_surface_counter [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_EXT_swapchain_colorspace [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_device_group_creation [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_display [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_external_fence_capabilities [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_external_memory_capabilities [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_external_semaphore_capabilities [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_get_display_properties2 [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_get_physical_device_properties2 [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_get_surface_capabilities2 [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_surface [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_surface_protected_capabilities [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_wayland_surface [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_xcb_surface [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_xlib_surface [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: Not using instance layers [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: Using instance extensions [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_surface [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_xlib_surface [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_external_memory_capabilities [2024.05.03-12.54.07:074][ 0]LogVulkanRHI: Display: * VK_KHR_get_physical_device_properties2 [2024.05.03-12.54.07:087][ 0]LogVulkanRHI: Display: Found 3 device(s) [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: Device 0: NVIDIA GeForce RTX 3060 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - API 1.3.242(0x4030f2) Driver 0x85e841c0 VendorId 0x10de [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - DeviceID 0x2504 Type Discrete GPU [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 32 Timestamps 1 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Device Properties driverName: NVIDIA [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Device Properties driverInfo: 535.161.07 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device layer VK_LAYER_MESA_device_select [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_AMD_buffer_marker [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_4444_formats [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_attachment_feedback_loop_layout [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_blend_operation_advanced [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_border_color_swizzle [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_buffer_device_address [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_calibrated_timestamps [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_color_write_enable [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_conditional_rendering [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_conservative_rasterization [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_custom_border_color [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_clamp_zero_one [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_clip_control [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_clip_enable [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_range_unrestricted [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_descriptor_buffer [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_descriptor_indexing [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_discard_rectangles [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_display_control [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_extended_dynamic_state [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_extended_dynamic_state2 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_extended_dynamic_state3 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_external_memory_dma_buf [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_external_memory_host [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_fragment_shader_interlock [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_global_priority [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_global_priority_query [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_graphics_pipeline_library [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_host_query_reset [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_2d_view_of_3d [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_drm_format_modifier [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_robustness [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_sliced_view_of_3d [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_view_min_lod [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_index_type_uint8 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_inline_uniform_block [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_line_rasterization [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_load_store_op_none [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_memory_budget [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_memory_priority [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_mesh_shader [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_multi_draw [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_mutable_descriptor_type [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_non_seamless_cube_map [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_opacity_micromap [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pageable_device_local_memory [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pci_bus_info [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_physical_device_drm [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pipeline_creation_cache_control [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pipeline_creation_feedback [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pipeline_library_group_handles [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pipeline_robustness [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_post_depth_coverage [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_primitive_topology_list_restart [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_primitives_generated_query [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_private_data [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_provoking_vertex [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_queue_family_foreign [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_robustness2 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_sample_locations [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_sampler_filter_minmax [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_scalar_block_layout [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_separate_stencil_usage [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_atomic_float [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_demote_to_helper_invocation [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_image_atomic_int64 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_module_identifier [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_object [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_subgroup_ballot [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_subgroup_vote [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_viewport_index_layer [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_subgroup_size_control [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_texel_buffer_alignment [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_tooling_info [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_transform_feedback [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_vertex_attribute_divisor [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_vertex_input_dynamic_state [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_ycbcr_2plane_444_formats [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_ycbcr_image_arrays [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_16bit_storage [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_8bit_storage [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_acceleration_structure [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_bind_memory2 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_buffer_device_address [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_copy_commands2 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_create_renderpass2 [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_dedicated_allocation [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_deferred_host_operations [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_depth_stencil_resolve [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_descriptor_update_template [2024.05.03-12.54.07:088][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_device_group [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_draw_indirect_count [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_driver_properties [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_dynamic_rendering [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_fence [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_fence_fd [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_memory [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_memory_fd [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_semaphore [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_semaphore_fd [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_format_feature_flags2 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_fragment_shader_barycentric [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_fragment_shading_rate [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_get_memory_requirements2 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_global_priority [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_image_format_list [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_imageless_framebuffer [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance1 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance2 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance3 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance4 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_multiview [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_pipeline_executable_properties [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_pipeline_library [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_present_id [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_present_wait [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_push_descriptor [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_ray_query [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_ray_tracing_maintenance1 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_ray_tracing_pipeline [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_relaxed_block_layout [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_sampler_mirror_clamp_to_edge [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_sampler_ycbcr_conversion [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_separate_depth_stencil_layouts [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_atomic_int64 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_clock [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_draw_parameters [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_float16_int8 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_float_controls [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_integer_dot_product [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_non_semantic_info [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_subgroup_extended_types [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_subgroup_uniform_control_flow [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_terminate_invocation [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shared_presentable_image [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_spirv_1_4 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_storage_buffer_storage_class [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_swapchain [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_swapchain_mutable_format [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_synchronization2 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_timeline_semaphore [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_uniform_buffer_standard_layout [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_variable_pointers [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_video_decode_h264 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_video_decode_h265 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_video_decode_queue [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_video_queue [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_vulkan_memory_model [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_workgroup_memory_explicit_layout [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_zero_initialize_workgroup_memory [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_clip_space_w_scaling [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_compute_shader_derivatives [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_cooperative_matrix [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_copy_memory_indirect [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_corner_sampled_image [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_coverage_reduction_mode [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_cuda_kernel_launch [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_dedicated_allocation [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_dedicated_allocation_image_aliasing [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_device_diagnostic_checkpoints [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_device_diagnostics_config [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_device_generated_commands [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_fill_rectangle [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_fragment_coverage_to_color [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_fragment_shader_barycentric [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_fragment_shading_rate_enums [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_framebuffer_mixed_samples [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_geometry_shader_passthrough [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_inherited_viewport_scissor [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_linear_color_attachment [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_memory_decompression [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_mesh_shader [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_optical_flow [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_ray_tracing [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_ray_tracing_invocation_reorder [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_ray_tracing_motion_blur [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_representative_fragment_test [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_sample_mask_override_coverage [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_scissor_exclusive [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_shader_image_footprint [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_shader_sm_builtins [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_shader_subgroup_partitioned [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_shading_rate_image [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_viewport_array2 [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_viewport_swizzle [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NVX_binary_import [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NVX_image_view_handle [2024.05.03-12.54.07:089][ 0]LogVulkanRHI: Display: - Found device extension VK_NVX_multiview_per_view_attributes Ensure condition failed: VendorId != EGpuVendorId::Unknown [File:/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/VulkanRHI/Private/VulkanDevice.cpp] [Line: 182] [2024.05.03-12.54.07:093][ 0]LogCore: 0x000071b01072dee2 Dladdr: 0.025552ms Open: 0.128715ms Search: 0.937004ms [2024.05.03-12.54.07:093][ 0]LogCore: 0x000071b0107c7905 Dladdr: 0.010682ms Open: 0.002830ms Search: 0.684276ms [2024.05.03-12.54.07:094][ 0]LogCore: 0x000071b0107c3c32 Dladdr: 0.005029ms Open: 0.001736ms Search: 0.350897ms [2024.05.03-12.54.07:094][ 0]LogCore: 0x000071b0107c3847 Dladdr: 0.004822ms Open: 0.002225ms Search: 0.010015ms [2024.05.03-12.54.07:094][ 0]LogCore: 0x000071b1ad5281ac Dladdr: 0.006098ms Open: 0.120968ms Search: 0.524501ms [2024.05.03-12.54.07:095][ 0]LogCore: 0x0000000000283ba2 Dladdr: 0.008711ms Open: 0.109956ms Search: 0.552780ms [2024.05.03-12.54.07:095][ 0]LogCore: 0x000000000027aacb Dladdr: 0.004045ms Open: 0.002402ms Search: 0.191697ms [2024.05.03-12.54.07:096][ 0]LogCore: 0x000071b1b3c0b285 Dladdr: 0.000400ms Open: 0.386839ms Search: 0.033528ms [2024.05.03-12.54.07:096][ 0]LogCore: 0x000071b1a9829d8f Dladdr: 0.012453ms Open: 0.007528ms Search: 0.001103ms [2024.05.03-12.54.07:096][ 0]LogCore: 0x000071b1a9829e3f Dladdr: 0.008110ms Open: 0.001205ms Search: 0.000082ms [2024.05.03-12.54.07:096][ 0]LogCore: 0x0000000000263d38 Dladdr: 0.006162ms Open: 0.002191ms Search: 0.043000ms [2024.05.03-12.54.07:096][ 0]LogStats: FPlatformStackWalk::StackWalkAndDump - 0.007 s [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: === Handled ensure: === [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: Ensure condition failed: VendorId != EGpuVendorId::Unknown [File:/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/VulkanRHI/Private/VulkanDevice.cpp] [Line: 182] [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: Stack: [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x000071b01072dee3 libUE4Editor-VulkanRHI.so!FVulkanDevice::FVulkanDevice(FVulkanDynamicRHI*, VkPhysicalDevice_T*) [/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/VulkanRHI/Private/VulkanDevice.cpp:182] [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x000071b0107c7906 libUE4Editor-VulkanRHI.so!FVulkanDynamicRHI::SelectAndInitDevice() [/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/VulkanRHI/Private/VulkanRHI.cpp:551] [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x000071b0107c3c33 libUE4Editor-VulkanRHI.so!FVulkanDynamicRHI::InitInstance() [/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/VulkanRHI/Private/VulkanRHI.cpp:694] [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x000071b0107c3848 libUE4Editor-VulkanRHI.so!FVulkanDynamicRHI::Init() [/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/VulkanRHI/Private/VulkanRHI.cpp:241] [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x000071b1ad5281ad libUE4Editor-RHI.so!RHIInit(bool) [/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/RHI/Private/DynamicRHI.cpp:228] [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x0000000000283ba3 UE4Editor!FEngineLoop::PreInitPreStartupScreen(char16_t const*) [/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/Launch/Private/LaunchEngineLoop.cpp:2555] [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x000000000027aacc UE4Editor!GuardedMain(char16_t const*) [/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/Launch/Private/Launch.cpp:127] [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x000071b1b3c0b286 libUE4Editor-UnixCommonStartup.so!CommonUnixMain(int, char**, int (*)(char16_t const*), void (*)()) [/home/XXX/UnrealEngine_4.26/Engine/Source/Runtime/Unix/UnixCommonStartup/Private/UnixCommonStartup.cpp:264] [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x000071b1a9829d90 libc.so.6!UnknownFunction(0x29d8f) [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x000071b1a9829e40 libc.so.6!__libc_start_main(+0x7f) [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [Callstack] 0x0000000000263d39 UE4Editor!_start() [2024.05.03-12.54.07:096][ 0]LogOutputDevice: Error: [2024.05.03-12.54.07:098][ 0]LogStats: SubmitErrorReport - 0.000 s [2024.05.03-12.54.07:111][ 0]LogStats: SendNewReport - 0.012 s [2024.05.03-12.54.07:111][ 0]LogStats: FDebug::EnsureFailed - 0.022 s [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: Device 1: llvmpipe (LLVM 15.0.7, 256 bits) [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - API 1.3.255(0x4030ff) Driver 0x1 VendorId 0x10005 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - DeviceID 0x0 Type CPU [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 8 Timestamps 1 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Device Properties driverName: llvmpipe [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Device Properties driverInfo: Mesa 23.2.1-1ubuntu3.1~22.04.2 (LLVM 15.0.7) [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device layer VK_LAYER_MESA_device_select [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_ARM_rasterization_order_attachment_access [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_4444_formats [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_attachment_feedback_loop_dynamic_state [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_attachment_feedback_loop_layout [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_border_color_swizzle [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_calibrated_timestamps [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_color_write_enable [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_conditional_rendering [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_custom_border_color [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_clip_control [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_clip_enable [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_range_unrestricted [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_descriptor_buffer [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_descriptor_indexing [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_dynamic_rendering_unused_attachments [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_extended_dynamic_state [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_extended_dynamic_state2 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_extended_dynamic_state3 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_external_memory_host [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_graphics_pipeline_library [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_host_query_reset [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_2d_view_of_3d [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_robustness [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_sliced_view_of_3d [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_index_type_uint8 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_inline_uniform_block [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_line_rasterization [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_memory_budget [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_memory_priority [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_mesh_shader [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_multi_draw [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_multisampled_render_to_single_sampled [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_mutable_descriptor_type [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_non_seamless_cube_map [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pageable_device_local_memory [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pipeline_creation_cache_control [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pipeline_creation_feedback [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_post_depth_coverage [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_primitive_topology_list_restart [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_primitives_generated_query [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_private_data [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_provoking_vertex [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_rasterization_order_attachment_access [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_robustness2 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_sampler_filter_minmax [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_scalar_block_layout [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_separate_stencil_usage [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_atomic_float [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_atomic_float2 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_demote_to_helper_invocation [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_object [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_stencil_export [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_subgroup_ballot [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_subgroup_vote [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_viewport_index_layer [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_subgroup_size_control [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_texel_buffer_alignment [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_transform_feedback [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_vertex_attribute_divisor [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_vertex_input_dynamic_state [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_GOOGLE_decorate_string [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_GOOGLE_hlsl_functionality1 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_16bit_storage [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_8bit_storage [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_bind_memory2 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_buffer_device_address [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_copy_commands2 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_create_renderpass2 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_dedicated_allocation [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_depth_stencil_resolve [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_descriptor_update_template [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_device_group [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_draw_indirect_count [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_driver_properties [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_dynamic_rendering [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_fence [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_memory [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_memory_fd [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_semaphore [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_format_feature_flags2 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_get_memory_requirements2 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_image_format_list [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_imageless_framebuffer [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_incremental_present [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance1 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance2 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance3 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance4 [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_multiview [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_pipeline_library [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_push_descriptor [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_relaxed_block_layout [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_sampler_mirror_clamp_to_edge [2024.05.03-12.54.07:111][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_separate_depth_stencil_layouts [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_atomic_int64 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_clock [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_draw_parameters [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_float16_int8 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_float_controls [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_integer_dot_product [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_non_semantic_info [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_subgroup_extended_types [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_terminate_invocation [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_spirv_1_4 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_storage_buffer_storage_class [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_swapchain [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_swapchain_mutable_format [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_synchronization2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_timeline_semaphore [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_uniform_buffer_standard_layout [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_variable_pointers [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_vulkan_memory_model [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_zero_initialize_workgroup_memory [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_device_generated_commands [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: Device 2: Intel(R) UHD Graphics 770 (ADL-S GT1) [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - API 1.3.255(0x4030ff) Driver 0x5c02001 VendorId 0x8086 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - DeviceID 0x4680 Type Integrated GPU [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 8 Timestamps 1 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Device Properties driverName: Intel open-source Mesa driver [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Device Properties driverInfo: Mesa 23.2.1-1ubuntu3.1~22.04.2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device layer VK_LAYER_MESA_device_select [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_4444_formats [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_border_color_swizzle [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_buffer_device_address [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_calibrated_timestamps [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_color_write_enable [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_conditional_rendering [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_conservative_rasterization [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_custom_border_color [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_bias_control [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_clamp_zero_one [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_clip_control [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_depth_clip_enable [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_descriptor_indexing [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_display_control [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_dynamic_rendering_unused_attachments [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_extended_dynamic_state [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_extended_dynamic_state2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_extended_dynamic_state3 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_external_memory_dma_buf [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_external_memory_host [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_fragment_shader_interlock [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_global_priority [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_global_priority_query [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_graphics_pipeline_library [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_host_query_reset [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_2d_view_of_3d [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_drm_format_modifier [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_robustness [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_sliced_view_of_3d [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_image_view_min_lod [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_index_type_uint8 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_inline_uniform_block [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_line_rasterization [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_load_store_op_none [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_memory_budget [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_multi_draw [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_mutable_descriptor_type [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_non_seamless_cube_map [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pci_bus_info [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_physical_device_drm [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pipeline_creation_cache_control [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_pipeline_creation_feedback [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_post_depth_coverage [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_primitive_topology_list_restart [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_primitives_generated_query [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_private_data [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_provoking_vertex [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_queue_family_foreign [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_robustness2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_sample_locations [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_sampler_filter_minmax [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_scalar_block_layout [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_separate_stencil_usage [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_atomic_float [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_atomic_float2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_demote_to_helper_invocation [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_module_identifier [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_stencil_export [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_subgroup_ballot [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_subgroup_vote [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_shader_viewport_index_layer [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_subgroup_size_control [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_texel_buffer_alignment [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_tooling_info [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_transform_feedback [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_vertex_attribute_divisor [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_vertex_input_dynamic_state [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_EXT_ycbcr_image_arrays [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_GOOGLE_decorate_string [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_GOOGLE_hlsl_functionality1 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_GOOGLE_user_type [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_INTEL_shader_integer_functions2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_16bit_storage [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_8bit_storage [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_bind_memory2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_buffer_device_address [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_copy_commands2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_create_renderpass2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_dedicated_allocation [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_deferred_host_operations [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_depth_stencil_resolve [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_descriptor_update_template [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_device_group [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_draw_indirect_count [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_driver_properties [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_dynamic_rendering [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_fence [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_fence_fd [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_memory [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_memory_fd [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_semaphore [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_external_semaphore_fd [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_format_feature_flags2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_fragment_shading_rate [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_get_memory_requirements2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_image_format_list [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_imageless_framebuffer [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_incremental_present [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance1 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance3 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_maintenance4 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_map_memory2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_multiview [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_pipeline_executable_properties [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_pipeline_library [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_present_id [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_present_wait [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_push_descriptor [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_relaxed_block_layout [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_sampler_mirror_clamp_to_edge [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_sampler_ycbcr_conversion [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_separate_depth_stencil_layouts [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_atomic_int64 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_clock [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_draw_parameters [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_float16_int8 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_float_controls [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_integer_dot_product [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_non_semantic_info [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_subgroup_extended_types [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_subgroup_uniform_control_flow [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_shader_terminate_invocation [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_spirv_1_4 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_storage_buffer_storage_class [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_swapchain [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_swapchain_mutable_format [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_synchronization2 [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_timeline_semaphore [2024.05.03-12.54.07:112][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_uniform_buffer_standard_layout [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_variable_pointers [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_vulkan_memory_model [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_workgroup_memory_explicit_layout [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: - Found device extension VK_KHR_zero_initialize_workgroup_memory [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: - Found device extension VK_NV_compute_shader_derivatives [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: - Found device extension VK_VALVE_mutable_descriptor_type [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: Using Device 0: Geometry 1 Tessellation 1 BufferAtomic64 1 [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: Found 5 Queue Families [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: Initializing Queue Family 0: 16 queues Gfx Compute Xfer Sparse [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: Initializing Queue Family 1: 2 queues Xfer Sparse [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: Skipping unnecessary Queue Family 2: 8 queues Compute Xfer Sparse [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: Skipping unnecessary Queue Family 3: 1 queues Xfer Sparse [2024.05.03-12.54.07:113][ 0]LogVulkanRHI: Display: Skipping unnecessary Queue Family 4: 1 queues Xfer Sparse [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: Using device layers [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: Using device extensions [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_KHR_driver_properties [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_KHR_get_memory_requirements2 [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_KHR_dedicated_allocation [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_KHR_swapchain [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_KHR_maintenance1 [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_KHR_maintenance2 [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_EXT_memory_budget [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_EXT_scalar_block_layout [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_EXT_memory_priority [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_KHR_shader_atomic_int64 [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: * VK_KHR_image_format_list [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: 2 Device Memory Heaps; Max memory allocations -1 [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: 0: Flags 0x1 Size 12884901888 (12288.00 MB) GPU [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: 1: Flags 0x0 Size 50304264192 (47973.88 MB) [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: 5 Device Memory Types (Not unified) [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: 1: Flags 0x00001 Heap 0 Local [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: 4: Flags 0x00007 Heap 0 Local HostVisible HostCoherent [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: 0: Flags 0x00000 Heap 1 [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: 2: Flags 0x00006 Heap 1 HostVisible HostCoherent [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: 3: Flags 0x0000e Heap 1 HostVisible HostCoherent HostCached [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: Host Allocation Percentage 0.00% - 0.00MB / 9849.000MB [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: Memory Budget [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: | Usage | Budget | Size | [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: ---------|---------------------------------------------------------------| [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: HEAP 00 | 0.01% / 0.875mb | 9849.000mb | 12288.000mb | [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: HEAP 01 | 0.05% / 22.309mb | 47973.885mb | 47973.885mb | [2024.05.03-12.54.07:194][ 0]LogVulkanRHI: Display: ---------|---------------------------------------------------------------| LogPlatformFile: Not using cached read wrapper LogInit: NumberOfWorkerThreadsToSpawn: LogInit: - Number of physical cores available for the process: 16 LogInit: - Number of logical cores available for the process: 24 LogInit: - Worker number by default: 15 (you can change this number with the command line parameter '-workersthreadpool X', for a max of 26 threads) LogTaskGraph: Started task graph with 5 named threads and 20 total threads with 1 sets of task threads. LogStats: Stats thread started at 0.048804 LogInit: NumberOfWorkerThreadsToSpawn: LogInit: - Number of physical cores available for the process: 16 LogInit: - Number of logical cores available for the process: 24 LogInit: - Worker number by default: 15 (you can change this number with the command line parameter '-workersthreadpool X', for a max of 26 threads) LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +1:00, Platform Override: '' LogInit: Build: ++UE4+Release-4.26-CL-0 LogInit: Engine Version: 4.26.2-0+++UE4+Release-4.26 LogInit: Compatible Engine Version: 4.26.0-0+++UE4+Release-4.26 LogInit: Net CL: 0 LogInit: OS: GenericOSVersionLabel (GenericOSSubVersionLabel), CPU: 12th Gen Intel(R) Core(TM) i9-12900, GPU: GenericGPUBrand LogInit: Compiled (64-bit): Feb 15 2024 21:27:41 LogInit: Compiled with Clang: 10.0.1 LogInit: Build Configuration: Shipping LogInit: Branch Name: ++UE4+Release-4.26 LogInit: Command Line: -Abslog="XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Logs/CarlaUE4-CRC.log" -Unattended "XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Crashes/ensureinfo-CarlaUE4-pid-57198-51AF6D2DF72A43F89D5403EB71E90F66/" LogInit: Base Directory: /home/XXX/UnrealEngine_4.26/Engine/Binaries/Linux/ LogInit: Allocator: binned2 LogInit: Installed Engine Build: 1 LogInit: Presizing for max 100000 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool. LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [/home/XXX/.config/Epic/CrashReportClient/Saved/Config/Linux/Engine.ini] LogConfig: Setting CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] LogConfig: Setting CVar [[s.AsyncLoadingThreadEnabled:0]] LogConfig: Setting CVar [[s.EventDrivenLoaderEnabled:1]] LogConfig: Setting CVar [[s.WarnIfTimeLimitExceeded:0]] LogConfig: Setting CVar [[s.TimeLimitExceededMultiplier:1.5]] LogConfig: Setting CVar [[s.TimeLimitExceededMinTime:0.005]] LogConfig: Setting CVar [[s.FlushStreamingOnExit:1]] LogInit: Object subsystem initialized LogConfig: Applying CVar settings from Section [ConsoleVariables] File [/home/XXX/.config/Epic/CrashReportClient/Saved/Config/Linux/Engine.ini] [2024.05.03-12.54.07:221][ 0]LogInit: Unix hardware info: [2024.05.03-12.54.07:221][ 0]LogInit: - we are the first instance of this executable [2024.05.03-12.54.07:221][ 0]LogInit: - this process' id (pid) is 57512, parent process' id (ppid) is 57198 [2024.05.03-12.54.07:221][ 0]LogInit: - we are not running under debugger [2024.05.03-12.54.07:221][ 0]LogInit: - machine network name is 'YYYY' [2024.05.03-12.54.07:222][ 0]LogInit: - user name is 'dDaraan' (dDaraan) [2024.05.03-12.54.07:222][ 0]LogInit: - we're logged in locally [2024.05.03-12.54.07:222][ 0]LogInit: - we're running with rendering [2024.05.03-12.54.07:222][ 0]LogInit: - CPU: GenuineIntel '12th Gen Intel(R) Core(TM) i9-12900' (signature: 0x90672) [2024.05.03-12.54.07:222][ 0]LogInit: - Number of physical cores available for the process: 16 [2024.05.03-12.54.07:222][ 0]LogInit: - Number of logical cores available for the process: 24 [2024.05.03-12.54.07:222][ 0]LogInit: - Cache line size: 64 [2024.05.03-12.54.07:222][ 0]LogInit: - Memory allocator used: binned2 [2024.05.03-12.54.07:222][ 0]LogInit: - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no [2024.05.03-12.54.07:222][ 0]LogInit: - This is an internal build. [2024.05.03-12.54.07:222][ 0]LogCore: Skipped benchmarking clocks because the engine is running in a standalone program mode - CLOCK_MONOTONIC will be used. [2024.05.03-12.54.07:222][ 0]LogInit: Unix-specific commandline switches: [2024.05.03-12.54.07:222][ 0]LogInit: -ansimalloc - use malloc()/free() from libc (useful for tools like valgrind and electric fence) [2024.05.03-12.54.07:222][ 0]LogInit: -jemalloc - use jemalloc for all memory allocation [2024.05.03-12.54.07:222][ 0]LogInit: -binnedmalloc - use binned malloc for all memory allocation [2024.05.03-12.54.07:222][ 0]LogInit: -filemapcachesize=NUMBER - set the size for case-sensitive file mapping cache [2024.05.03-12.54.07:222][ 0]LogInit: -useksm - uses kernel same-page mapping (KSM) for mapped memory (OFF) [2024.05.03-12.54.07:222][ 0]LogInit: -ksmmergeall - marks all mmap'd memory pages suitable for KSM (OFF) [2024.05.03-12.54.07:222][ 0]LogInit: -preloadmodulesymbols - Loads the main module symbols file into memory (OFF) [2024.05.03-12.54.07:222][ 0]LogInit: -sigdfl=SIGNAL - Allows a specific signal to be set to its default handler rather then ignoring the signal [2024.05.03-12.54.07:222][ 0]LogInit: -httpproxy=ADDRESS:PORT - redirects HTTP requests to a proxy (only supported if compiled with libcurl) [2024.05.03-12.54.07:222][ 0]LogInit: -reuseconn - allow libcurl to reuse HTTP connections (only matters if compiled with libcurl) [2024.05.03-12.54.07:222][ 0]LogInit: -virtmemkb=NUMBER - sets process virtual memory (address space) limit (overrides VirtualMemoryLimitInKB value from .ini) [2024.05.03-12.54.07:222][ 0]LogInit: - Physical RAM available (not considering process quota): 63 GB (63965 MB, 65500344 KB, 67072352256 bytes) [2024.05.03-12.54.07:222][ 0]LogInit: - VirtualMemoryAllocator pools will grow at scale 1.4 [2024.05.03-12.54.07:222][ 0]LogInit: - MemoryRangeDecommit() will be a no-op (re-run with -vmapoolevict to change) [2024.05.03-12.54.07:227][ 0]LogUObjectArray: 362 objects as part of root set at end of initial load. [2024.05.03-12.54.07:227][ 0]LogUObjectAllocator: 62544 out of 0 bytes used by permanent object pool. [2024.05.03-12.54.07:227][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool [2024.05.03-12.54.07:227][ 0]LogInit: Using OS detected language (en-US). [2024.05.03-12.54.07:227][ 0]LogInit: Using OS detected locale (en-US). [2024.05.03-12.54.07:227][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so the 'en' localization will be used. [2024.05.03-12.54.07:233][ 0]LogInit: Using OS detected language (en-US). [2024.05.03-12.54.07:233][ 0]LogInit: Using OS detected locale (en-US). [2024.05.03-12.54.07:233][ 0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the language. [2024.05.03-12.54.07:233][ 0]LogTextLocalizationManager: No localization for 'en-US' exists, so 'en' will be used for the locale. [2024.05.03-12.54.07:234][ 0]LogTextLocalizationManager: Compacting localization data took 0.40ms [2024.05.03-12.54.07:234][ 0]LogPackageLocalizationCache: Processed 2 localized package path(s) for 1 prioritized culture(s) in 0.000019 seconds [2024.05.03-12.54.07:234][ 0]CrashReportCoreLog: CrashReportClientVersion=1.0 [2024.05.03-12.54.07:234][ 0]CrashReportCoreLog: CrashReportReceiver disabled [2024.05.03-12.54.07:234][ 0]CrashReportCoreLog: DataRouterUrl: https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data [2024.05.03-12.54.07:234][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value [2024.05.03-12.54.07:234][ 0]CrashReportCoreLog: Initial state = Unknown UploadState value [2024.05.03-12.54.07:234][ 0]LogCrashDebugHelper: DepotName: //UE4/Release-4.26 [2024.05.03-12.54.07:234][ 0]LogCrashDebugHelper: BuiltFromCL: 0 [2024.05.03-12.54.07:234][ 0]LogCrashDebugHelper: EngineVersion: 4.26.2-0+++UE4+Release-4.26 [2024.05.03-12.54.07:234][ 0]LogCrashDebugHelper: BuildVersion: ++UE4+Release-4.26-CL-0 [2024.05.03-12.54.07:243][ 0]LogVulkanRHI: Display: FVulkanPipelineStateCacheManager: Binary pipeline cache '../../../../TeamProject/CARLA-0.9.15/Unreal/CarlaUE4/Saved/VulkanPSO.cache.10de.2504' not found. [2024.05.03-12.54.07:244][ 0]LogVulkanRHI: Display: Nvidia User Driver Version = 535.161 [2024.05.03-12.54.07:255][ 0]LogRHI: Texture pool is 8601 MB (70% of 12288 MB) [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' [2024.05.03-12.54.07:591][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' [2024.05.03-12.54.07:598][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxAArch64NoEditor' [2024.05.03-12.54.07:609][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxAArch64Client' [2024.05.03-12.54.07:614][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxAArch64Server' [2024.05.03-12.54.07:617][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' [2024.05.03-12.54.07:623][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxNoEditor' [2024.05.03-12.54.07:631][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' [2024.05.03-12.54.07:637][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' [2024.05.03-12.54.07:637][ 0]LogTargetPlatformManager: Display: Building Assets For Linux [2024.05.03-12.54.07:691][ 0]LogRendererCore: Ray tracing is disabled. Reason: r.RayTracing=0. [2024.05.03-12.54.07:691][ 0]LogShaderCompilers: Guid format shader working directory is 14 characters bigger than the processId version (../../../../TeamProject/CARLA-0.9.15/Unreal/CarlaUE4/Intermediate/Shaders/WorkingDirectory/57198/). [2024.05.03-12.54.07:691][ 0]LogShaderCompilers: Cleaned the shader compiler working directory '../../../../TeamProject/CARLA-0.9.15/Unreal/CarlaUE4/Intermediate/Shaders/tmp/9F05F891C49F490FBB1ECAFF9ACDB073/'. [2024.05.03-12.54.07:691][ 0]LogShaderCompilers: Display: Using Local Shader Compiler. [2024.05.03-12.54.08:209][ 0]CrashReportCoreLog: Got 4 pending files to upload from 'ensureinfo-CarlaUE4-pid-57198-51AF6D2DF72A43F89D5403EB71E90F66' [2024.05.03-12.54.08:209][ 0]CrashReportCoreLog: State change from Ready to SendingFiles [2024.05.03-12.54.08:209][ 0]CrashReportCoreLog: CompressAndSendData have 4 pending files [2024.05.03-12.54.08:209][ 0]CrashReportCoreLog: CompressAndSendData compressing 107 bytes ('XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Crashes/ensureinfo-CarlaUE4-pid-57198-51AF6D2DF72A43F89D5403EB71E90F66/CrashReportClient.ini') [2024.05.03-12.54.08:209][ 0]CrashReportCoreLog: CompressAndSendData compressing 9171 bytes ('XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Crashes/ensureinfo-CarlaUE4-pid-57198-51AF6D2DF72A43F89D5403EB71E90F66/CrashContext.runtime-xml') [2024.05.03-12.54.08:209][ 0]CrashReportCoreLog: CompressAndSendData compressing 3296 bytes ('XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Crashes/ensureinfo-CarlaUE4-pid-57198-51AF6D2DF72A43F89D5403EB71E90F66/Diagnostics.txt') [2024.05.03-12.54.08:209][ 0]CrashReportCoreLog: CompressAndSendData compressing 44851 bytes ('XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Crashes/ensureinfo-CarlaUE4-pid-57198-51AF6D2DF72A43F89D5403EB71E90F66/CarlaUE4.log') [2024.05.03-12.54.08:236][ 0]LogInit: Using libcurl 7.65.3-DEV [2024.05.03-12.54.08:236][ 0]LogInit: - built for x86_64-unknown-linux-gnu [2024.05.03-12.54.08:236][ 0]LogInit: - supports SSL with OpenSSL/1.1.1c [2024.05.03-12.54.08:236][ 0]LogInit: - supports HTTP deflate (compression) using libz 1.2.8 [2024.05.03-12.54.08:236][ 0]LogInit: - other features: [2024.05.03-12.54.08:236][ 0]LogInit: CURL_VERSION_SSL [2024.05.03-12.54.08:236][ 0]LogInit: CURL_VERSION_LIBZ [2024.05.03-12.54.08:236][ 0]LogInit: CURL_VERSION_IPV6 [2024.05.03-12.54.08:236][ 0]LogInit: CURL_VERSION_ASYNCHDNS [2024.05.03-12.54.08:236][ 0]LogInit: CURL_VERSION_LARGEFILE [2024.05.03-12.54.08:236][ 0]LogInit: CURL_VERSION_TLSAUTH_SRP [2024.05.03-12.54.08:236][ 0]LogInit: CurlRequestOptions (configurable via config and command line): [2024.05.03-12.54.08:236][ 0]LogInit: - bVerifyPeer = false - Libcurl will NOT verify peer certificate [2024.05.03-12.54.08:236][ 0]LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy [2024.05.03-12.54.08:236][ 0]LogInit: - bDontReuseConnections = false - Libcurl will reuse connections [2024.05.03-12.54.08:236][ 0]LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host [2024.05.03-12.54.08:236][ 0]LogInit: - LocalHostAddr = Default [2024.05.03-12.54.08:236][ 0]LogInit: - BufferSize = 65536 [2024.05.03-12.54.08:236][ 0]CrashReportCoreLog: Sending HTTP request: https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?AppID=CrashReporter&AppVersion=4.26.2-0%2B%2B%2BUE4%2BRelease-4.26&AppEnvironment=Release&UploadType=crashreports&UserID=5984e4c6d82b41cdb2830dccdb165925-000003ea%7C%7C5984e4c6d82b41cdb2830dccdb165925 [2024.05.03-12.54.08:687][ 0]LogDerivedDataCache: Display: Max Cache Size: 512 MB [2024.05.03-12.54.08:744][ 0]CrashReportCoreLog: OnProcessRequestComplete(), State=SendingFiles bSucceeded=1 [2024.05.03-12.54.08:744][ 0]CrashReportCoreLog: State change from SendingFiles to SendingFiles [2024.05.03-12.54.08:744][ 0]CrashReportCoreLog: All uploads done [2024.05.03-12.54.08:744][ 0]CrashReportCoreLog: State change from SendingFiles to Finished [2024.05.03-12.54.08:840][ 0]LogDerivedDataCache: Loaded boot cache 0.15s 220MB ../../../../TeamProject/CARLA-0.9.15/Unreal/CarlaUE4/DerivedDataCache/Boot.ddc. [2024.05.03-12.54.08:840][ 0]LogDerivedDataCache: Display: Loaded Boot cache: ../../../../TeamProject/CARLA-0.9.15/Unreal/CarlaUE4/DerivedDataCache/Boot.ddc [2024.05.03-12.54.08:840][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../TeamProject/CARLA-0.9.15/Unreal/CarlaUE4/DerivedDataCache/DDC.ddp not found, will not use a pak cache. [2024.05.03-12.54.08:840][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchical cache Hierarchy. [2024.05.03-12.54.08:840][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnginePak pak cache file ../../../Engine/DerivedDataCache/DDC.ddp not found, will not use a pak cache. [2024.05.03-12.54.08:840][ 0]LogDerivedDataCache: Unable to find inner node EnginePak for hierarchical cache Hierarchy. [2024.05.03-12.54.08:851][ 0]LogDerivedDataCache: Speed tests for ../../../Engine/DerivedDataCache took 0.01 seconds [2024.05.03-12.54.08:852][ 0]LogDerivedDataCache: Display: Performance to ../../../Engine/DerivedDataCache: Latency=0.03ms. RandomReadSpeed=90.56MBs, RandomWriteSpeed=1385.60MBs. Assigned SpeedClass 'Local' [2024.05.03-12.54.08:852][ 0]LogDerivedDataCache: Using Local data cache path ../../../Engine/DerivedDataCache: Writable [2024.05.03-12.54.08:852][ 0]LogDerivedDataCache: Shared data cache path not found in *engine.ini, will not use an Shared cache. [2024.05.03-12.54.08:852][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchical cache Hierarchy. [2024.05.03-12.54.08:880][ 0]LogSlate: Using FreeType 2.10.0 [2024.05.03-12.54.08:881][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 [2024.05.03-12.54.08:908][ 0]LogAssetRegistry: FAssetRegistry took 0.0012 seconds to start up [2024.05.03-12.54.09:050][ 0]LogLinux: Selected Device Profile: [Linux] [2024.05.03-12.54.09:050][ 0]LogInit: Active device profile: [0x71af97c6a100][0x71af984ba300 49] Linux [2024.05.03-12.54.09:050][ 0]LogInit: Profiles: [0x71af97c63900][0x71afa8814600 49] Windows, [0x71af97c63700][0x71afa8812ec0 49] WindowsNoEditor, [0x71af97c63600][0x71afa8811780 49] WindowsServer, [0x71af97c63500][0x71afa8810040 49] WindowsClient, [0x71af97c63400][0x71af9732e8c0 49] IOS, [0x71af97c63200][0x71af9732d180 49] iPadAir, [0x71af97c63100][0x71af9732ba40 49] iPadAir2, [0x71af97c69d00][0x71af97328bc0 49] IPadPro, [0x71af97c69e00][0x71af9732a300 49] iPadAir3, [0x71af97c63000][0x71af97327480 49] iPadAir4, [0x71af97c62800][0x71af97f1e8c0 49] iPadMini2, [0x71af97c62700][0x71af97f1d180 49] iPadMini3, [0x71af97c62600][0x71af97f1ba40 49] iPadMini4, [0x71af97c62500][0x71af97f1a300 49] iPadMini5, [0x71af97c6db00][0x71af97f17480 49] iPhone6, [0x71af97c68a00][0x71af97f18bc0 49] iPodTouch6, [0x71af97c6a200][0x71af97f14600 49] iPhone7, [0x71af97c6a300][0x71af97f15d40 49] iPodTouch7, [0x71af97c6a400][0x71af97f12ec0 49] iPhone5S, [0x71af97c6a500][0x71af97f11780 49] iPhone6Plus, [0x71af97c6a600][0x71af97f10040 49] iPhone6S, [0x71af97c6a700][0x71af9804e8c0 49] iPhone6SPlus, [0x71af97c6a800][0x71af9804d180 49] iPhone7Plus, [0x71af97c6a900][0x71af9804ba40 49] iPhoneSE, [0x71af97c6ab00][0x71af9804a300 49] iPhone8, [0x71af97c6c900][0x71af98048bc0 49] iPhone8Plus, [0x71af97c68100][0x71af98047480 49] iPhoneX, [0x71af97c68600][0x71af98045d40 49] iPhoneXS, [0x71af97c68200][0x71af98044600 49] iPhoneXSMax, [0x71af97c68300][0x71af98042ec0 49] iPhoneXR, [0x71af97c68400][0x71af98041780 49] iPhone11, [0x71af97c68500][0x71af98040040 49] iPhone11Pro, [0x71af97c68700][0x71af981be8c0 49] iPhone11ProMax, [0x71af97c66700][0x71af981bd180 49] iPhoneSE2, [0x71af97c66800][0x71af981bba40 49] iPhone12Mini, [0x71af97c66900][0x71af981ba300 49] iPhone12, [0x71af97c66a00][0x71af981b8bc0 49] iPhone12Pro, [0x71af97c66b00][0x71af981b7480 49] iPhone12ProMax, [0x71af97c66c00][0x71af981b5d40 49] iPadPro105, [0x71af97c66d00][0x71af981b4600 49] iPadPro129, [0x71af97c66e00][0x71af981b2ec0 49] iPadPro97, [0x71af97c66f00][0x71af981b1780 49] iPadPro2_129, [0x71af97c67000][0x71af981b0040 49] iPad5, [0x71af97c67100][0x71af9834e8c0 49] iPad6, [0x71af97c67200][0x71af9834d180 49] iPad7, [0x71af97c67300][0x71af9834ba40 49] iPad8, [0x71af97c67400][0x71af9834a300 49] iPadPro11, [0x71af97c65c00][0x71af98348bc0 49] iPadPro2_11, [0x71af97c65d00][0x71af98347480 49] iPadPro3_129, [0x71af97c62300][0x71af98345d40 49] iPadPro4_129, [0x71af97c66000][0x71af98344600 49] AppleTV, [0x71af97c66100][0x71af98342ec0 49] AppleTV4K, [0x71af97c69c00][0x71af98341780 49] TVOS, [0x71af97c69b00][0x71af98340040 49] Mac, [0x71af97c69a00][0x71af984be8c0 49] MacClient, [0x71af97c69700][0x71af984bd180 49] MacNoEditor, [0x71af97c66600][0x71af984bba40 49] MacServer, [0x71af97c6a100][0x71af984ba300 49] Linux, [0x71af97c6a000][0x71af984b8bc0 49] LinuxAArch64, [0x71af97c69f00][0x71af984b7480 49] LinuxNoEditor, [0x71af97677300][0x71af984b5d40 49] LinuxAArch64NoEditor, [0x71af97677100][0x71af984b4600 49] LinuxClient, [0x71af9767e100][0x71af984b2ec0 49] LinuxAArch64Client, [0x71af9767e200][0x71af984b1780 49] LinuxServer, [0x71af9767e300][0x71af984b0040 49] LinuxAArch64Server, [0x71af9767e400][0x71af9861e8c0 49] Android, [0x71af9767dc00][0x71af9861d180 49] Android_Low, [0x71af9767db00][0x71af9861ba40 49] Android_Mid, [0x71af9767da00][0x71af9861a300 49] Android_High, [0x71af9767de00][0x71af98618bc0 49] Android_Default, [0x71af97676600][0x71af98617480 49] Android_Adreno4xx, [0x71af97676800][0x71af98615d40 49] Android_Adreno5xx_Low, [0x71af97676900][0x71af98614600 49] Android_Adreno5xx, [0x71af97676a00][0x71af98612ec0 49] Android_Adreno6xx, [0x71af97676b00][0x71af98611780 49] Android_Adreno6xx_Vulkan, [0x71af97676c00][0x71af98610040 49] Android_Mali_T6xx, [0x71af97c69500][0x71af9875e8c0 49] Android_Mali_T7xx, [0x71af97c69600][0x71af9875d180 49] Android_Mali_T8xx, [0x71af97c62400][0x71af9875ba40 49] Android_Mali_G71, [0x71af97c62d00][0x71af9875a300 49] Android_Mali_G72, [0x71af97c62f00][0x71af98758bc0 49] Android_Mali_G72_Vulkan, [0x71af97c66200][0x71af98757480 49] Android_Mali_G76, [0x71af97c66300][0x71af98755d40 49] Android_Mali_G76_Vulkan, [0x71af97c66400][0x71af98754600 49] Android_Mali_G77, [0x71af97c66500][0x71af98752ec0 49] Android_Mali_G77_Vulkan, [0x71af9767f400][0x71af98751780 49] Android_Vulkan_SM5, [0x71af97c62c00][0x71af98750040 49] Android_PowerVR_G6xxx, [0x71af97c6aa00][0x71af9894e8c0 49] Android_PowerVR_GT7xxx, [0x71af97c6ac00][0x71af9894d180 49] Android_PowerVR_GE8xxx, [0x71af97c6ad00][0x71af9894ba40 49] Android_PowerVR_GM9xxx, [0x71af97c6ae00][0x71af9894a300 49] Android_PowerVR_GM9xxx_Vulkan, [0x71af97c6af00][0x71af98948bc0 49] Android_TegraK1, [0x71af97c6b000][0x71af98947480 49] Android_Unknown_Vulkan, [0x71af97c6b100][0x71af98945d40 49] Lumin, [0x71af97c6b300][0x71af98944600 49] Lumin_Desktop, [0x71af97c6b400][0x71af98942ec0 49] HoloLens, [2024.05.03-12.54.09:079][ 0]LogMeshReduction: Using QuadricMeshReduction for automatic static mesh reduction [2024.05.03-12.54.09:079][ 0]LogMeshReduction: Using SimplygonMeshReduction for automatic skeletal mesh reduction [2024.05.03-12.54.09:079][ 0]LogMeshReduction: No automatic mesh merging module available [2024.05.03-12.54.09:079][ 0]LogMeshReduction: No distributed automatic mesh merging module available [2024.05.03-12.54.09:079][ 0]LogMeshMerging: No automatic mesh merging module available [2024.05.03-12.54.09:079][ 0]LogMeshMerging: No distributed automatic mesh merging module available [2024.05.03-12.54.09:140][ 0]LogNetVersion: CarlaUE4 1.0.0, NetCL: 0, EngineNetVer: 16, GameNetVer: 0 (Checksum: 4188588438) [2024.05.03-12.54.09:245][ 0]CrashReportCoreLog: Final state (Receiver) = Finished [2024.05.03-12.54.09:245][ 0]CrashReportCoreLog: Final state (Receiver) = Unknown UploadState value [2024.05.03-12.54.09:245][ 0]LogCore: Engine exit requested (reason: CrashReportClientApp RequestExit) [2024.05.03-12.54.09:245][ 0]LogExit: Preparing to exit. [2024.05.03-12.54.09:246][ 0]LogExit: Object subsystem successfully closed. [2024.05.03-12.54.09:247][ 0]LogModuleManager: Shutting down and abandoning module HTTP (12) [2024.05.03-12.54.09:247][ 0]LogHttp: Display: cleaning up 0 outstanding Http requests. [2024.05.03-12.54.09:257][ 0]LogModuleManager: Shutting down and abandoning module SSL (11) [2024.05.03-12.54.09:257][ 0]LogModuleManager: Shutting down and abandoning module CrashDebugHelper (8) [2024.05.03-12.54.09:257][ 0]LogModuleManager: Shutting down and abandoning module CoreUObject (6) [2024.05.03-12.54.09:257][ 0]LogModuleManager: Shutting down and abandoning module PakFile (4) [2024.05.03-12.54.09:257][ 0]LogModuleManager: Shutting down and abandoning module RSA (3) [2024.05.03-12.54.09:258][ 0]LogExit: Exiting. [2024.05.03-12.54.09:660][ 0]LogPackageLocalizationCache: Processed 26 localized package path(s) for 1 prioritized culture(s) in 0.009619 seconds [2024.05.03-12.54.09:662][ 0]LogUObjectArray: 17291 objects as part of root set at end of initial load. [2024.05.03-12.54.09:662][ 0]LogUObjectAllocator: 4401624 out of 0 bytes used by permanent object pool. [2024.05.03-12.54.09:662][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool [2024.05.03-12.54.09:666][ 0]LogHAL: Linux SourceCodeAccessSettings: NullSourceCodeAccessor [2024.05.03-12.54.09:791][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. [2024.05.03-12.54.09:793][ 0]LogTcpMessaging: Initializing TcpMessaging bridge [2024.05.03-12.54.09:842][ 0]LogPython: Using Python 3.7.7 [2024.05.03-12.54.10:915][ 0]LogCarla: == CARLA Settings ============================================================== [2024.05.03-12.54.10:915][ 0]LogCarla: Last settings file loaded: [2024.05.03-12.54.10:915][ 0]LogCarla: [CARLA/Server] [2024.05.03-12.54.10:915][ 0]LogCarla: RPC Port = 2000 [2024.05.03-12.54.10:915][ 0]LogCarla: Streaming Port = 2001 [2024.05.03-12.54.10:915][ 0]LogCarla: Secondary Port = 2002 [2024.05.03-12.54.10:915][ 0]LogCarla: Synchronous Mode = Disabled [2024.05.03-12.54.10:915][ 0]LogCarla: Rendering = Enabled [2024.05.03-12.54.10:915][ 0]LogCarla: [CARLA/QualitySettings] [2024.05.03-12.54.10:915][ 0]LogCarla: Quality Level = Low [2024.05.03-12.54.10:915][ 0]LogCarla: ================================================================================ [2024.05.03-12.54.10:944][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject(). [2024.05.03-12.54.10:944][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject(). [2024.05.03-12.54.10:947][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject(). [2024.05.03-12.54.10:955][ 0]LogScript: Warning: Script Msg: A null object was passed as a world context object to UEngine::GetWorldFromContextObject(). [2024.05.03-12.54.11:514][ 0]SourceControl: Source control is disabled [2024.05.03-12.54.11:514][ 0]SourceControl: Source control is disabled [2024.05.03-12.54.11:516][ 0]LogUProjectInfo: Found projects: [2024.05.03-12.54.11:518][ 0]SourceControl: Source control is disabled [2024.05.03-12.54.11:521][ 0]SourceControl: Source control is disabled [2024.05.03-12.54.12:052][ 0]SourceControl: Source control is disabled [2024.05.03-12.54.12:236][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. [2024.05.03-12.54.12:236][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. [2024.05.03-12.54.12:392][ 0]LogCollectionManager: Loaded 0 collections in 0.000853 seconds [2024.05.03-12.54.12:449][ 0]LogFileCache: Scanning file cache for directory 'XXX/CARLA-0.9.15/Unreal/CarlaUE4/Saved/Collections/' took 0.00s [2024.05.03-12.54.12:449][ 0]LogFileCache: Scanning file cache for directory 'XXX/CARLA-0.9.15/Unreal/CarlaUE4/Content/Developers/dDaraan/Collections/' took 0.00s [2024.05.03-12.54.12:449][ 0]LogFileCache: Scanning file cache for directory 'XXX/CARLA-0.9.15/Unreal/CarlaUE4/Content/Collections/' took 0.00s [2024.05.03-12.54.12:708][ 0]LogHoudiniEngine: Starting the Houdini Engine module... [2024.05.03-12.54.12:709][ 0]LogHoudiniEngine: Failed locating or loading libHAPIL.so [2024.05.03-12.54.12:763][ 0]LogEngine: Initializing Engine... [2024.05.03-12.54.12:765][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s [2024.05.03-12.54.12:853][ 0]LogInit: Initializing FReadOnlyCVARCache [2024.05.03-12.54.12:854][ 0]LogInit: PhysX workers from thread pool: 15 [2024.05.03-12.54.12:859][ 0]LogAIModule: Creating AISystem for world Untitled [2024.05.03-12.54.12:860][ 0]LogAudio: Display: Initializing Audio Device Manager... [2024.05.03-12.54.12:860][ 0]LogAudio: Display: Audio Device Manager Initialized [2024.05.03-12.54.12:860][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True [2024.05.03-12.54.12:861][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: [2024.05.03-12.54.12:861][ 0]LogAudioMixer: Display: Sample Rate: 48000 [2024.05.03-12.54.12:861][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 [2024.05.03-12.54.12:861][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 [2024.05.03-12.54.12:861][ 0]LogAudioMixer: Display: Number of buffers to queue: 2 [2024.05.03-12.54.12:861][ 0]LogAudioMixer: Display: Max Channels (voices): 32 [2024.05.03-12.54.12:861][ 0]LogAudioMixer: Display: Number of Async Source Workers: 0 [2024.05.03-12.54.12:861][ 0]LogAudio: Display: AudioDevice MaxSources: 32 [2024.05.03-12.54.12:861][ 0]LogAudio: Display: Using built-in audio occlusion. [2024.05.03-12.54.12:861][ 0]LogAudioMixer: Display: Initializing audio mixer. [2024.05.03-12.54.12:864][ 0]LogAudioMixerSDL: Display: Initialized SDL using pulseaudio platform API backend. [2024.05.03-12.54.13:063][ 0]LogAudioMixerSDL: Opening default audio device (device index -1) [2024.05.03-12.54.13:064][ 0]LogAudioMixer: Display: Using Audio Device Default Audio Device [2024.05.03-12.54.13:065][ 0]LogAudioMixer: Display: Initializing Sound Submixes... [2024.05.03-12.54.13:089][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' [2024.05.03-12.54.13:089][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' [2024.05.03-12.54.13:090][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterEQSubmixDefault' [2024.05.03-12.54.13:090][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=6, Samples=6144 [2024.05.03-12.54.13:091][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal() [2024.05.03-12.54.13:091][ 0]LogInit: FAudioDevice initialized. [2024.05.03-12.54.13:091][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. [2024.05.03-12.54.13:091][ 0]LogNetVersion: Set ProjectVersion to 0.9.15. Version Checksum will be recalculated on next use. [2024.05.03-12.54.13:179][ 0]LogDerivedDataCache: Saved boot cache 0.09s 220MB ../../../../TeamProject/CARLA-0.9.15/Unreal/CarlaUE4/DerivedDataCache/Boot.ddc. [2024.05.03-12.54.13:263][ 0]LogInit: Texture streaming: Enabled [2024.05.03-12.54.13:281][ 0]LogAnalytics: Display: [UEEditor.UnrealEngine.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 4.26.2-0+++UE4+Release-4.26 [2024.05.03-12.54.13:287][ 0]LogEngineSessionManager: EngineSessionManager initialized [2024.05.03-12.54.13:287][ 0]LogEngineSessionManager: EngineSessionManager sent abnormal shutdown report. Type=AbnormalShutdown, SessionId={AADC5F5B-453C-4B9A-9CB2-6F0B89AFA9B1} [2024.05.03-12.54.13:287][ 0]LogEditorSessionSummary: Verbose: Initializing EditorSessionSummaryWriter for editor session tracking [2024.05.03-12.54.13:288][ 0]LogEditorSessionSummary: EditorSessionSummaryWriter initialized [2024.05.03-12.54.13:308][ 0]LogInit: Transaction tracking system initialized [2024.05.03-12.54.13:333][ 0]BlueprintLog: New page: Editor Load [2024.05.03-12.54.13:421][ 0]LocalizationService: Localization service is disabled [2024.05.03-12.54.13:449][ 0]TimingProfiler: Initialize [2024.05.03-12.54.13:449][ 0]TimingProfiler: OnSessionChanged [2024.05.03-12.54.13:449][ 0]LoadingProfiler: Initialize [2024.05.03-12.54.13:449][ 0]LoadingProfiler: OnSessionChanged [2024.05.03-12.54.13:449][ 0]NetworkingProfiler: Initialize [2024.05.03-12.54.13:449][ 0]NetworkingProfiler: OnSessionChanged [2024.05.03-12.54.13:449][ 0]MemoryProfiler: Initialize [2024.05.03-12.54.13:449][ 0]MemoryProfiler: OnSessionChanged [2024.05.03-12.54.13:585][ 0]LogCook: Display: CookSettings for Memory: MemoryMaxUsedVirtual 0MiB, MemoryMaxUsedPhysical 16384MiB, MemoryMinFreeVirtual 0MiB, MemoryMinFreePhysical 1024MiB [2024.05.03-12.54.13:585][ 0]LogCook: Display: Mobile HDR setting 1 [2024.05.03-12.54.13:775][ 0]LogFileCache: Scanning file cache for directory 'XXX/CARLA-0.9.15/Unreal/CarlaUE4/Content/' took 0.04s [2024.05.03-12.54.13:775][ 0]LogHoudiniEngineEditor: Starting the Houdini Engine Editor module. [2024.05.03-12.54.13:779][ 0]LogHoudiniEngineEditor: Houdini Spline Component Visualizer Registered! [2024.05.03-12.54.13:780][ 0]LogHoudiniEngineEditor: Houdini Engine Editor module startup complete. [2024.05.03-12.54.13:796][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() [2024.05.03-12.54.13:800][ 0]SourceControl: Source control is disabled [2024.05.03-12.54.13:800][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 8.778 [2024.05.03-12.54.13:800][ 0]Cmd: MAP LOAD FILE="../../../../TeamProject/CARLA-0.9.15/Unreal/CarlaUE4/Content/Carla/Maps/Town04_Opt.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=3 [2024.05.03-12.54.13:802][ 0]LightingResults: New page: Lighting Build [2024.05.03-12.54.13:803][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true [2024.05.03-12.54.13:803][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated [2024.05.03-12.54.13:804][ 0]MapCheck: New page: Map Check [2024.05.03-12.54.13:804][ 0]LightingResults: New page: Lighting Build [2024.05.03-12.54.13:812][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.71ms [2024.05.03-12.54.13:877][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Town04_Opt'. [2024.05.03-12.54.13:877][ 0]LogInit: PhysX workers from thread pool: 15 [2024.05.03-12.54.13:877][ 0]LogAIModule: Creating AISystem for world Town04_Opt [2024.05.03-12.54.13:878][ 0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Buildings) is flushing async loading [2024.05.03-12.54.13:878][ 0]LogStreaming: Display: FlushAsyncLoading: 1 QueuedPackages, 0 AsyncPackages [2024.05.03-12.54.14:500][ 0]LoadErrors: Error: /Game/Carla/Blueprints/LevelDesign/BuildingMaster : Failed import for BoolProperty /Game/Carla/Blueprints/LevelDesign/BuildingSpawnableItems.BuildingSpawnableItems:BlockSpawn_12_4FEC57D947F4B49EA11F31A19F18EB48 Referenced by export Function /Game/Carla/Blueprints/LevelDesign/BuildingMaster.BuildingMaster_C:PlaceItems [2024.05.03-12.54.14:500][ 0]LoadErrors: Error: /Game/Carla/Blueprints/LevelDesign/BuildingMaster : Failed import for ObjectProperty /Game/Carla/Blueprints/LevelDesign/BuildingSpawnableItems.BuildingSpawnableItems:Item_16_6D77EDC54B56B5883D9DC7809D6C704A Referenced by export Function /Game/Carla/Blueprints/LevelDesign/BuildingMaster.BuildingMaster_C:PlaceItems [2024.05.03-12.54.14:500][ 0]LoadErrors: Error: /Game/Carla/Blueprints/LevelDesign/BuildingMaster : Failed import for StructProperty /Game/Carla/Blueprints/LevelDesign/BuildingSpawnableItems.BuildingSpawnableItems:Transform_5_626174554EFC313F198DA2AED94C7F1B Referenced by export Function /Game/Carla/Blueprints/LevelDesign/BuildingMaster.BuildingMaster_C:PlaceItems [2024.05.03-12.54.14:528][ 0]Warning: applied to a non-external Texture2D sampler. This may work by chance on some platforms but is not portable. Please change sampler type to 'External'. Parameter 'EmissiveMap' (slot 1) in material 'M_BuildingMaterial' [2024.05.03-12.54.14:528][ 0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Foliage) is flushing async loading [2024.05.03-12.54.14:628][ 0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Ground) is flushing async loading [2024.05.03-12.54.15:015][ 0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Parked_Vehicles) is flushing async loading [2024.05.03-12.54.15:303][ 0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Props) is flushing async loading [2024.05.03-12.54.15:698][ 0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Streetlights) is flushing async loading [2024.05.03-12.54.15:891][ 0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Walls) is flushing async loading [2024.05.03-12.54.16:079][ 0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Rendering_and_Lighting_components) is flushing async loading [2024.05.03-12.54.16:127][ 0]LogStreaming: Display: ULevelStreaming::RequestLevel(/Game/Carla/Maps/Sublevels/Town04_Opt/T04_Layout) is flushing async loading [2024.05.03-12.54.17:801][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) [2024.05.03-12.54.17:873][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 2.21ms [2024.05.03-12.54.17:876][ 0]Cmd: MAP CHECKDEP NOCLEARLOG [2024.05.03-12.54.17:876][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.236ms to complete. [2024.05.03-12.54.17:876][ 0]LogFileHelpers: Loading map 'Town04_Opt' took 4.076 [2024.05.03-12.54.17:882][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 12.860 [2024.05.03-12.54.17:922][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden [2024.05.03-12.54.17:924][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden [2024.05.03-12.54.17:927][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden [2024.05.03-12.54.17:929][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden [2024.05.03-12.54.17:934][ 0]LogVulkanRHI: Display: Requested PixelFormat 18 not supported by this swapchain! Falling back to supported swapchain format... [2024.05.03-12.54.17:935][ 0]LogVulkanRHI: Display: Queue Family 0: Supports Present [2024.05.03-12.54.17:935][ 0]LogVulkanRHI: Display: Queue Family 0: Supports Present [2024.05.03-12.54.17:935][ 0]LogVulkanRHI: Display: Found 3 Surface present modes: [2024.05.03-12.54.17:935][ 0]LogVulkanRHI: Display: - VK_PRESENT_MODE_FIFO_KHR (2) [2024.05.03-12.54.17:935][ 0]LogVulkanRHI: Display: - VK_PRESENT_MODE_FIFO_RELAXED_KHR (3) [2024.05.03-12.54.17:935][ 0]LogVulkanRHI: Display: - VK_PRESENT_MODE_IMMEDIATE_KHR (0) [2024.05.03-12.54.17:935][ 0]LogVulkanRHI: Display: Selected VkPresentModeKHR mode 2 [2024.05.03-12.54.17:935][ 0]LogVulkanRHI: Creating new VK swapchain with present mode 2, format 44, color space 0, num images 3 [2024.05.03-12.54.18:101][ 0]LogLoad: (Engine Initialization) Total time: 13.08 seconds [2024.05.03-12.54.18:101][ 0]LogLoad: (Engine Initialization) Total Blueprint compile time: 0.00 seconds [2024.05.03-12.54.18:101][ 0]LogInit: First time updating LLM stats... [2024.05.03-12.54.18:117][ 0]LogSlate: Took 0.000204 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) [2024.05.03-12.54.18:120][ 0]LogSlate: Took 0.000288 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) [2024.05.03-12.54.18:301][ 0]LogRenderer: Reallocating scene render targets to support 1848x1056 Format 10 NumSamples 1 (Frame:1). [2024.05.03-12.54.18:301][ 0]LogStaticMesh: Allocated 1024x840x128 distance field atlas = 210.0Mb, with 177 objects containing 157.8Mb backing data [2024.05.03-12.54.18:301][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Town04_Opt.Town04_Opt:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_12) [2024.05.03-12.54.18:301][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Town04_Opt.Town04_Opt:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_13) [2024.05.03-12.54.18:301][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Town04_Opt.Town04_Opt:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_14) [2024.05.03-12.54.18:301][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Town04_Opt.Town04_Opt:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_15) [2024.05.03-12.54.18:301][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Town04_Opt.Town04_Opt:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_75) [2024.05.03-12.54.18:301][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Town04_Opt.Town04_Opt:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_76) [2024.05.03-12.54.18:301][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Town04_Opt.Town04_Opt:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_77) [2024.05.03-12.54.18:317][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Sublevels/Town04_Opt/T04_Ground.T04_Ground:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_7) [2024.05.03-12.54.18:317][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Sublevels/Town04_Opt/T04_Ground.T04_Ground:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_8) [2024.05.03-12.54.18:317][ 0]LogNavigationDirtyArea: Warning: Skipping dirty area creation because of empty bounds (object: FoliageInstancedStaticMeshComponent /Game/Carla/Maps/Sublevels/Town04_Opt/T04_Ground.T04_Ground:PersistentLevel.InstancedFoliageActor_0.FoliageInstancedStaticMeshComponent_9) [2024.05.03-12.54.18:329][ 0]LogContentStreaming: Texture pool size now 4000 MB [2024.05.03-12.54.18:626][ 0]LogSlate: Took 0.000778 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) [2024.05.03-12.54.22:967][ 3]LogCore: Done sending crash report for ensure(). [2024.05.03-12.54.23:176][ 6]LogAssetRegistry: Asset discovery search completed in 14.2686 seconds [2024.05.03-12.54.23:179][ 6]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000001 seconds (updated 0 objects) [2024.05.03-12.54.23:244][ 8]LogSlate: Window 'Message Log' being destroyed [2024.05.03-12.54.23:318][ 8]LogSlate: Window 'Message Log' being destroyed [2024.05.03-12.54.23:965][ 50]LogUObjectHash: Compacting FUObjectHashTables data took 0.69ms [2024.05.03-12.54.23:982][ 50]LogSlate: Window 'CarlaUE4 - Unreal Editor' being destroyed [2024.05.03-12.54.24:103][ 51]Cmd: QUIT_EDITOR [2024.05.03-12.54.24:103][ 51]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) [2024.05.03-12.54.24:104][ 51]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) [2024.05.03-12.54.24:175][ 51]LogAnalytics: Display: [UEEditor.UnrealEngine.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 4.26.2-0+++UE4+Release-4.26 [2024.05.03-12.54.24:545][ 51]LogEditorSessionSummary: EditorSessionSummary sent report. Type=AbnormalShutdown, SessionId={2DBA8244-A4D7-45C8-99EB-E9000C4CB2AB} [2024.05.03-12.54.24:545][ 51]LogAnalytics: Display: [UEEditor.UnrealEngine.Release] APIServer = https://datarouter.ol.epicgames.com/. AppVersion = 4.26.2-0+++UE4+Release-4.26 [2024.05.03-12.54.24:690][ 51]LogEditorSessionSummary: EditorSessionSummary sent report. Type=AbnormalShutdown, SessionId={AADC5F5B-453C-4B9A-9CB2-6F0B89AFA9B1} [2024.05.03-12.54.24:690][ 51]LogEditorSessionSummary: EditorSessionSummary sent report. Type=Shutdown, SessionId={94FBD9C1-8BDD-443D-9C16-72BB2B1EDC00} [2024.05.03-12.54.24:690][ 51]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerSDL)... [2024.05.03-12.54.24:690][ 51]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... [2024.05.03-12.54.24:690][ 51]LogAudio: Display: Audio Device unregistered from world 'Town04_Opt'. [2024.05.03-12.54.24:723][ 51]LogAudio: Display: Audio Device Manager Shutdown [2024.05.03-12.54.24:723][ 51]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 [2024.05.03-12.54.24:723][ 51]LogExit: Preparing to exit. [2024.05.03-12.54.24:740][ 51]LogUObjectHash: Compacting FUObjectHashTables data took 1.32ms ```

Maybe relevant I changed by default map in DefaultEngine.ini

[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Carla/Maps/Town04_Opt.Town04_Opt
GameDefaultMap=/Game/Carla/Maps/Town04_Opt.Town04_Opt
ServerDefaultMap=/Game/Carla/Maps/Town10HD_Opt.Town10HD_Opt
GlobalDefaultGameMode=/Game/Carla/Blueprints/Game/CarlaGameMode.CarlaGameMode_C
GameInstanceClass=/Script/Carla.CarlaGameInstance
TransitionMap=/Game/Carla/Maps/Town10HD_Opt.Town10HD_Opt
GlobalDefaultServerGameMode=/Game/Carla/Blueprints/Game/CarlaGameMode.CarlaGameMode_C

Tell me if you need more information

Daraan commented 4 months ago

Short update: I also have this problem on the latest dev version (9037124f594daa09f745f00d7125a513cac8aaaf) and a new installation (on the same machine) when chaing from the default Town10 to town Town04_Opt.

lingyixia commented 3 months ago

I met this issue too bro, have you solved it?

Daraan commented 3 months ago

I met this issue too bro, have you solved it?

No still persists.

lingyixia commented 3 months ago

Me too, I also meet an error in Town03 that "lighting needs to be built (16 unbuilt objects)" Screenshot from 2024-06-15 21-59-06 Have you meet it?

Daraan commented 3 months ago

Me too, I also meet an error in Town03 that "lighting needs to be built (16 unbuilt objects)" ![Screenshot]) Have you meet it?

Yes, but that is a more common issue. I am just vaguely familiar with it, there should be an entry build/bake lights somewhere.

lingyixia commented 3 months ago

Yes, I tried as https://www.youtube.com/watch?v=iPN2hWzfmP8 do, but failed...