Ayushanbhore / Unreal-Quest3-PassthroughSample

A sample to create your own Unreal Passthrough Project for Meta Quest 3, Meta Quest Pro. Works with Meta Quest 2 but it is not recommended. Use it to learn Unreal Engine
51 stars 11 forks source link

Crash on packaged game for Oculus Quest 3 #3

Open PepeFrontera opened 12 months ago

PepeFrontera commented 12 months ago

Hello,

I have just followed the readme guide, and compiled the project, using epic distributed unreal engine 5.1.1, and my project crashes while trying to load the OpenXR Plugin, wich is already activated in the project, any idea?

Here is the log:

Log file open, 10/24/23 06:54:37 LogInit: Display: Running engine for game: PassthroughQuest3 LogCore: Initializing trace... LogCore: Finished trace initialization. LogCsvProfiler: Display: Metadata set : platform="Android" LogCsvProfiler: Display: Metadata set : config="Development" LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.1-CL-23901901" LogCsvProfiler: Display: Metadata set : engineversion="5.1.1-23901901+++UE5+Release-5.1" LogCsvProfiler: Display: Metadata set : commandline="" ../../../PassthroughQuest3/PassthroughQuest3.uproject"" LogCsvProfiler: Display: Metadata set : os="Android 12" LogCsvProfiler: Display: Metadata set : cpu="Oculus|Quest|eureka" LogCsvProfiler: Display: Metadata set : pgoenabled="0" LogCsvProfiler: Display: Metadata set : loginid="499C218ABB53493CA7D4855097579C8D" LogCsvProfiler: Display: Metadata set : asan="0" LogCsvProfiler: Display: Metadata set : deviceid="0db6be8ac9a77cda" LogCsvProfiler: Display: Metadata set : llm="0" LogInit: Display: Project file not found: ../../../PassthroughQuest3/PassthroughQuest3.uproject LogInit: Display: Attempting to find via project info helper. LogUProjectInfo: Found projects: LogTemp: 6 cores and 4 assignable cores LogIoDispatcher: Display: Reading toc: ../../../PassthroughQuest3/Content/Paks/global.utoc LogIoDispatcher: Display: Toc signature hash: 0000000000000000000000000000000000000000 LogIoDispatcher: Display: Mounting container '../../../PassthroughQuest3/Content/Paks/global.utoc' in location slot 0 LogPakFile: Display: Initialized I/O dispatcher file backend. Mounted the global container: ../../../PassthroughQuest3/Content/Paks/global.utoc LogPakFile: Display: Found Pak file PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.pak attempting to mount. LogPakFile: Display: Mounting pak file PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.pak. LogIoDispatcher: Display: Reading toc: PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.utoc LogIoDispatcher: Display: Toc signature hash: 0000000000000000000000000000000000000000 LogIoDispatcher: Display: Mounting container 'PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.utoc' in location slot 0 LogPakFile: Display: Mounted IoStore container "PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.utoc" LogPakFile: Display: Mounted Pak file 'PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.pak', mount point: '../../../' LogStats: Stats thread started at 0.449867 LogAssetRegistry: Premade AssetRegistry loaded from '../../../PassthroughQuest3/AssetRegistry.bin' LogAndroid: Case APP_CMD_WINDOW_RESIZED LogAndroid: Case APP_CMD_WINDOW_REDRAW_NEEDED LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +0:00, Platform Override: '' LogAndroid: Mobile HDR: YES LogAndroidWindowUtils: Setting Width=1000 and Height=624 (requested scale = 1.000000) LogInit: Session CrashGUID >==================================================== Session CrashGUID > UECC-Android-65AE93B52C0742B7995D3017B605DA4E Session CrashGUID >==================================================== LogAndroid: Vulkan library detected, checking for available driver LogAndroid: VulkanRHI is available, Vulkan capable device detected. LogPluginManager: Error: Unable to load plugin 'OpenXR'. Aborting. LogAndroid: Error: === Critical error: === LogAndroid: Error: LogAndroid: Error: Assertion failed: false [File:D:/build/++UE5/Sync/Engine/Source/Runtime/Launch/Private/Android/LaunchAndroid.cpp] [Line: 529] LogAndroid: Error: Engine Preinit Failed LogAndroid: Error: [Callstack] 0x0000007105978B38 libUnreal.so(0x000000000A2ADB38)!AndroidMain(android_app*) [] LogAndroid: Error: [Callstack] 0x0000007105987448 libUnreal.so(0x000000000A2BC448)!android_main() [] LogAndroid: Error: [Callstack] 0x00000071059BE380 libUnreal.so(0x000000000A2F3380)![Unknown]() [] LogAndroid: Error: [Callstack] 0x00000072277A9DB4 libc.so(0x00000000000DFDB4)![Unknown]() [] LogAndroid: Error: [Callstack] 0x00000072277563E0 libc.so(0x000000000008C3E0)![Unknown]() [] LogAndroid: Error: LogAndroid: Error: LogAndroid: Error: LogAndroid: Error: LogAndroid: FAndroidMisc::RequestExit(1)

Ayushanbhore commented 11 months ago

Hi PepeFrontera,

Did you install MetaXR Plugin properly, it seems to be more like an issue of your plugin. Here's what you can try 1) Go to your Unreal Engine directory and place the MetaXR Plugin there in UE_5.1\Engine\Plugins\Marketplace Folder. 2) If you are keeping the plugin in Project Folder then make sure you remove it from there. 3) Enable these plugins from the Plugins Section in Unreal Engine .

D

Let me know if this fixes your issue :)

PepeFrontera commented 11 months ago

Yes, I have checked that the plugins is installed properly, v54 image OpenXR is enabled too image

But now, the errors are different, here is the log:

Log file open, 10/31/23 10:23:20 LogCore: Initializing trace... LogCore: Finished trace initialization. LogCsvProfiler: Display: Metadata set : platform="Android" LogCsvProfiler: Display: Metadata set : config="Development" LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.1-CL-23901901" LogCsvProfiler: Display: Metadata set : engineversion="5.1.1-23901901+++UE5+Release-5.1" LogCsvProfiler: Display: Metadata set : commandline="" ../../../PassthroughQuest3/PassthroughQuest3.uproject"" LogCsvProfiler: Display: Metadata set : os="Android 12" LogCsvProfiler: Display: Metadata set : cpu="Oculus|Quest|eureka" LogCsvProfiler: Display: Metadata set : pgoenabled="0" LogCsvProfiler: Display: Metadata set : loginid="5C69F1C8938A402A9413E729166C4EF7" LogCsvProfiler: Display: Metadata set : asan="0" LogCsvProfiler: Display: Metadata set : deviceid="0db6be8ac9a77cda" LogCsvProfiler: Display: Metadata set : llm="0" LogInit: Display: Project file not found: ../../../PassthroughQuest3/PassthroughQuest3.uproject LogInit: Display: Attempting to find via project info helper. LogUProjectInfo: Found projects: LogTemp: 6 cores and 4 assignable cores LogIoDispatcher: Display: Reading toc: ../../../PassthroughQuest3/Content/Paks/global.utoc LogIoDispatcher: Display: Toc signature hash: 0000000000000000000000000000000000000000 LogIoDispatcher: Display: Mounting container '../../../PassthroughQuest3/Content/Paks/global.utoc' in location slot 0 LogPakFile: Display: Initialized I/O dispatcher file backend. Mounted the global container: ../../../PassthroughQuest3/Content/Paks/global.utoc LogPakFile: Display: Found Pak file PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.pak attempting to mount. LogPakFile: Display: Mounting pak file PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.pak. LogIoDispatcher: Display: Reading toc: PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.utoc LogIoDispatcher: Display: Toc signature hash: 0000000000000000000000000000000000000000 LogIoDispatcher: Display: Mounting container 'PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.utoc' in location slot 0 LogPakFile: Display: Mounted IoStore container "PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.utoc" LogPakFile: Display: Mounted Pak file 'PassthroughQuest3/Content/Paks/PassthroughQuest3-Android_ASTC.pak', mount point: '../../../' LogStats: Stats thread started at 1.368486 LogAssetRegistry: Premade AssetRegistry loaded from '../../../PassthroughQuest3/AssetRegistry.bin' LogICUInternationalization: ICU TimeZone Detection - Raw Offset: +0:00, Platform Override: '' LogAndroid: Mobile HDR: YES LogInit: Session CrashGUID >==================================================== Session CrashGUID > UECC-Android-C046F4AD64DC43CA851B732DC658690A Session CrashGUID >==================================================== LogAndroid: Vulkan library detected, checking for available driver LogAndroid: VulkanRHI is available, Vulkan capable device detected. LogPluginManager: Mounting Engine plugin Paper2D LogPluginManager: Mounting Engine plugin AISupport LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor LogPluginManager: Mounting Engine plugin ControlRigSpline LogPluginManager: Mounting Engine plugin ControlRig LogPluginManager: Mounting Engine plugin IKRig LogPluginManager: Mounting Engine plugin LiveLink LogPluginManager: Mounting Engine plugin CameraShakePreviewer LogPluginManager: Mounting Engine plugin GameplayCameras LogPluginManager: Mounting Engine plugin OodleNetwork LogPluginManager: Mounting Engine plugin AnimationSharing LogPluginManager: Mounting Engine plugin ConcertMain LogPluginManager: Mounting Engine plugin ConcertSyncClient LogPluginManager: Mounting Engine plugin ConcertSyncCore LogPluginManager: Mounting Engine plugin DumpGPUServices LogPluginManager: Mounting Engine plugin PluginUtils LogPluginManager: Mounting Engine plugin UObjectPlugin LogPluginManager: Mounting Engine plugin AssetManagerEditor LogPluginManager: Mounting Engine plugin BlueprintHeaderView LogPluginManager: Mounting Engine plugin EditorScriptingUtilities LogPluginManager: Mounting Engine plugin FacialAnimation LogPluginManager: Mounting Engine plugin GeometryMode LogPluginManager: Mounting Engine plugin LightMixer LogPluginManager: Mounting Engine plugin ObjectMixer LogPluginManager: Mounting Engine plugin SequencerAnimTools LogPluginManager: Mounting Engine plugin SpeedTreeImporter LogPluginManager: Mounting Engine plugin EnhancedInput LogPluginManager: Mounting Engine plugin DatasmithContent LogPluginManager: Mounting Engine plugin GLTFExporter LogPluginManager: Mounting Engine plugin VariantManagerContent LogPluginManager: Mounting Engine plugin AutomationUtils LogPluginManager: Mounting Engine plugin BackChannel LogPluginManager: Mounting Engine plugin ChaosCaching LogPluginManager: Mounting Engine plugin ChaosClothEditor LogPluginManager: Mounting Engine plugin ChaosCloth LogPluginManager: Mounting Engine plugin ChaosEditor LogPluginManager: Mounting Engine plugin ChaosNiagara LogPluginManager: Mounting Engine plugin ChaosSolverPlugin LogPluginManager: Mounting Engine plugin ChaosUserDataPT LogPluginManager: Mounting Engine plugin CharacterAI LogPluginManager: Mounting Engine plugin Dataflow LogPluginManager: Mounting Engine plugin FullBodyIK LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin LogPluginManager: Mounting Engine plugin Iris LogPluginManager: Mounting Engine plugin PlatformCrypto LogPluginManager: Mounting Engine plugin PythonScriptPlugin LogPluginManager: Mounting Engine plugin UVEditor LogPluginManager: Mounting Engine plugin Niagara LogPluginManager: Mounting Engine plugin AlembicImporter LogPluginManager: Mounting Engine plugin InterchangeEditor LogPluginManager: Mounting Engine plugin OculusXR LogPluginManager: Mounting Engine plugin AndroidMedia LogPluginManager: Mounting Engine plugin ImgMedia LogPluginManager: Mounting Engine plugin MediaCompositing LogPluginManager: Mounting Engine plugin MediaPlate LogPluginManager: Mounting Engine plugin MeshPainting LogPluginManager: Mounting Engine plugin TcpMessaging LogPluginManager: Mounting Engine plugin UdpMessaging LogPluginManager: Mounting Engine plugin ActorSequence LogPluginManager: Mounting Engine plugin LevelSequenceEditor LogPluginManager: Mounting Engine plugin SequencerScripting LogPluginManager: Mounting Engine plugin TemplateSequence LogPluginManager: Mounting Engine plugin OnlineBase LogPluginManager: Mounting Engine plugin OnlineServices LogPluginManager: Mounting Engine plugin OnlineSubsystemNull LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils LogPluginManager: Mounting Engine plugin OnlineSubsystem LogPluginManager: Mounting Engine plugin ActorLayerUtilities LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector LogPluginManager: Mounting Engine plugin AndroidFileServer LogPluginManager: Mounting Engine plugin AndroidMoviePlayer LogPluginManager: Mounting Engine plugin AndroidPermission LogPluginManager: Mounting Engine plugin AppleImageUtils LogPluginManager: Mounting Engine plugin ArchVisCharacter LogPluginManager: Mounting Engine plugin AssetTags LogPluginManager: Mounting Engine plugin AudioCapture LogPluginManager: Mounting Engine plugin AudioSynesthesia LogPluginManager: Mounting Engine plugin AudioWidgets LogPluginManager: Mounting Engine plugin CableComponent LogPluginManager: Mounting Engine plugin ChunkDownloader LogPluginManager: Mounting Engine plugin CustomMeshComponent LogPluginManager: Mounting Engine plugin SQLiteCore LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector LogPluginManager: Mounting Engine plugin GeometryCache LogPluginManager: Mounting Engine plugin GeometryProcessing LogPluginManager: Mounting Engine plugin GoogleCloudMessaging LogPluginManager: Mounting Engine plugin GooglePAD LogPluginManager: Mounting Engine plugin InputDebugging LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary LogPluginManager: Mounting Engine plugin Metasound LogPluginManager: Mounting Engine plugin MobilePatchingUtils LogPluginManager: Mounting Engine plugin OpenXR LogPluginManager: Mounting Engine plugin ProceduralMeshComponent LogPluginManager: Mounting Engine plugin PropertyAccessEditor LogPluginManager: Mounting Engine plugin ResonanceAudio LogPluginManager: Mounting Engine plugin SignificanceManager LogPluginManager: Mounting Engine plugin SoundFields LogPluginManager: Mounting Engine plugin Synthesis LogPluginManager: Mounting Engine plugin WaveTable LogPluginManager: Mounting Engine plugin TraceUtilities LogPluginManager: Mounting Engine plugin Takes LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/2D/Paper2D/Content/' mounted to '/Paper2D/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Animation/ControlRigSpline/Content/' mounted to '/ControlRigSpline/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Animation/ControlRig/Content/' mounted to '/ControlRig/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Animation/IKRig/Content/' mounted to '/IKRig/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Content/' mounted to '/ConcertSyncClient/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/BlueprintHeaderView/Content/' mounted to '/BlueprintHeaderView/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/GeometryMode/Content/' mounted to '/GeometryMode/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/ObjectMixer/LightMixer/Content/' mounted to '/LightMixer/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Content/' mounted to '/ObjectMixer/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/SpeedTreeImporter/Content/' mounted to '/SpeedTreeImporter/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Enterprise/DatasmithContent/Content/' mounted to '/DatasmithContent/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Enterprise/GLTFExporter/Content/' mounted to '/GLTFExporter/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/ChaosCaching/Content/' mounted to '/ChaosCaching/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/Dataflow/Content/' mounted to '/Dataflow/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/GeometryCollectionPlugin/Content/' mounted to '/GeometryCollectionPlugin/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/UVEditor/Content/' mounted to '/UVEditor/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/FX/Niagara/Content/' mounted to '/Niagara/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Marketplace/MetaXR/Content/' mounted to '/OculusXR/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Media/MediaPlate/Content/' mounted to '/MediaPlate/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/AudioSynesthesia/Content/' mounted to '/AudioSynesthesia/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/AudioWidgets/Content/' mounted to '/AudioWidgets/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/GeometryProcessing/Content/' mounted to '/GeometryProcessing/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/Metasound/Content/' mounted to '/Metasound/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/OpenXR/Content/' mounted to '/OpenXR/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/ResonanceAudio/Content/' mounted to '/ResonanceAudio/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/Synthesis/Content/' mounted to '/Synthesis/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/WaveTable/Content/' mounted to '/WaveTable/' LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/' LogInit: Using libcurl 7.75.0 LogInit: - built for aarch64-unknown-linux-android LogInit: - supports SSL with OpenSSL/1.1.1m LogInit: - supports HTTP deflate (compression) using libz 1.2.11 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: Display: OSS: OnlineSubsystemGooglePlayModule::StartupModule() LogOnline: Warning: OSS: FOnlineSubsystemGooglePlayModule was disabled LogOnline: OSS: Unable to create OnlineSubsystem module GOOGLEPLAY LogOnline: OSS: Created online subsystem instance for: NULL LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for module [NULL] LogOnline: Warning: OSS: FOnlineSubsystemGooglePlayModule was disabled LogOculusPluginWrapper: OculusPlugin initialized successfully LogHMD: FOculusXRHMDModule PreInit successfully LogInit: Build: ++UE5+Release-5.1-CL-23901901 LogInit: Engine Version: 5.1.1-23901901+++UE5+Release-5.1 LogInit: Compatible Engine Version: 5.1.0-23058290+++UE5+Release-5.1 LogInit: Net CL: 23058290 LogInit: OS: Android (12), CPU: Quest, GPU: Adreno (TM) 740 LogInit: Compiled (64-bit): Jan 30 2023 05:31:07 LogInit: Compiled with Clang: 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0cca074e9238af8b4106c30add4418f6) LogInit: Build Configuration: Development LogInit: Branch Name: ++UE5+Release-5.1 LogInit: Command Line: LogInit: Base Directory: LogInit: Allocator: binned2 LogInit: Installed Engine Build: 0 LogDevObjectVersion: Number of dev versions registered: 35 LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 45 LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 80 LogDevObjectVersion: FortniteNC (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 10 LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 4 LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 88 LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 41 LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 LogDevObjectVersion: UE5-Dev-Cooker (26075A32-730F-4708-88E9-8C32F1599D05): 0 LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 LogDevObjectVersion: UE5-Dev-LWCRendering (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 LogCoreRedirects: AddRedirect(../../../PassthroughQuest3/Saved/Config/Android/OculusXR.ini) has substring redirect /OculusVR/, these are very slow and should be resolved as soon as possible! LogInit: Presizing for max 131072 objects, including 1 objects not considered by GC, pre-allocating 0 bytes for permanent pool. LogStreaming: Display: AsyncLoading2 - Created: Event Driven Loader: true, Async Loading Thread: true, Async Post Load: true LogStreaming: Display: AsyncLoading2 - Initialized LogInit: Object subsystem initialized [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[con.DebugEarlyDefault:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[LogNamedEventFilters:Frame ]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[QualityLevelMapping:low]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel.Min:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel.Max:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[LogNamedEventFilters:Frame ]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[QualityLevelMapping:low]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.ShadingPath:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.SupportGPUScene:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.AntiAliasing:3]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.FloatPrecisionMode:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.AllowDitheredLODTransition:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.VirtualTextures:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DiscardUnusedQuality:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shaders.CompressionFormat:2]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.AllowOcclusionQueries:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.MinScreenRadiusForLights:0.030000]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.MinScreenRadiusForDepthPrepass:0.030000]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.MinScreenRadiusForCSMDepth:0.010000]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.PrecomputedVisibilityWarning:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TextureStreaming:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[Compat.UseDXT5NormalMaps:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VirtualTextures:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VT.EnableAutoImport:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VirtualTexturedLightmaps:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VT.AnisotropicFiltering:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[bEnableVirtualTextureOpacityMask:0]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VT.TileSize:128]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VT.TileBorderSize:4]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.vt.FeedbackFactor:16]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[WorkingColorSpaceChoice:sRGB]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[RedChromaticityCoordinate:(X=0.640000,Y=0.330000)]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[GreenChromaticityCoordinate:(X=0.300000,Y=0.600000)]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[BlueChromaticityCoordinate:(X=0.150000,Y=0.060000)]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[WhiteChromaticityCoordinate:(X=0.312700,Y=0.329000)]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.ClearCoatNormal:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.ReflectionCaptureResolution:128]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.ReflectionEnvironmentLightmapMixBasedOnRoughness:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Lumen.HardwareRayTracing:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Lumen.HardwareRayTracing.LightingMode:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.RayTracing:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.RayTracing.Shadows:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.RayTracing.Skylight:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.RayTracing.UseTextureLod:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.PathTracing:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DistanceFields.DefaultVoxelDensity:0.200000]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Nanite.ProjectEnabled:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.AllowStaticLighting:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.NormalMapsForStaticLighting:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.ForwardShading:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VertexFoggingForOpaque:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SeparateTranslucency:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TranslucentSortPolicy:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[TranslucentSortAxis:(X=0.000000,Y=-1.000000,Z=0.000000)]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[vr.VRS.HMDFixedFoveationLevel:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[vr.VRS.HMDFixedFoveationDynamic:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.CustomDepth:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.CustomDepthTemporalAAJitter:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.PostProcessing.PropagateAlpha:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.Bloom:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusion:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.AmbientOcclusionStaticFraction:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.Method:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.Bias:1.000000]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.MotionBlur:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.LensFlare:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TemporalAA.Upsampling:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.AntiAliasingMethod:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.MSAACount:4]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultFeature.LightUnits:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DefaultBackBufferPixelFormat:4]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.UnbuiltPreviewInGame:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.StencilForLODDither:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.EarlyZPass:3]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.EarlyZPassOnlyMaterialMasking:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.CSMCaching:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DBuffer:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.ClearSceneMethod:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VelocityOutputPass:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Velocity.EnableVertexDeformation:2]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SelectiveBasePassOutputs:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[bDefaultParticleCutouts:0]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[fx.GPUSimulationTextureSizeX:1024]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[fx.GPUSimulationTextureSizeY:1024]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.AllowGlobalClipPlane:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.GBufferFormat:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.MorphTarget.Mode:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[vr.InstancedStereo:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.MobileHDR:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[vr.MobileMultiView:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.UseHWsRGBEncoding:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[vr.RoundRobinOcclusion:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.MeshStreaming:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.HeterogeneousVolumes:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.WireframeCullThreshold:5.000000]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SupportStationarySkylight:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SupportLowQualityLightmaps:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SupportPointLightWholeSceneShadows:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SupportSkyAtmosphere:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SupportSkyAtmosphereAffectsHeightFog:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SupportCloudShadowOnForwardLitTranslucent:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.TranslucentPerObject.ProjectEnabled:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Water.SingleLayerWater.SupportCloudShadow:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Strata:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Strata.BytesPerPixel:80]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Strata.OpaqueMaterialRoughRefraction:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Strata.Debug.AdvancedVisualizationShaders:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Material.RoughDiffuse:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Material.EnergyConservation:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.OIT.SortedPixels:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SkinCache.CompileShaders:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SkinCache.SkipCompilingGPUSkinVF:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SkinCache.DefaultBehavior:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SkinCache.SceneMemoryLimitInMB:128.000000]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.EnableStaticAndCSMShadowReceivers:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.EnableMovableLightCSMShaderCulling:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.Forward.EnableLocalLights:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.Forward.EnableClusteredReflections:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.AllowDistanceFieldShadows:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.AllowMovableDirectionalLights:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.EnableMovableSpotlightsShadow:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.GPUSkin.Support16BitBoneIndex:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.GPUSkin.Limit2BoneInfluences:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SupportDepthOnlyIndexBuffers:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SupportReversedIndexBuffers:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.AmbientOcclusion:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.GPUSkin.UnlimitedBoneInfluences:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.GPUSkin.UnlimitedBoneInfluencesThreshold:8]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.PlanarReflectionMode:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Mobile.SupportsGen4TAA:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[bStreamSkeletalMeshLODs:(Default=False,PerPlatform=())]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[bDiscardSkeletalMeshOptionalLODs:(Default=False,PerPlatform=())]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[VisualizeCalibrationCustomMaterialPath:None]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DistanceFields:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] [2023.10.31-10.23.20:542][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/DefaultSoundBase]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/DefaultMaterialInterface]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.BlueprintClusteringEnabled:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.VerifyGCObjectNames:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.PendingKillEnabled:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[gc.MaxObjectsInGame:131072]] [2023.10.31-10.23.20:542][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.NeverOcclusionTestDistance:2000]] [2023.10.31-10.23.20:542][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.FXAA.Quality:0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:100]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TSR.History.GrandReprojection:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TSR.Velocity.Extrapolation:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: CVar [[r.TSR.Velocity.HoleFill:1]] deferred - dummy variable created [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] [2023.10.31-10.23.20:542][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.ShadowQuality:2]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:3]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.06]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.AOQuality:2]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] [2023.10.31-10.23.20:542][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] [2023.10.31-10.23.20:543][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenSpaceBentNormal:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.LumenScene.SurfaceCache.CardCaptureRefreshFraction:0.125]] [2023.10.31-10.23.20:543][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] [2023.10.31-10.23.20:543][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.BloomQuality:1]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:70.711]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] [2023.10.31-10.23.20:543][ 0]LogConfig: Set CVar [[r.Tonemapper.GrainQuantization:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:3]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Mobile.AmbientOcclusionQuality:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Mobile.PixelProjectedReflectionQuality:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:4]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.RefractionQuality:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.DetailMode:2]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:4]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:1.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:8.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:1]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.Width:96]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.Height:50]] [2023.10.31-10.23.20:544][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[grass.CullDistanceScale:1.0]] [2023.10.31-10.23.20:544][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] [2023.10.31-10.23.20:544][ 0]LogConfig: CVar [[r.HairStrands.Interpolation.UseSingleGuide:0]] deferred - dummy variable created [2023.10.31-10.23.20:544][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] [2023.10.31-10.23.20:548][ 0]LogAndroid: Checking 33 rules from DeviceProfile ini file. [2023.10.31-10.23.20:548][ 0]LogAndroid: Default profile: Android_Default [2023.10.31-10.23.20:548][ 0]LogAndroid: Android selector params: [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_GPUFamily: Adreno (TM) 740 [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_GLVersion: OpenGL ES 3.2 V@0728.0 (GIT@0e646b483c, Ie12d007205, 1692183557) (Date:08/16/23) [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_VulkanAvailable: true [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_VulkanVersion: 1.1.128 [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_AndroidVersion: 12 [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_DeviceMake: Oculus [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_DeviceModel: Quest [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_DeviceBuildNumber: SQ3A.220605.009.A1 [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_UsingHoudini: false [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_Hardware: eureka [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_Chipset: unknown [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_HMDSystemName: Oculus Quest2 [2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_TotalPhysicalGB: 7

[2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_ConfigRuleVar[SRC_GpuFamily]: Adreno (TM) 740

[2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_ConfigRuleVar[processor]:

[2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_ConfigRuleVar[SRC_HMDSystemName]:

[2023.10.31-10.23.20:548][ 0]LogAndroid: SRC_ConfigRuleVar[SRC_GlVersion]: OpenGL ES 3.2 V@0728.0 (GIT@0e646b483c, Ie12d007205, 1692183557) (Date:08/16/23) [2023.10.31-10.23.20:548][ 0]LogAndroid: Selected Device Profile: [Oculus_Quest2] [2023.10.31-10.23.20:548][ 0]LogHAL: Display: Platform has ~ 7 GB [8118804480 / 8589934592 / 8], which maps to Larger [LargestMinGB=8, LargerMinGB=6, DefaultMinGB=4, SmallerMinGB=3, SmallestMinGB=0) [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Oculus_Quest] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Android_Mid] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Android] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[vr.VRS.HMDFixedFoveationDynamic:0 -> 1]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[r.Android.DisableVulkanSupport:0 -> 0]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[r.MobileContentScaleFactor:1 -> 1.0]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[sg.ViewDistanceQuality:3 -> 1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@1] File [Scalability] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:1]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[sg.AntiAliasingQuality:3 -> 1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@1] File [Scalability] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.TSR.History.GrandReprojection:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.TSR.Velocity.Extrapolation:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: CVar [[r.TSR.Velocity.HoleFill:1]] deferred - dummy variable created [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:1]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[sg.ShadowQuality:3 -> 1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@1] File [Scalability] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.ShadowQuality:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:1024]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:1024]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:0.7]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:0.25]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:0.5]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.VolumetricFog:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:.5]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:512]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:0.0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:1.0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:4]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:2]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:4]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:2]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[sg.PostProcessQuality:3 -> 1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@1] File [Scalability] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:3]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:1.0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:60]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.5]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:350]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.LensFlareQuality:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:35.355]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:2]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Upscale.Quality:2]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Tonemapper.GrainQuantization:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:0.7]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:2]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:0 ; lower gathering accumulator quality]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:2 ; Max3x3 postfilering method]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:3 ; low number of samples when gathering]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:0 ; no foreground scattering]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:0 ; no foreground scattering]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:0 ; no slight out of focus]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:0 ; faster temporal accumulation]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.006 ; required because low gathering and no scattering and not looking great at 1080p]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.006 ; required because low gathering and no scattering and not looking great at 1080p]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Mobile.AmbientOcclusionQuality:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Mobile.PixelProjectedReflectionQuality:0]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[sg.TextureQuality:3 -> 1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@1] File [Scalability] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:4]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:600]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[sg.EffectsQuality:3 -> 1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@1] File [Scalability] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:32]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.RefractionQuality:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SSR.Quality:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SceneColorFormat:3]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DetailMode:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:2 ; Medium quality]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SSS.Scale:0.75]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SSS.Quality:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SSGI.Quality:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:0.25]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:32.0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:0]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[sg.FoliageQuality:3 -> 1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@1] File [Scalability] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[foliage.DensityScale:0.8]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[grass.DensityScale:0.8]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[grass.CullDistanceScale:0.8]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[slate.AbsoluteIndices:0 -> 1]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[r.Vulkan.DelayAcquireBackBuffer:1 -> 0]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[r.Vulkan.RobustBufferAccess:1 -> 1]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[r.Vulkan.DescriptorSetLayoutMode:0 -> 2]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[r.Android.DisableVulkanSM5Support:0 -> 1]] [2023.10.31-10.23.20:548][ 0]LogDeviceProfileManager: Pushing Device Profile CVar: [[r.DefaultBackBufferPixelFormat:4 -> 0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] [2023.10.31-10.23.20:548][ 0]LogConfig: CVar [[Slate.CacheRenderData:0]] deferred - dummy variable created [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.VSync:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.ParallelShadows:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: CVar [[TaskGraph.EnablePowerSavingThreadPriorityReduction:1]] deferred - dummy variable created [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Vulkan.Depth24Bit:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Shadow.ForceSerialSingleRenderPass:1]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Forward.LightGridSizeZ:8]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Forward.MaxCulledLightsPerCell:8]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.HairStrands.Simulation:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.HairStrands.Strands:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.HairStrands.Binding:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.TemporalAA.R11G11B10History:0]] [2023.10.31-10.23.20:548][ 0]LogConfig: Set CVar [[r.Vulkan.MemoryBacktrace:0]] [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor aoss-0 at /sys/devices/virtual/thermal/thermal_zone0/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpuss-0 at /sys/devices/virtual/thermal/thermal_zone1/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpuss-1 at /sys/devices/virtual/thermal/thermal_zone2/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-0-0-0 at /sys/devices/virtual/thermal/thermal_zone3/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-0-0-1 at /sys/devices/virtual/thermal/thermal_zone4/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-0-1-0 at /sys/devices/virtual/thermal/thermal_zone5/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-0-1-1 at /sys/devices/virtual/thermal/thermal_zone6/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-0-0 at /sys/devices/virtual/thermal/thermal_zone7/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-0-1 at /sys/devices/virtual/thermal/thermal_zone8/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-1-0 at /sys/devices/virtual/thermal/thermal_zone9/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-1-1 at /sys/devices/virtual/thermal/thermal_zone10/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-2-0 at /sys/devices/virtual/thermal/thermal_zone11/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-2-1 at /sys/devices/virtual/thermal/thermal_zone12/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-3-0 at /sys/devices/virtual/thermal/thermal_zone13/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-3-1 at /sys/devices/virtual/thermal/thermal_zone14/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor ddr at /sys/devices/virtual/thermal/thermal_zone15/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor aoss-1 at /sys/devices/virtual/thermal/thermal_zone16/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor nspss-0 at /sys/devices/virtual/thermal/thermal_zone17/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor nspss-1 at /sys/devices/virtual/thermal/thermal_zone18/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor nspss-2 at /sys/devices/virtual/thermal/thermal_zone19/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor video at /sys/devices/virtual/thermal/thermal_zone20/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor camera-0 at /sys/devices/virtual/thermal/thermal_zone21/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor camera-1 at /sys/devices/virtual/thermal/thermal_zone22/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor gpuss-0 at /sys/devices/virtual/thermal/thermal_zone23/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor gpuss-1 at /sys/devices/virtual/thermal/thermal_zone24/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor gpuss-2 at /sys/devices/virtual/thermal/thermal_zone25/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor gpuss-3 at /sys/devices/virtual/thermal/thermal_zone26/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor gpuss-4 at /sys/devices/virtual/thermal/thermal_zone27/temp [2023.10.31-10.23.20:549][ 0]LogAndroid: Display: Detected thermal sensor gpuss-5 at /sys/devices/virtual/thermal/thermal_zone28/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-6 at /sys/devices/virtual/thermal/thermal_zone29/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-7 at /sys/devices/virtual/thermal/thermal_zone30/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pmxr2230_tz at /sys/devices/virtual/thermal/thermal_zone31/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pm8550b_tz at /sys/devices/virtual/thermal/thermal_zone32/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pm8550b_lite_tz at /sys/devices/virtual/thermal/thermal_zone33/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pm8550ve_f_tz at /sys/devices/virtual/thermal/thermal_zone34/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pm8550vs_c_tz at /sys/devices/virtual/thermal/thermal_zone35/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pm8550vs_d_tz at /sys/devices/virtual/thermal/thermal_zone36/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor sys-therm-0 at /sys/devices/virtual/thermal/thermal_zone37/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor batt-virt-fan at /sys/devices/virtual/thermal/thermal_zone38/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor batt-virt-limit at /sys/devices/virtual/thermal/thermal_zone39/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor batt-virt-usr at /sys/devices/virtual/thermal/thermal_zone40/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cam0-usr at /sys/devices/virtual/thermal/thermal_zone41/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cam1-usr at /sys/devices/virtual/thermal/thermal_zone42/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cam2-usr at /sys/devices/virtual/thermal/thermal_zone43/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cam3-usr at /sys/devices/virtual/thermal/thermal_zone44/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cam4-usr at /sys/devices/virtual/thermal/thermal_zone45/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cam5-usr at /sys/devices/virtual/thermal/thermal_zone46/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor chg-usr at /sys/devices/virtual/thermal/thermal_zone47/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-0-0-0-fan at /sys/devices/virtual/thermal/thermal_zone48/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-0-0-1-fan at /sys/devices/virtual/thermal/thermal_zone49/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-0-1-0-fan at /sys/devices/virtual/thermal/thermal_zone50/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-0-1-1-fan at /sys/devices/virtual/thermal/thermal_zone51/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-0-0-fan at /sys/devices/virtual/thermal/thermal_zone52/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-0-1-fan at /sys/devices/virtual/thermal/thermal_zone53/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-1-0-fan at /sys/devices/virtual/thermal/thermal_zone54/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-1-1-fan at /sys/devices/virtual/thermal/thermal_zone55/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-2-0-fan at /sys/devices/virtual/thermal/thermal_zone56/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-2-1-fan at /sys/devices/virtual/thermal/thermal_zone57/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-3-0-fan at /sys/devices/virtual/thermal/thermal_zone58/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-3-1-fan at /sys/devices/virtual/thermal/thermal_zone59/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-0-0-limit at /sys/devices/virtual/thermal/thermal_zone60/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-0-1-limit at /sys/devices/virtual/thermal/thermal_zone61/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-1-0-limit at /sys/devices/virtual/thermal/thermal_zone62/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-1-1-limit at /sys/devices/virtual/thermal/thermal_zone63/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-2-0-limit at /sys/devices/virtual/thermal/thermal_zone64/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-2-1-limit at /sys/devices/virtual/thermal/thermal_zone65/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-3-0-limit at /sys/devices/virtual/thermal/thermal_zone66/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpu-1-3-1-limit at /sys/devices/virtual/thermal/thermal_zone67/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpuss-0-fan at /sys/devices/virtual/thermal/thermal_zone68/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor cpuss-1-fan at /sys/devices/virtual/thermal/thermal_zone69/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor disp-virt at /sys/devices/virtual/thermal/thermal_zone70/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-0-fan at /sys/devices/virtual/thermal/thermal_zone71/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-1-fan at /sys/devices/virtual/thermal/thermal_zone72/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-2-fan at /sys/devices/virtual/thermal/thermal_zone73/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-3-fan at /sys/devices/virtual/thermal/thermal_zone74/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-4-fan at /sys/devices/virtual/thermal/thermal_zone75/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-5-fan at /sys/devices/virtual/thermal/thermal_zone76/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-6-fan at /sys/devices/virtual/thermal/thermal_zone77/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor gpuss-7-fan at /sys/devices/virtual/thermal/thermal_zone78/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor nspss-0-fan at /sys/devices/virtual/thermal/thermal_zone79/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor nspss-1-fan at /sys/devices/virtual/thermal/thermal_zone80/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor nspss-2-fan at /sys/devices/virtual/thermal/thermal_zone81/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pcb1-usr at /sys/devices/virtual/thermal/thermal_zone82/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pcb2-usr at /sys/devices/virtual/thermal/thermal_zone83/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pcb3-usr at /sys/devices/virtual/thermal/thermal_zone84/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor pogo-usr at /sys/devices/virtual/thermal/thermal_zone85/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor rf-usr at /sys/devices/virtual/thermal/thermal_zone86/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor soc-fan at /sys/devices/virtual/thermal/thermal_zone87/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor soc-limit at /sys/devices/virtual/thermal/thermal_zone88/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor soc-usr at /sys/devices/virtual/thermal/thermal_zone89/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor surf-virt-fan at /sys/devices/virtual/thermal/thermal_zone90/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor surf-virt-limit at /sys/devices/virtual/thermal/thermal_zone91/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor surf-virt-usr at /sys/devices/virtual/thermal/thermal_zone92/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor usb-usr at /sys/devices/virtual/thermal/thermal_zone93/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor bq27z561-0 at /sys/devices/virtual/thermal/thermal_zone94/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor usb at /sys/devices/virtual/thermal/thermal_zone95/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Detected thermal sensor battery at /sys/devices/virtual/thermal/thermal_zone96/temp [2023.10.31-10.23.20:552][ 0]LogAndroid: Display: Selecting thermal sensor located at /sys/devices/virtual/thermal/thermal_zone3/temp [2023.10.31-10.23.20:552][ 0]LogInit: - This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no [2023.10.31-10.23.20:552][ 0]LogInit: Memory total: Physical=7742.70MB (8GB approx) Available=3096.45MB PageSize=4.0KB [2023.10.31-10.23.20:552][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" [2023.10.31-10.23.20:556][ 0]LogInit: Physics initialised using underlying interface: Chaos [2023.10.31-10.23.20:556][ 0]LogInit: Using OS detected language (es-ES). [2023.10.31-10.23.20:556][ 0]LogInit: Using OS detected locale (es-ES). [2023.10.31-10.23.20:557][ 0]LogTextLocalizationManager: No localization for 'es-ES' exists, so 'en' will be used for the language. [2023.10.31-10.23.20:557][ 0]LogTextLocalizationManager: No localization for 'es-ES' exists, so 'en' will be used for the locale. [2023.10.31-10.23.20:615][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 [2023.10.31-10.23.20:615][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 [2023.10.31-10.23.20:615][ 0]LogAndroid: VulkanRHI will be used! [2023.10.31-10.23.20:617][ 0]LogAndroid: Vulkan SM5 is available but disabled for this device. [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: Built with Vulkan header version 1.3.204 [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: Found 11 available instance extensions : [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: + VK_EXT_debug_report [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: + VK_EXT_debug_utils [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: + VK_EXT_swapchain_colorspace [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: + VK_KHR_android_surface [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: - VK_KHR_device_group_creation [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: - VK_KHR_external_fence_capabilities [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: + VK_KHR_external_memory_capabilities [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: - VK_KHR_external_semaphore_capabilities [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: + VK_KHR_get_physical_device_properties2 [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: - VK_KHR_get_surface_capabilities2 [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: + VK_KHR_surface [2023.10.31-10.23.20:617][ 0]LogVulkanRHI: Display: Found 0 available instance layers ! [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: Found 1 device(s) [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: Device 0: [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - DeviceName: Adreno (TM) 740 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - API=1.1.128 (0x401080) Driver=0x802d8000 VendorId=0x5143 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - DeviceID=0x43050b00 Type=1 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - Max Descriptor Sets Bound 7, Timestamps 1 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Chosen device index: 0 [2023.10.31-10.23.20:633][ 0]LogAndroid: Unlocking android HW window during preinit. [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: Found 116 available device extensions : [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_ANDROID_external_memory_android_hardware_buffer [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_4444_formats [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_EXT_astc_decode_mode [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_blend_operation_advanced [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_border_color_swizzle [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_color_write_enable [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_conservative_rasterization [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_custom_border_color [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_depth_clamp_zero_one [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_depth_clip_control [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_depth_clip_enable [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_EXT_descriptor_indexing [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_device_address_binding_report [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_device_fault [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_device_memory_report [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_extended_dynamic_state [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_extended_dynamic_state2 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_filter_cubic [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_EXT_fragment_density_map [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_EXT_fragment_density_map2 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_global_priority [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_global_priority_query [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_EXT_host_query_reset [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_image_robustness [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_image_view_min_lod [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_index_type_uint8 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_line_rasterization [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_load_store_op_none [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_multisampled_render_to_single_sampled [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_pipeline_creation_cache_control [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_pipeline_creation_feedback [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_primitive_topology_list_restart [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_private_data [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_provoking_vertex [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_queue_family_foreign [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_robustness2 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_sample_locations [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_sampler_filter_minmax [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_EXT_scalar_block_layout [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_separate_stencil_usage [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_shader_atomic_float [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_shader_demote_to_helper_invocation [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_shader_stencil_export [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_EXT_shader_viewport_index_layer [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_EXT_subgroup_size_control [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_texel_buffer_alignment [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_texture_compression_astc_hdr [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_tooling_info [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_transform_feedback [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_vertex_attribute_divisor [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_EXT_vertex_input_dynamic_state [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_GOOGLE_display_timing [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_IMG_filter_cubic [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_16bit_storage [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_8bit_storage [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_acceleration_structure [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_bind_memory2 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_buffer_device_address [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_copy_commands2 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_create_renderpass2 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_dedicated_allocation [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_deferred_host_operations [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_depth_stencil_resolve [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_descriptor_update_template [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_device_group [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_draw_indirect_count [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_driver_properties [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_external_fence [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_external_fence_fd [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_external_memory [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_external_memory_fd [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_external_semaphore [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_external_semaphore_fd [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_fragment_shading_rate [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_get_memory_requirements2 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_image_format_list [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_imageless_framebuffer [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_incremental_present [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_maintenance1 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_maintenance2 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_maintenance3 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_multiview [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_pipeline_executable_properties [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_push_descriptor [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_ray_query [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_relaxed_block_layout [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_sampler_mirror_clamp_to_edge [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_sampler_ycbcr_conversion [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_separate_depth_stencil_layouts [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_shader_clock [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_shader_draw_parameters [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_shader_float16_int8 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_shader_float_controls [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_shader_integer_dot_product [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_shader_non_semantic_info [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_shader_subgroup_extended_types [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_shader_terminate_invocation [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_shared_presentable_image [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_spirv_1_4 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_storage_buffer_storage_class [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: + VK_KHR_swapchain [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_synchronization2 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_timeline_semaphore [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_uniform_buffer_standard_layout [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_variable_pointers [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_vulkan_memory_model [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_KHR_zero_initialize_workgroup_memory [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_QCOM_fragment_density_map_offset [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_QCOM_image_processing [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_QCOM_multiview_per_view_render_areas [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_QCOM_multiview_per_view_viewports [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_QCOM_render_pass_shader_resolve [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_QCOM_render_pass_store_ops [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_QCOM_render_pass_transform [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_QCOM_rotated_copy_commands [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: - VK_QCOM_tile_properties [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: Found 0 available device layers ! [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: Device properties: Geometry 1 BufferAtomic64 0 ImageAtomic64 0 [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: Found 2 Queue Families [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: Initializing Queue Family 0: 3 queues Gfx Compute Sparse [2023.10.31-10.23.20:633][ 0]LogVulkanRHI: Display: Skipping unnecessary Queue Family 1: 1 queues Sparse [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: bHasGoogleDisplayTiming = 1 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: Using 0 device layers. [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: Using 17 device extensions: [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_KHR_swapchain [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_KHR_maintenance1 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_KHR_maintenance2 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_KHR_create_renderpass2 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_KHR_image_format_list [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_KHR_external_memory [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_EXT_scalar_block_layout [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_EXT_shader_viewport_index_layer [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_KHR_fragment_shading_rate [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_EXT_fragment_density_map [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_EXT_fragment_density_map2 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_KHR_multiview [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_KHR_get_memory_requirements2 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_EXT_host_query_reset [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_EXT_subgroup_size_control [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: VK_GOOGLE_display_timing [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: * VK_EXT_astc_decode_mode [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: Max memory allocations 4294967295. [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 2 Device Memory Heaps: [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 0: Flags 0x1 - Size 8118804480 (7742.70 MB) - Used 0 (0.00%) - DeviceLocal [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 1: Flags 0x1 - Size 268435456 (256.00 MB) - Used 0 (0.00%) - DeviceLocal [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 9 Device Memory Types (unified): [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 0: Flags 0x00001 - Heap 0 - 1 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 1: Flags 0x00001 - Heap 0 - 1 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 2: Flags 0x00001 - Heap 0 - 1 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 3: Flags 0x0000b - Heap 0 - 11 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 4: Flags 0x00007 - Heap 0 - 7 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 5: Flags 0x00007 - Heap 0 - 7 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 6: Flags 0x0000f - Heap 0 - 15 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 8: Flags 0x00011 - Heap 0 - 17 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: 7: Flags 0x00021 - Heap 1 - 33 [2023.10.31-10.23.20:634][ 0]LogVulkanRHI: Display: Memory Budget unavailable [2023.10.31-10.23.20:638][ 0]LogVulkanRHI: FVulkanPipelineStateCacheManager will check for loading, etc when ShaderPipelineCache opens its file [2023.10.31-10.23.20:644][ 0]LogRHI: Display: Enabling workaround to reduce memory requrement for ASTC textures (VK_IMAGE_TILING_LINEAR). 128x128 - 8 Mips ASTC_8x8 texture: 12 KiB -> 5 KiB [2023.10.31-10.23.20:644][ 0]LogVulkanRHI: Display: Wave Operations have been DISABLED (missing stages=0x39 operations=0x1f). [2023.10.31-10.23.20:650][ 0]LogRHI: Texture pool is 600 MB (of 7998 MB total graphics mem) [2023.10.31-10.23.20:658][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). [2023.10.31-10.23.20:658][ 0]LogShaderLibrary: Display: Using IoDispatcher for shader code library Global. Total 676 unique shaders. [2023.10.31-10.23.20:658][ 0]LogShaderLibrary: Display: Cooked Context: Using Shared Shader Library Global [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'Global' has been created, components 1 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'Global_SC' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'Paper2D' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'ControlRigSpline' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'ControlRig' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'IKRig' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'AnimationSharing' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'ConcertSyncClient' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'BlueprintHeaderView' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'GeometryMode' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'LightMixer' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'ObjectMixer' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'SpeedTreeImporter' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'DatasmithContent' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'GLTFExporter' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'ChaosCaching' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'ChaosClothEditor' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'ChaosSolverPlugin' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'ChaosNiagara' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'Dataflow' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'FullBodyIK' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'PythonScriptPlugin' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'GeometryCollectionPlugin' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'UVEditor' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'MediaCompositing' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'Niagara' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'MediaPlate' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'OculusXR' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'SequencerScripting' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'AudioWidgets' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'AudioSynesthesia' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'GeometryProcessing' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'Metasound' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'ResonanceAudio' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'OpenXR' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'Synthesis' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'WaveTable' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogShaderLibrary: Display: Logical shader library 'Takes' component count 0, new components: 0 [2023.10.31-10.23.20:659][ 0]LogTemp: Display: Clearing the OS Cache [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: --- StereoAspects begin --- [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: Platform=VULKAN_ES3_1_ANDROID (21) [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bInstancedStereo = 1 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bMobilePlatform = 1 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bMobilePostprocessing = 0 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bMobileMultiView = 1 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bMultiViewportCapable = 0 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bInstancedStereoNative = 0 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: --- [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: RHISupportsMobileMultiView(VULKAN_ES3_1_ANDROID) = 1. [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: RHISupportsInstancedStereo(VULKAN_ES3_1_ANDROID) = 0. [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bMobileMultiViewCoreSupport = 1 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bMobileMultiViewNative = 1 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bMobileMultiViewFallback = 0 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: --- [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bInstancedMultiViewportEnabled = 0 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bInstancedStereoEnabled = 0 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: bMobileMultiViewEnabled = 1 [2023.10.31-10.23.20:664][ 0]LogInit: FStereoShaderAspects: --- StereoAspects end --- [2023.10.31-10.23.20:681][ 0]LogSlate: Using FreeType 2.10.4 [2023.10.31-10.23.20:683][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:692][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:697][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:697][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:698][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:698][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:702][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:703][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:703][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:703][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:703][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:703][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:704][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:704][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:704][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:704][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:704][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:704][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:704][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:706][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:706][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:706][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:706][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:706][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:706][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:707][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:708][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:709][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:709][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:709][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:709][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:709][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:709][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:709][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:710][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:710][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:710][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:710][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:710][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:711][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:711][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:711][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:711][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:711][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:711][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:711][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:712][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:714][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:715][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:715][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:715][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:715][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:715][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:715][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:715][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:715][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:717][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:717][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:717][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:717][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:717][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:717][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:717][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:717][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:718][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:718][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:718][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:718][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:718][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:718][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:719][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:719][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:719][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:719][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:719][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:720][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:720][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:720][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:720][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:720][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:720][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:720][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:720][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:721][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:721][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:721][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:721][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:721][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:724][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:725][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: cHRM chunk does not match sRGB [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:735][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:737][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:738][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:739][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:739][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:739][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:739][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:739][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:741][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:741][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:741][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:741][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:741][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:742][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:742][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:742][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:743][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:743][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:743][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:743][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:743][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:744][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:744][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:747][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:747][ 0]LogImageWrapper: Warning: PNG Warning: iCCP: known incorrect sRGB profile [2023.10.31-10.23.20:773][ 0]LogShaderLibrary: Display: Logical shader library 'Paper2D' component count 0, new components: 0 [2023.10.31-10.23.20:773][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/2D/Paper2D/Content/' mounted to '/Paper2D/' [2023.10.31-10.23.20:773][ 0]LogShaderLibrary: Display: Logical shader library 'ControlRigSpline' component count 0, new components: 0 [2023.10.31-10.23.20:773][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Animation/ControlRigSpline/Content/' mounted to '/ControlRigSpline/' [2023.10.31-10.23.20:773][ 0]LogShaderLibrary: Display: Logical shader library 'ControlRig' component count 0, new components: 0 [2023.10.31-10.23.20:773][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Animation/ControlRig/Content/' mounted to '/ControlRig/' [2023.10.31-10.23.20:773][ 0]LogShaderLibrary: Display: Logical shader library 'IKRig' component count 0, new components: 0 [2023.10.31-10.23.20:773][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Animation/IKRig/Content/' mounted to '/IKRig/' [2023.10.31-10.23.20:773][ 0]LogShaderLibrary: Display: Logical shader library 'AnimationSharing' component count 0, new components: 0 [2023.10.31-10.23.20:773][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Developer/AnimationSharing/Content/' mounted to '/AnimationSharing/' [2023.10.31-10.23.20:773][ 0]LogShaderLibrary: Display: Logical shader library 'ConcertSyncClient' component count 0, new components: 0 [2023.10.31-10.23.20:773][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Content/' mounted to '/ConcertSyncClient/' [2023.10.31-10.23.20:773][ 0]LogShaderLibrary: Display: Logical shader library 'BlueprintHeaderView' component count 0, new components: 0 [2023.10.31-10.23.20:773][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/BlueprintHeaderView/Content/' mounted to '/BlueprintHeaderView/' [2023.10.31-10.23.20:773][ 0]LogShaderLibrary: Display: Logical shader library 'GeometryMode' component count 0, new components: 0 [2023.10.31-10.23.20:773][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/GeometryMode/Content/' mounted to '/GeometryMode/' [2023.10.31-10.23.20:773][ 0]LogShaderLibrary: Display: Logical shader library 'LightMixer' component count 0, new components: 0 [2023.10.31-10.23.20:773][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/ObjectMixer/LightMixer/Content/' mounted to '/LightMixer/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'ObjectMixer' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Content/' mounted to '/ObjectMixer/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'SpeedTreeImporter' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Editor/SpeedTreeImporter/Content/' mounted to '/SpeedTreeImporter/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'DatasmithContent' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Enterprise/DatasmithContent/Content/' mounted to '/DatasmithContent/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'GLTFExporter' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Enterprise/GLTFExporter/Content/' mounted to '/GLTFExporter/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'ChaosCaching' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/ChaosCaching/Content/' mounted to '/ChaosCaching/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'ChaosClothEditor' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/ChaosClothEditor/Content/' mounted to '/ChaosClothEditor/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'ChaosNiagara' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/ChaosNiagara/Content/' mounted to '/ChaosNiagara/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'ChaosSolverPlugin' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/ChaosSolverPlugin/Content/' mounted to '/ChaosSolverPlugin/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'Dataflow' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/Dataflow/Content/' mounted to '/Dataflow/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'FullBodyIK' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/FullBodyIK/Content/' mounted to '/FullBodyIK/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'GeometryCollectionPlugin' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/GeometryCollectionPlugin/Content/' mounted to '/GeometryCollectionPlugin/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'PythonScriptPlugin' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/PythonScriptPlugin/Content/' mounted to '/PythonScriptPlugin/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'UVEditor' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Experimental/UVEditor/Content/' mounted to '/UVEditor/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'Niagara' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/FX/Niagara/Content/' mounted to '/Niagara/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'OculusXR' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Marketplace/MetaXR/Content/' mounted to '/OculusXR/' [2023.10.31-10.23.20:774][ 0]LogShaderLibrary: Display: Logical shader library 'MediaCompositing' component count 0, new components: 0 [2023.10.31-10.23.20:774][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Media/MediaCompositing/Content/' mounted to '/MediaCompositing/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'MediaPlate' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Media/MediaPlate/Content/' mounted to '/MediaPlate/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'SequencerScripting' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/MovieScene/SequencerScripting/Content/' mounted to '/SequencerScripting/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'AudioSynesthesia' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/AudioSynesthesia/Content/' mounted to '/AudioSynesthesia/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'AudioWidgets' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/AudioWidgets/Content/' mounted to '/AudioWidgets/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'GeometryProcessing' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/GeometryProcessing/Content/' mounted to '/GeometryProcessing/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'Metasound' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/Metasound/Content/' mounted to '/Metasound/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'OpenXR' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/OpenXR/Content/' mounted to '/OpenXR/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'ResonanceAudio' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/ResonanceAudio/Content/' mounted to '/ResonanceAudio/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'Synthesis' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/Synthesis/Content/' mounted to '/Synthesis/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'WaveTable' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/Runtime/WaveTable/Content/' mounted to '/WaveTable/' [2023.10.31-10.23.20:775][ 0]LogShaderLibrary: Display: Logical shader library 'Takes' component count 0, new components: 0 [2023.10.31-10.23.20:775][ 0]LogPackageName: Display: FPackageName: Mount point added: '../../../Engine/Plugins/VirtualProduction/Takes/Content/' mounted to '/Takes/' [2023.10.31-10.23.20:779][ 0]LogShaderLibrary: Display: Using IoDispatcher for shader code library PassthroughQuest3. Total 1216 unique shaders. [2023.10.31-10.23.20:779][ 0]LogShaderLibrary: Display: Cooked Context: Using Shared Shader Library PassthroughQuest3 [2023.10.31-10.23.20:779][ 0]LogShaderLibrary: Display: Logical shader library 'PassthroughQuest3' has been created, components 1 [2023.10.31-10.23.20:779][ 0]LogRHI: Could not open FPipelineCacheFile: ../../../PassthroughQuest3/Content/PipelineCaches/Android/PassthroughQuest3_SF_VULKAN_ES31_ANDROID.stable.upipelinecache [2023.10.31-10.23.20:779][ 0]LogRHI: Could not open FPipelineCacheFile: ../../../PassthroughQuest3/Content/PipelineCaches/Android/PassthroughQuest3_SF_VULKAN_ES31_ANDROID.stable.upipelinecache [2023.10.31-10.23.20:779][ 0]LogShaderLibrary: Display: Logical shader library 'PassthroughQuest3' component count 1, new components: 0 [2023.10.31-10.23.20:779][ 0]LogRHI: Could not open FPipelineCacheFile: ../../../PassthroughQuest3/Content/PipelineCaches/Android/PassthroughQuest3_SF_VULKAN_ES31_ANDROID.stable.upipelinecache [2023.10.31-10.23.20:779][ 0]LogInit: Using OS detected language (es-ES). [2023.10.31-10.23.20:779][ 0]LogInit: Using OS detected locale (es-ES). [2023.10.31-10.23.20:779][ 0]LogTextLocalizationManager: No localization for 'es-ES' exists, so 'en' will be used for the language. [2023.10.31-10.23.20:779][ 0]LogTextLocalizationManager: No localization for 'es-ES' exists, so 'en' will be used for the locale. [2023.10.31-10.23.20:779][ 0]LogAssetRegistry: FAssetRegistry took 0.0010 seconds to start up [2023.10.31-10.23.20:925][ 0]LogStreaming: Display: FlushAsyncLoading(1): 1 QueuedPackages, 0 AsyncPackages [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: Available device profiles: [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9c400][0x76b8ce0040 52] GlobalDefaults, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a96400][0x76865d4930 52] Windows, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a96580][0x76865d24a0 52] WindowsEditor, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a96880][0x76865d0010 52] WindowsServer, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a96b80][0x7686d2db70 52] WindowsClient, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a97900][0x7686d2b6e0 52] IOS, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a97480][0x7686d29250 52] iPadAir2, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a97600][0x7686d26dc0 52] IPadPro, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a97780][0x7686d24930 52] iPadAir3, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a96d00][0x7686d224a0 52] iPadAir4, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a96e80][0x7686d20010 52] iPadAir5, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a97000][0x7686d3db70 52] iPadMini4, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a97180][0x7686d3b6e0 52] iPadMini5, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a97300][0x7686d39250 52] iPadMini6, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9c280][0x7686d36dc0 52] iPhone6S, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9bf80][0x7686d34930 52] iPhone7, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9be00][0x7686d324a0 52] iPodTouch7, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9bc80][0x7686d30010 52] iPhone6SPlus, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9bb00][0x7686d4db70 52] iPhone7Plus, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9b980][0x7686d4b6e0 52] iPhoneSE, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9b800][0x7686d49250 52] iPhone8, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9b680][0x7686d46dc0 52] iPhone8Plus, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9b500][0x7686d44930 52] iPhoneX, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a96700][0x7686d424a0 52] iPhoneXS, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a96a00][0x7686d40010 52] iPhoneXSMax, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9b380][0x7686d5db70 52] iPhoneXR, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9b200][0x7686d5b6e0 52] iPhone11, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9b080][0x7686d59250 52] iPhone11Pro, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9af00][0x7686d56dc0 52] iPhone11ProMax, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9ad80][0x7686d54930 52] iPhoneSE2, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9ac00][0x7686d524a0 52] iPhone12Mini, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9aa80][0x7686d50010 52] iPhone12, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9a900][0x7686d6db70 52] iPhone12Pro, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9a780][0x7686d6b6e0 52] iPhone12ProMax, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9a600][0x7686d69250 52] iPhone13Mini, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9a480][0x7686d66dc0 52] iPhone13, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9a300][0x7686d64930 52] iPhone13Pro, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9a180][0x7686d624a0 52] iPhone13ProMax, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9a000][0x7686d60010 52] iPhoneSE3, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a99e80][0x7686d7db70 52] iPhone14, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a99d00][0x7686d7b6e0 52] iPhone14Plus, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a99b80][0x7686d79250 52] iPhone14Pro, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a99a00][0x7686d76dc0 52] iPhone14ProMax, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9c100][0x7686d74930 52] iPadPro105, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a99880][0x7686d724a0 52] iPadPro129, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a99700][0x7686d70010 52] iPadPro97, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a99580][0x7686d8db70 52] iPadPro2_129, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9f700][0x7686d8b6e0 52] iPad5, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9f580][0x7686d89250 52] iPad6, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9f400][0x7686d86dc0 52] iPad7, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9f280][0x7686d84930 52] iPad8, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9f100][0x7686d824a0 52] iPad9, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9ef80][0x7686d80010 52] iPad10, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9ee00][0x7686d9db70 52] iPadPro11, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9ec80][0x7686d9b6e0 52] iPadPro2_11, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9eb00][0x7686d99250 52] iPadPro3_11, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9e980][0x7686d96dc0 52] iPadPro4_11, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9e800][0x7686d94930 52] iPadPro3_129, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9e680][0x7686d924a0 52] iPadPro4_129, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9e500][0x7686d90010 52] iPadPro5_129, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9e380][0x7686dadb70 52] iPadPro6_129, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9e200][0x7686dab6e0 52] AppleTV, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9e080][0x7686da9250 52] AppleTV4K, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9df00][0x7686da6dc0 52] AppleTV2_4K, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9dd80][0x7686da4930 52] TVOS, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9dc00][0x7686da24a0 52] Mac, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9da80][0x7686da0010 52] MacEditor, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9d900][0x7686dbdb70 52] MacClient, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9d780][0x7686dbb6e0 52] MacServer, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9d600][0x7686db9250 52] Linux, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9d480][0x7686db6dc0 52] LinuxEditor, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9d300][0x7686db4930 52] LinuxArm64Editor, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9d180][0x7686db24a0 52] LinuxArm64, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9d000][0x7686db0010 52] LinuxClient, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9ce80][0x7686dddb70 52] LinuxArm64Client, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9cd00][0x7686ddb6e0 52] LinuxServer, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9cb80][0x7686dd9250 52] LinuxArm64Server, [2023.10.31-10.23.20:932][ 0]LogDeviceProfileManager: [0x7686a9ca00][0x7686dd6dc0 52] Android, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686a9c880][0x7686dd4930 52] Android_Preview_OpenGL, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686a9c700][0x7686dd24a0 52] Android_Preview_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686a9fe80][0x7686dd0010 52] Android_Low, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686a9fd00][0x7686dedb70 52] Android_Mid, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686a9fb80][0x7686deb6e0 52] Android_High, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686a9fa00][0x7686de9250 52] Android_Default, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686a9f880][0x7686de6dc0 52] Android_Adreno4xx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df3100][0x7686de4930 52] Android_Adreno5xx_Low, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2f80][0x7686de24a0 52] Android_Adreno5xx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2e00][0x7686de0010 52] Android_Adreno6xx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2c80][0x7686e0db70 52] Android_Adreno6xx_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2b00][0x7686e0b6e0 52] Android_Adreno7xx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2980][0x7686e09250 52] Android_Adreno7xx_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2800][0x7686e06dc0 52] Android_Mali_T6xx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2680][0x7686e04930 52] Android_Mali_T7xx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2500][0x7686e024a0 52] Android_Mali_T8xx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2380][0x7686e00010 52] Android_Mali_G71, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2200][0x7686e1db70 52] Android_Mali_G72, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df2080][0x7686e1b6e0 52] Android_Mali_G72_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1f00][0x7686e19250 52] Android_Mali_G76, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1d80][0x7686e16dc0 52] Android_Mali_G76_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1c00][0x7686e14930 52] Android_Mali_G77, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1a80][0x7686e124a0 52] Android_Mali_G77_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1900][0x7686e10010 52] Android_Mali_G78, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1780][0x7686e2db70 52] Android_Mali_G78_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1600][0x7686e2b6e0 52] Android_Mali_G710, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1480][0x7686e29250 52] Android_Mali_G710_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1300][0x7686e26dc0 52] Android_Xclipse_920, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1180][0x7686e24930 52] Android_Xclipse_920_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df1000][0x7686e224a0 52] Android_Vulkan_SM5, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0e80][0x7686e20010 52] Android_PowerVR_G6xxx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0d00][0x7686e3db70 52] Android_PowerVR_GT7xxx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0b80][0x7686e3b6e0 52] Android_PowerVR_GE8xxx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0a00][0x7686e39250 52] Android_PowerVR_GM9xxx, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0880][0x7686e36dc0 52] Android_PowerVR_GM9xxx_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0700][0x7686e34930 52] Android_TegraK1, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0580][0x7686e324a0 52] Android_Unknown_Vulkan, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0400][0x7686e30010 52] Oculus_Quest, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0280][0x7686e4db70 52] Oculus_Quest2, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: [0x7686df0100][0x7686e4b6e0 52] HoloLens, [2023.10.31-10.23.20:933][ 0]LogDeviceProfileManager: Active device profile: [0x7686df0280][0x7686e4db70 52] Oculus_Quest2 [2023.10.31-10.23.20:933][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="Oculus_Quest2" [2023.10.31-10.23.20:959][ 0]LogNetVersion: PassthroughQuest3 1.0.0, NetCL: 23058290, EngineNetVer: 30, GameNetVer: 0 (Checksum: 298871651) [2023.10.31-10.23.20:969][ 0]LogHMD: PokeAHoleMaterial loaded successfully [2023.10.31-10.23.20:970][ 0]LogHMD: PokeAHoleInverseMaterial loaded successfully [2023.10.31-10.23.20:989][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. [2023.10.31-10.23.20:990][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. [2023.10.31-10.23.21:002][ 0]LogPackageLocalizationCache: Processed 38 localized package path(s) for 1 prioritized culture(s) in 0.000170 seconds [2023.10.31-10.23.21:031][ 0]LogMoviePlayer: Initializing movie player [2023.10.31-10.23.21:035][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: FBB84D93267749B3B0A2F9F593605B01 | Instance: AC5069465C6C4D4CBD845B0ED41B04D1 (Quest-10781). [2023.10.31-10.23.21:082][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... [2023.10.31-10.23.21:082][ 0]LogMetasoundEngine: MetaSound Engine Initialized [2023.10.31-10.23.21:083][ 0]LogOcInput: OculusXRInput pre-init called [2023.10.31-10.23.21:083][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance [2023.10.31-10.23.21:083][ 0]LogGooglePAD: Display: GooglePAD disabled. [2023.10.31-10.23.21:094][ 0]LogUObjectArray: 19701 objects as part of root set at end of initial load. [2023.10.31-10.23.21:094][ 0]LogUObjectArray: 4 objects are not in the root set, but can never be destroyed because they are in the DisregardForGC set. [2023.10.31-10.23.21:094][ 0]LogUObjectAllocator: 4236912 out of 0 bytes used by permanent object pool. [2023.10.31-10.23.21:094][ 0]LogUObjectArray: CloseDisregardForGC: 19701/19701 objects in disregard for GC pool [2023.10.31-10.23.21:110][ 0]LogStreaming: Display: AsyncLoading2 - NotifyRegistrationComplete: Registered 19253 public script object entries (519.99 KB) [2023.10.31-10.23.21:111][ 0]LogStreaming: Display: AsyncLoading2 - Thread Started: true, IsInitialLoad: false [2023.10.31-10.23.21:121][ 0]LogAndroid: Display: Passed PreInit() [2023.10.31-10.23.21:122][ 0]LogEngine: Initializing Engine... [2023.10.31-10.23.21:122][ 0]LogHMD: PokeAHoleMaterial loaded successfully [2023.10.31-10.23.21:122][ 0]LogHMD: PokeAHoleInverseMaterial loaded successfully [2023.10.31-10.23.21:133][ 0]LogConsoleResponse: Display: RHIThread is disabled. [2023.10.31-10.23.21:133][ 0]LogHMD: Initializing OVRPlugin session [2023.10.31-10.23.21:446][ 0]LogHMD: Allocating Oculus 1680 x 1760 rendertarget swapchain [2023.10.31-10.23.21:446][ 0]LogHMD: Oculus plugin initialized. Version: OVRPlugin: 1.86.1 [2023.10.31-10.23.21:447][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s [2023.10.31-10.23.21:458][ 0]LogInit: Initializing FReadOnlyCVARCache [2023.10.31-10.23.21:458][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. [2023.10.31-10.23.21:458][ 0]LogInit: Texture streaming: Enabled [2023.10.31-10.23.21:458][ 0]LogAudio: Display: Initializing Audio Device Manager... [2023.10.31-10.23.21:458][ 0]LogAudio: Display: Loading Default Audio Settings Objects... [2023.10.31-10.23.21:459][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). [2023.10.31-10.23.21:459][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered [2023.10.31-10.23.21:459][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered [2023.10.31-10.23.21:459][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered [2023.10.31-10.23.21:459][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered [2023.10.31-10.23.21:459][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered [2023.10.31-10.23.21:459][ 0]LogAudio: Display: Audio Device Manager Initialized [2023.10.31-10.23.21:459][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True [2023.10.31-10.23.21:460][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: [2023.10.31-10.23.21:460][ 0]LogAudioMixer: Display: Sample Rate: 44100 [2023.10.31-10.23.21:460][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1152 [2023.10.31-10.23.21:460][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1152 [2023.10.31-10.23.21:460][ 0]LogAudioMixer: Display: Number of buffers to queue: 4 [2023.10.31-10.23.21:460][ 0]LogAudioMixer: Display: Max Channels (voices): 0 [2023.10.31-10.23.21:460][ 0]LogAudioMixer: Display: Number of Async Source Workers: 0 [2023.10.31-10.23.21:460][ 0]LogAudio: Display: AudioDevice MaxSources: 32 [2023.10.31-10.23.21:460][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). [2023.10.31-10.23.21:460][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). [2023.10.31-10.23.21:460][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). [2023.10.31-10.23.21:460][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'OpenSLES' [2023.10.31-10.23.21:465][ 0]LogAudioMixer: Display: Using Audio Hardware Device Android Audio Device [2023.10.31-10.23.21:465][ 0]LogAudioMixer: Display: Initializing Sound Submixes... [2023.10.31-10.23.21:466][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' [2023.10.31-10.23.21:466][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' [2023.10.31-10.23.21:468][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1152, Channels=2, Samples=2304, InstanceID=1 [2023.10.31-10.23.21:471][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 [2023.10.31-10.23.21:471][ 0]LogInit: FAudioDevice initialized. [2023.10.31-10.23.21:471][ 0]LogAudioMixer: Display: Audio Buffer Underrun (starvation) detected. InstanceID=1 [2023.10.31-10.23.21:471][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" [2023.10.31-10.23.21:475][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 [2023.10.31-10.23.21:476][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. [2023.10.31-10.23.21:477][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden [2023.10.31-10.23.21:477][ 0]LogInit: Display: Game Engine Initialized. [2023.10.31-10.23.21:478][ 0]LogInit: Display: Starting Game. [2023.10.31-10.23.21:478][ 0]LogNet: Browse: /Game/Static/Levels/Map?Name=Player [2023.10.31-10.23.21:478][ 0]LogLoad: LoadMap: /Game/Static/Levels/Map?Name=Player [2023.10.31-10.23.21:478][ 0]LogWorld: BeginTearingDown for /Temp/Untitled_0 [2023.10.31-10.23.21:478][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true [2023.10.31-10.23.21:478][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated [2023.10.31-10.23.21:487][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. [2023.10.31-10.23.21:488][ 0]LogStreaming: Display: 0.002 ms for processing 30 objects in RemoveUnreachableObjects(Queued=0, Async=0). Removed 0 (77->77) packages and 0 (80->80) public exports. [2023.10.31-10.23.21:490][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.68ms [2023.10.31-10.23.21:494][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Map'. [2023.10.31-10.23.21:494][ 0]LogChaos: FPhysicsSolverBase::AsyncDt:-1.000000 [2023.10.31-10.23.21:495][ 0]LogAIModule: Creating AISystem for world Map [2023.10.31-10.23.21:496][ 0]LogLoad: Game class is 'GameModeBase' [2023.10.31-10.23.21:497][ 0]LogWorld: Bringing World /Game/Static/Levels/Map.Map up for play (max tick rate 0) at 2023.10.31-10.23.21 [2023.10.31-10.23.21:498][ 0]LogWorld: Bringing up level for play took: 0.001151 [2023.10.31-10.23.21:498][ 0]LogOnline: Warning: OSS: FOnlineSubsystemGooglePlayModule was disabled [2023.10.31-10.23.21:498][ 0]LogGameMode: FindPlayerStart: PATHS NOT DEFINED or NO PLAYERSTART with positive rating [2023.10.31-10.23.21:499][ 0]LogMR: Error: ovrp_InitializeMixedReality() failed [2023.10.31-10.23.21:499][ 0]LogLoad: Took 0.021222 seconds to LoadMap(/Game/Static/Levels/Map) [2023.10.31-10.23.21:500][ 0]LogViewport: Scene viewport resized to 4128x2208, mode Fullscreen. [2023.10.31-10.23.21:505][ 0]LogSlate: Took 0.000355 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) [2023.10.31-10.23.21:505][ 0]LogRenderer: Warning: Resizing VR buffer to 1680 by 1760 [2023.10.31-10.23.21:505][ 0]LogRHI: Display: ShaderPipelineCache: Paused Batching. 1 [2023.10.31-10.23.21:505][ 0]LogPakFile: AllPaks IndexSizes: DirectoryHashSize=168444, PathHashSize=16, EntriesSize=21840, TotalSize=190300 [2023.10.31-10.23.21:505][ 0]LogRHI: Display: ShaderPipelineCache: Resumed Batching. 0 [2023.10.31-10.23.21:505][ 0]LogRHI: Display: ShaderPipelineCache: Batching Resumed. [2023.10.31-10.23.21:506][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() [2023.10.31-10.23.21:506][ 0]LogAndroid: Passed GEngineLoop.Init() [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 9, [width=-1, height=-1], APP_EVENT_STATE_ON_START [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 7, [width=-1, height=-1], APP_EVENT_STATE_ON_RESUME [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 0, [width=4128, height=2208], APP_EVENT_STATE_WINDOW_CREATED [2023.10.31-10.23.21:506][ 0]LogHMD: Allocating Oculus 53 x 55 variable resolution swapchain [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: ExecWindowCreated [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 1, [width=4128, height=2208], APP_EVENT_STATE_WINDOW_RESIZED [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 4, [width=-1, height=-1], APP_EVENT_STATE_WINDOW_REDRAW_NEEDED [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: Application Event : 4 not handled. [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 11, [width=-1, height=-1], APP_EVENT_STATE_WINDOW_GAINED_FOCUS [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 14, [width=-1, height=-1], APP_EVENT_STATE_APP_ACTIVATED [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: LogAndroidEvents::DequeueAppEvent : 15, [width=-1, height=-1], APP_EVENT_RUN_CALLBACK [2023.10.31-10.23.21:506][ 0]LogAndroidEvents: Display: Event thread callback running. [2023.10.31-10.23.21:506][ 0]LogAndroid: performing app foregrounding callback. [2023.10.31-10.23.21:509][ 0]LogSlate: Took 0.000428 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) [2023.10.31-10.23.21:509][ 0]LogCore: Display: AppLifetime: Application has entered foreground [2023.10.31-10.23.21:509][ 0]LogCore: Display: AppLifetime: Application has reactivated [2023.10.31-10.23.21:509][ 0]LogTemp: Android resume audio [2023.10.31-10.23.21:510][ 0]LogOcInput: OculusXRInput is initialized [2023.10.31-10.23.21:520][ 0]LogRHI: Display: Encountered a new compute PSO: 3252530189 [2023.10.31-10.23.21:520][ 0]LogRHI: Display: New compute PSO (3252530189) Description: 0DACDDC17B5FC43584E3BD653D724DE5AE2DD513 [2023.10.31-10.23.21:520][ 0]LogRHI: Display: Encountered a new graphics PSO: 1166656584 [2023.10.31-10.23.21:520][ 0]LogRHI: Display: New Graphics PSO (1166656584) [2023.10.31-10.23.21:520][ 0]LogRHI: Display: 18185BC80C33E747AEDEA89B557844306A33B133,626EDE89602AD2225295281A2476F83C6132835D,0000000000000000000000000000000000000000,0000000000000000000000000000000000000000,0000000000000000000000000000000000000000,<0 1 0 0 1 0 15 0 1 0 0 1 0 15 0 1 0 0 1 0 15 0 1 0 0 1 0 15 0 1 0 0 1 0 15 0 1 0 0 1 0 15 0 1 0 0 1 0 15 0 1 0 0 1 0 15 1 0>,<0.000000 0.000000 2 0 0 1 0>,<0 7 0 7 0 0 0 0 7 0 0 0 255 255>,1,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,<0 0 4 0 32 0>,<0 16 2 1 32 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0>,<0 0 0 0 0 0> [2023.10.31-10.23.21:520][ 0]LogAndroid: Mobile HDR: no [2023.10.31-10.23.21:546][ 0]LogRHI: Display: Encountered a new compute PSO: 1123302391 [2023.10.31-10.23.21:546][ 0]LogRHI: Display: New compute PSO (1123302391) Description: F73BF442323FCCA47E82C1F5006376D08257AC5F [2023.10.31-10.23.21:550][ 0]LogRHI: Display: Encountered a new compute PSO: 3592894712 [2023.10.31-10.23.21:550][ 0]LogRHI: Display: New compute PSO (3592894712) Description: F83827D6A0F0DFA959B03841717850D7D6A4D9F1 [2023.10.31-10.23.21:576][ 0]LogRHI: Display: Encountered a new compute PSO: 140334278 [2023.10.31-10.23.21:576][ 0]LogRHI: Display: New compute PSO (140334278) Description: C6545D08F1B1C65E596D8A3C8D3EABEE66C5BA07 [2023.10.31-10.23.21:649][ 0]LogAndroid: Error: === Critical error: === [2023.10.31-10.23.21:649][ 0]LogAndroid: Error: [2023.10.31-10.23.21:649][ 0]LogAndroid: Error: Assertion failed: Texture->GetFormat() == GRHIVariableRateShadingImageFormat [File:D:/build/++UE5/Sync/Engine/Source/Runtime/VulkanRHI/Private/VulkanRenderTarget.cpp] [Line: 1439] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DA049FE4 libUnreal.so(0x000000000CE1DFE4)!FVulkanRenderTargetLayout::FVulkanRenderTargetLayout(FVulkanDevice&, FRHIRenderPassInfo const&, VkImageLayout) [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DA0477F8 libUnreal.so(0x000000000CE1B7F8)!FVulkanCommandListContext::RHIBeginRenderPass(FRHIRenderPassInfo const&, char16_t const) [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DBC2FE8C libUnreal.so(0x000000000EA03E8C)!FRDGBuilder::ExecutePassPrologue(FRHIComputeCommandList&, FRDGPass) [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DBC2BE9C libUnreal.so(0x000000000E9FFE9C)!FRDGBuilder::ExecutePass(FRDGPass, FRHIComputeCommandList&) [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DBC28214 libUnreal.so(0x000000000E9FC214)!FRDGBuilder::Execute() [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DD452D24 libUnreal.so(0x0000000010226D24)![Unknown]() [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DD455DF8 libUnreal.so(0x0000000010229DF8)![Unknown]() [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DA0FCDB4 libUnreal.so(0x000000000CED0DB4)!FNamedTaskThread::ProcessTasksNamedThread(int, bool) [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DA0FB070 libUnreal.so(0x000000000CECF070)!FNamedTaskThread::ProcessTasksUntilQuit(int) [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DA0FA130 libUnreal.so(0x000000000CECE130)!FTaskGraphCompatibilityImplementation::ProcessThreadUntilRequestReturn(ENamedThreads::Type) [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DBCD134C libUnreal.so(0x000000000EAA534C)!RenderingThreadMain(FEvent) [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DBCFDEEC libUnreal.so(0x000000000EAD1EEC)!FRenderingThread::Run() [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DA29D1BC libUnreal.so(0x000000000D0711BC)!FRunnableThreadPThread::Run() [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000076DA0F6B0C libUnreal.so(0x000000000CECAB0C)!FRunnableThreadPThread::_ThreadProc(void*) [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000077F1BB0DB4 libc.so(0x00000000000DFDB4)![Unknown]() [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [Callstack] 0x00000077F1B5D3E0 libc.so(0x000000000008C3E0)![Unknown]() [] [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [2023.10.31-10.23.21:650][ 0]LogAndroid: Error: [2023.10.31-10.23.21:662][ 0]LogExit: Executing StaticShutdownAfterError [2023.10.31-10.23.21:663][ 0]LogAndroid: FAndroidMisc::RequestExit(1)

Ayushanbhore commented 10 months ago

Hi @PepeFrontera, Are you still facing issues in this?

PepeFrontera commented 10 months ago

Hello, yes, it seems that the quest 3 and unreal 5.1 is not fully compatible, because the same projet with the same settings works fine with 5.2